Home
last modified time | relevance | path

Searched refs:perf_dwork_handler (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/profiling/perf/
Dperf.c31 static void perf_dwork_handler(struct k_work *work);
34 .dwork = Z_WORK_DELAYABLE_INITIALIZER(perf_dwork_handler),
60 static void perf_dwork_handler(struct k_work *work) in perf_dwork_handler() function