Searched defs:uprobe (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/kernel/events/ |
D | uprobes.c | 57 struct uprobe { struct 75 * arch_uprobe_analyze_insn(). argument 80 struct arch_uprobe arch; argument 85 struct uprobe *uprobe; argument 290 delayed_uprobe_check(struct uprobe *uprobe, struct mm_struct *mm) in delayed_uprobe_check() 300 static int delayed_uprobe_add(struct uprobe *uprobe, struct mm_struct *mm) in delayed_uprobe_add() 325 static void delayed_uprobe_remove(struct uprobe *uprobe, struct mm_struct *mm) in delayed_uprobe_remove() 345 static bool valid_ref_ctr_vma(struct uprobe *uprobe, in valid_ref_ctr_vma() 359 find_ref_ctr_vma(struct uprobe *uprobe, struct mm_struct *mm) in find_ref_ctr_vma() 410 static void update_ref_ctr_warn(struct uprobe *uprobe, in update_ref_ctr_warn() [all …]
|
/linux-6.12.1/include/linux/ |
D | uprobes.h | 87 struct uprobe *uprobe; member 163 uprobe_apply(struct uprobe* uprobe, struct uprobe_consumer *uc, bool add) in uprobe_apply() 168 uprobe_unregister_nosync(struct uprobe *uprobe, struct uprobe_consumer *uc) in uprobe_unregister_nosync()
|
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | uprobe_multi.c | 85 int uprobe(struct pt_regs *ctx) in uprobe() function
|
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | uprobe_multi.c | 15 int __attribute__((weak)) uprobe(void) in uprobe() function
|
/linux-6.12.1/kernel/trace/ |
D | bpf_trace.c | 3073 struct uprobe *uprobe; member 3089 struct bpf_uprobe *uprobe; member 3196 static int uprobe_prog_run(struct bpf_uprobe *uprobe, in uprobe_prog_run() 3236 struct bpf_uprobe *uprobe; in uprobe_multi_link_filter() local 3245 struct bpf_uprobe *uprobe; in uprobe_multi_link_handler() local 3254 struct bpf_uprobe *uprobe; in uprobe_multi_link_ret_handler() local
|
D | trace_uprobe.c | 63 struct uprobe *uprobe; member 1108 struct uprobe *uprobe; in trace_uprobe_enable() local
|
/linux-6.12.1/tools/testing/selftests/bpf/bpf_testmod/ |
D | bpf_testmod.c | 475 struct uprobe *uprobe; member 481 static struct testmod_uprobe uprobe = { variable
|
/linux-6.12.1/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 | 900 bool uprobe, struct debuginfo *dinfo) in post_process_probe_trace_events() 2891 static int __open_probe_file_and_namelist(bool uprobe, in __open_probe_file_and_namelist()
|
/linux-6.12.1/include/uapi/linux/ |
D | bpf.h | 6706 } uprobe; /* BPF_PERF_EVENT_UPROBE, BPF_PERF_EVENT_URETPROBE */ member
|
/linux-6.12.1/tools/include/uapi/linux/ |
D | bpf.h | 6706 } uprobe; /* BPF_PERF_EVENT_UPROBE, BPF_PERF_EVENT_URETPROBE */ member
|
/linux-6.12.1/tools/lib/bpf/ |
D | libbpf.c | 10895 static int perf_event_open_probe(bool uprobe, bool retprobe, const char *name, in perf_event_open_probe()
|