Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtrace_events.h363 TRACE_EVENT_FL_UPROBE = (1 << TRACE_EVENT_FL_UPROBE_BIT), enumerator
370 #define TRACE_EVENT_FL_UKPROBE (TRACE_EVENT_FL_KPROBE | TRACE_EVENT_FL_UPROBE)
/openbmc/linux/kernel/trace/
H A Dtrace_eprobe.c782 TRACE_EVENT_FL_UPROBE | in find_and_get_event()
H A Dtrace_uprobe.c1585 call->flags = TRACE_EVENT_FL_UPROBE | TRACE_EVENT_FL_CAP_ANY; in init_trace_event_call()
H A Dbpf_trace.c2442 if (flags & TRACE_EVENT_FL_UPROBE) in bpf_get_perf_event_info()
/openbmc/linux/kernel/bpf/
H A Dsyscall.c3568 if (event->tp_event->flags & TRACE_EVENT_FL_UPROBE) in bpf_perf_link_fill_probe()
/openbmc/linux/kernel/events/
H A Dcore.c10591 is_uprobe = event->tp_event->flags & TRACE_EVENT_FL_UPROBE; in perf_event_set_bpf_prog()