Searched defs:perf (Results 1 – 8 of 8) sorted by relevance
21 static void local_modify_time(rt_perf_t *perf) in local_modify_time()38 rt_perf_t *perf = (rt_perf_t *)parameter; in perf_thread_event2() local61 rt_err_t context_switch_test(rt_perf_t *perf) in context_switch_test()
25 rt_perf_t *perf = (rt_perf_t *)parameter; in perf_thread_mq1() local49 rt_perf_t *perf = (rt_perf_t *)parameter; in perf_thread_mq2() local64 rt_err_t rt_perf_thread_mq(rt_perf_t *perf) in rt_perf_thread_mq()
27 rt_perf_t *perf = (rt_perf_t *)parameter; in perf_thread_event1() local53 rt_perf_t *perf = (rt_perf_t *)parameter; in perf_thread_event2() local67 rt_err_t rt_perf_thread_event(rt_perf_t *perf) in rt_perf_thread_event()
26 rt_perf_t *perf = (rt_perf_t *)parameter; in perf_thread_mbox1() local50 rt_perf_t *perf = (rt_perf_t *)parameter; in perf_thread_mbox2() local65 rt_err_t rt_perf_thread_mbox(rt_perf_t *perf) in rt_perf_thread_mbox()
26 rt_perf_t *perf = (rt_perf_t *)parameter; in perf_thread_sem1() local52 rt_perf_t *perf = (rt_perf_t *)parameter; in perf_thread_sem2() local76 rt_err_t rt_perf_thread_sem(rt_perf_t *perf) in rt_perf_thread_sem()
22 static void modify_time(rt_perf_t *perf) in modify_time()40 rt_err_t rt_perf_irq_latency(rt_perf_t *perf) in rt_perf_irq_latency()
49 void rt_perf_start_impl(rt_perf_t *perf, rt_hwtimerval_t *timeout) in rt_perf_start_impl()60 void rt_perf_stop(rt_perf_t *perf) in rt_perf_stop()100 void rt_perf_dump( rt_perf_t *perf) in rt_perf_dump()128 static void rt_perf_clear(rt_perf_t *perf) in rt_perf_clear()
42 static inline void rt_perf_start(rt_perf_t *perf) in rt_perf_start()
Completed in 13 milliseconds