Searched refs:perf_tracer (Results 1 – 1 of 1) sorted by relevance
30 static void perf_tracer(struct k_timer *timer);33 .timer = Z_TIMER_INITIALIZER(perf_data.timer, perf_tracer, NULL),37 static void perf_tracer(struct k_timer *timer) in perf_tracer() function