Searched refs:perf_data (Results 1 – 1 of 1) sorted by relevance
32 static struct perf_data_t perf_data = { variable33 .timer = Z_TIMER_INITIALIZER(perf_data.timer, perf_tracer, NULL),75 if (k_work_delayable_is_pending(&perf_data.dwork)) { in cmd_perf_record()80 if (perf_data.buf_full) { in cmd_perf_record()88 perf_data.sh = sh; in cmd_perf_record()90 k_timer_user_data_set(&perf_data.timer, &perf_data); in cmd_perf_record()91 k_timer_start(&perf_data.timer, K_NO_WAIT, period); in cmd_perf_record()93 k_work_schedule(&perf_data.dwork, duration); in cmd_perf_record()103 if (k_work_delayable_is_pending(&perf_data.dwork)) { in cmd_perf_clear()110 perf_data.idx = 0; in cmd_perf_clear()[all …]