Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtrace_events.h353 TRACE_EVENT_FL_KPROBE = (1 << TRACE_EVENT_FL_KPROBE_BIT), enumerator
361 #define TRACE_EVENT_FL_UKPROBE (TRACE_EVENT_FL_KPROBE | TRACE_EVENT_FL_UPROBE)
/linux/kernel/trace/
H A Dtrace_eprobe.c781 TRACE_EVENT_FL_KPROBE | in find_and_get_event()
H A Dtrace_kprobe.c1874 call->flags = TRACE_EVENT_FL_KPROBE; in init_trace_event_call()
H A Dbpf_trace.c2483 if (flags & TRACE_EVENT_FL_KPROBE) in bpf_get_perf_event_info()
/linux/kernel/bpf/
H A Dsyscall.c3810 if (event->tp_event->flags & TRACE_EVENT_FL_KPROBE) in bpf_perf_link_fill_probe()
/linux/kernel/events/
H A Dcore.c10810 is_kprobe = event->tp_event->flags & TRACE_EVENT_FL_KPROBE; in perf_event_set_bpf_prog()