Searched refs:is_uprobe (Results 1 – 3 of 3) sorted by relevance
2416 bool is_uprobe; member2465 run_ctx.is_uprobe = false; in bpf_prog_run_array()2508 run_ctx.is_uprobe = true; in bpf_prog_run_array_uprobe()
11661 bool is_kprobe, is_uprobe, is_tracepoint, is_syscall_tp; in __perf_event_set_bpf_prog() local11670 is_uprobe = event->tp_event->flags & TRACE_EVENT_FL_UPROBE; in __perf_event_set_bpf_prog()11673 if (!is_kprobe && !is_uprobe && !is_tracepoint && !is_syscall_tp) in __perf_event_set_bpf_prog()11677 if (((is_kprobe || is_uprobe) && prog->type != BPF_PROG_TYPE_KPROBE) || in __perf_event_set_bpf_prog()11682 if (prog->type == BPF_PROG_TYPE_KPROBE && prog->sleepable && !is_uprobe) in __perf_event_set_bpf_prog()11691 if (prog->aux->kprobe_write_ctx && !is_uprobe) in __perf_event_set_bpf_prog()
1061 if (run_ctx->is_uprobe) in BPF_CALL_1()