Lines Matching refs:rt_perf_t
36 } rt_perf_t; typedef
38 void rt_perf_start_impl(rt_perf_t *perf, rt_hwtimerval_t *timeout);
39 void rt_perf_stop(rt_perf_t *perf);
40 void rt_perf_dump( rt_perf_t *perf);
42 static inline void rt_perf_start(rt_perf_t *perf) in rt_perf_start()
47 rt_err_t context_switch_test(rt_perf_t *perf);
48 rt_err_t rt_perf_irq_latency(rt_perf_t *perf);
49 rt_err_t rt_perf_thread_sem(rt_perf_t *perf);
50 rt_err_t rt_perf_thread_event(rt_perf_t *perf);
51 rt_err_t rt_perf_thread_mq(rt_perf_t *perf);
52 rt_err_t rt_perf_thread_mbox(rt_perf_t *perf);