Searched defs:uprobe (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/kernel/events/ |
D | uprobes.c | 54 struct uprobe { struct 60 struct uprobe_consumer *consumers; argument 76 struct arch_uprobe arch; argument 81 struct uprobe *uprobe; member 282 delayed_uprobe_check(struct uprobe *uprobe, struct mm_struct *mm) in delayed_uprobe_check() 292 static int delayed_uprobe_add(struct uprobe *uprobe, struct mm_struct *mm) in delayed_uprobe_add() 317 static void delayed_uprobe_remove(struct uprobe *uprobe, struct mm_struct *mm) in delayed_uprobe_remove() 337 static bool valid_ref_ctr_vma(struct uprobe *uprobe, in valid_ref_ctr_vma() 351 find_ref_ctr_vma(struct uprobe *uprobe, struct mm_struct *mm) in find_ref_ctr_vma() 402 static void update_ref_ctr_warn(struct uprobe *uprobe, in update_ref_ctr_warn() [all …]
|
/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
D | uprobe_multi.c | 70 int uprobe(struct pt_regs *ctx) in uprobe() function
|
/Linux-v6.6/include/linux/ |
D | uprobes.h | 84 struct uprobe *uprobe; member
|
/Linux-v6.6/kernel/trace/ |
D | bpf_trace.c | 3043 struct bpf_uprobe *uprobe; member 3082 static int uprobe_prog_run(struct bpf_uprobe *uprobe, in uprobe_prog_run() 3123 struct bpf_uprobe *uprobe; in uprobe_multi_link_filter() local 3132 struct bpf_uprobe *uprobe; in uprobe_multi_link_handler() local 3141 struct bpf_uprobe *uprobe; in uprobe_multi_link_ret_handler() local
|
/Linux-v6.6/tools/perf/util/ |
D | probe-file.c | 74 static void print_open_warning(int err, bool uprobe, bool readwrite) in print_open_warning()
|
D | probe-event.c | 887 bool uprobe, struct debuginfo *dinfo) in post_process_probe_trace_events() 2880 static int __open_probe_file_and_namelist(bool uprobe, in __open_probe_file_and_namelist()
|
/Linux-v6.6/tools/include/uapi/linux/ |
D | bpf.h | 6537 } uprobe; /* BPF_PERF_EVENT_UPROBE, BPF_PERF_EVENT_URETPROBE */ member
|
/Linux-v6.6/include/uapi/linux/ |
D | bpf.h | 6537 } uprobe; /* BPF_PERF_EVENT_UPROBE, BPF_PERF_EVENT_URETPROBE */ member
|
/Linux-v6.6/tools/lib/bpf/ |
D | libbpf.c | 10245 static int perf_event_open_probe(bool uprobe, bool retprobe, const char *name, in perf_event_open_probe()
|