Searched refs:work_pop_atom (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/ |
H A D | builtin-kwork.c | 505 static struct kwork_atom *work_pop_atom(struct perf_kwork *kwork, in work_pop_atom() function 619 atom = work_pop_atom(kwork, class, KWORK_TRACE_EXIT, in report_exit_event() 674 atom = work_pop_atom(kwork, class, KWORK_TRACE_ENTRY, in latency_entry_event() 863 atom = work_pop_atom(kwork, class, KWORK_TRACE_EXIT, in timehist_exit_event() 917 atom = work_pop_atom(kwork, class, KWORK_TRACE_EXIT, in top_exit_event() 946 atom = work_pop_atom(kwork, class, KWORK_TRACE_EXIT, in top_sched_switch_event()
|