Home
last modified time | relevance | path

Searched refs:is_uprobe (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/linux/
Dbpf.h1870 bool is_uprobe; member
1919 run_ctx.is_uprobe = false; in bpf_prog_run_array()
1960 run_ctx.is_uprobe = true; in bpf_prog_run_array_uprobe()
/Linux-v6.6/kernel/events/
Dcore.c10487 bool is_kprobe, is_uprobe, is_tracepoint, is_syscall_tp; in perf_event_set_bpf_prog() local
10493 is_uprobe = event->tp_event->flags & TRACE_EVENT_FL_UPROBE; in perf_event_set_bpf_prog()
10496 if (!is_kprobe && !is_uprobe && !is_tracepoint && !is_syscall_tp) in perf_event_set_bpf_prog()
10500 if (((is_kprobe || is_uprobe) && prog->type != BPF_PROG_TYPE_KPROBE) || in perf_event_set_bpf_prog()
10505 if (prog->type == BPF_PROG_TYPE_KPROBE && prog->aux->sleepable && !is_uprobe) in perf_event_set_bpf_prog()
/Linux-v6.6/kernel/trace/
Dbpf_trace.c1067 if (run_ctx->is_uprobe) in BPF_CALL_1()