Searched defs:uprobe (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/kernel/events/ |
D | uprobes.c | 55 struct uprobe { struct 61 struct uprobe_consumer *consumers; argument 77 struct arch_uprobe arch; argument 82 struct uprobe *uprobe; argument 283 delayed_uprobe_check(struct uprobe *uprobe, struct mm_struct *mm) in delayed_uprobe_check() 293 static int delayed_uprobe_add(struct uprobe *uprobe, struct mm_struct *mm) in delayed_uprobe_add() 318 static void delayed_uprobe_remove(struct uprobe *uprobe, struct mm_struct *mm) in delayed_uprobe_remove() 338 static bool valid_ref_ctr_vma(struct uprobe *uprobe, in valid_ref_ctr_vma() 352 find_ref_ctr_vma(struct uprobe *uprobe, struct mm_struct *mm) in find_ref_ctr_vma() 404 static void update_ref_ctr_warn(struct uprobe *uprobe, in update_ref_ctr_warn() [all …]
|
/linux-6.1.9/include/linux/ |
D | uprobes.h | 84 struct uprobe *uprobe; member
|
/linux-6.1.9/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 | 878 bool uprobe, struct debuginfo *dinfo) in post_process_probe_trace_events() 2861 static int __open_probe_file_and_namelist(bool uprobe, in __open_probe_file_and_namelist()
|
/linux-6.1.9/tools/lib/bpf/ |
D | libbpf.c | 9844 static int perf_event_open_probe(bool uprobe, bool retprobe, const char *name, in perf_event_open_probe()
|