Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_events_synth.c625 struct hlist_head *perf_head; in perf_event_raw_event_synth() local
634 perf_head = this_cpu_ptr(call->perf_events); in perf_event_raw_event_synth()
636 if (!perf_head || hlist_empty(perf_head)) in perf_event_raw_event_synth()
654 perf_head, NULL); in perf_event_raw_event_synth()
H A Dtrace_events_user.c1649 struct hlist_head *perf_head; in user_event_perf() local
1651 perf_head = this_cpu_ptr(user->call.perf_events); in user_event_perf()
1653 if (perf_head && !hlist_empty(perf_head)) { in user_event_perf()
1676 perf_head, NULL); in user_event_perf()