Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtrace_events.h354 TRACE_EVENT_FL_UPROBE = (1 << TRACE_EVENT_FL_UPROBE_BIT), enumerator
361 #define TRACE_EVENT_FL_UKPROBE (TRACE_EVENT_FL_KPROBE | TRACE_EVENT_FL_UPROBE)
/linux/kernel/trace/
H A Dtrace_eprobe.c782 TRACE_EVENT_FL_UPROBE | in find_and_get_event()
H A Dtrace_uprobe.c1602 call->flags = TRACE_EVENT_FL_UPROBE | TRACE_EVENT_FL_CAP_ANY; in init_trace_event_call()
H A Dbpf_trace.c2489 if (flags & TRACE_EVENT_FL_UPROBE) in bpf_get_perf_event_info()
/linux/kernel/bpf/
H A Dsyscall.c3814 if (event->tp_event->flags & TRACE_EVENT_FL_UPROBE) in bpf_perf_link_fill_probe()
/linux/kernel/events/
H A Dcore.c10811 is_uprobe = event->tp_event->flags & TRACE_EVENT_FL_UPROBE; in perf_event_set_bpf_prog()