Home
last modified time | relevance | path

Searched defs:uprobe (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/kernel/events/
H A Duprobes.c61 struct uprobe { struct
82 * arch_uprobe_analyze_insn(). argument
87 struct arch_uprobe arch; argument
92 struct uprobe *uprobe; argument
487 struct uprobe *uprobe; in uprobe_write_opcode() local
1378 struct uprobe *uprobe; in uprobe_register() local
1584 struct uprobe *uprobe, *u; in uprobe_mmap() local
2107 struct uprobe *uprobe; in dup_utask() local
2609 struct uprobe *uprobe; in uprobe_handle_trampoline() local
2680 struct uprobe *uprobe; in handle_swbp() local
[all …]
/linux-6.15/include/linux/
H A Duprobes.h118 struct uprobe *uprobe; member
245 uprobe_apply(struct uprobe* uprobe, struct uprobe_consumer *uc, bool add) in uprobe_apply()
250 uprobe_unregister_nosync(struct uprobe *uprobe, struct uprobe_consumer *uc) in uprobe_unregister_nosync()
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Duprobe_multi_session.c52 int uprobe(struct pt_regs *ctx) in uprobe() function
H A Duprobe_multi.c85 int uprobe(struct pt_regs *ctx) in uprobe() function
/linux-6.15/tools/testing/selftests/bpf/
H A Duprobe_multi.c19 int __attribute__((weak)) uprobe(void) in uprobe() function
/linux-6.15/kernel/trace/
H A Dbpf_trace.c3141 struct uprobe *uprobe; member
3158 struct bpf_uprobe *uprobe; member
3265 static int uprobe_prog_run(struct bpf_uprobe *uprobe, in uprobe_prog_run()
3310 struct bpf_uprobe *uprobe; in uprobe_multi_link_filter() local
3320 struct bpf_uprobe *uprobe; in uprobe_multi_link_handler() local
3334 struct bpf_uprobe *uprobe; in uprobe_multi_link_ret_handler() local
H A Dtrace_uprobe.c63 struct uprobe *uprobe; member
1110 struct uprobe *uprobe; in trace_uprobe_enable() local
/linux-6.15/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.c512 struct uprobe *uprobe; member
518 static struct testmod_uprobe uprobe = { variable
/linux-6.15/tools/perf/util/
H A Dprobe-file.c74 static void print_open_warning(int err, bool uprobe, bool readwrite) in print_open_warning()
H A Dprobe-event.c904 bool uprobe, struct debuginfo *dinfo) in post_process_probe_trace_events()
2958 static int __open_probe_file_and_namelist(bool uprobe, in __open_probe_file_and_namelist()
/linux-6.15/tools/include/uapi/linux/
H A Dbpf.h6726 } uprobe; /* BPF_PERF_EVENT_UPROBE, BPF_PERF_EVENT_URETPROBE */ member
/linux-6.15/include/uapi/linux/
H A Dbpf.h6726 } uprobe; /* BPF_PERF_EVENT_UPROBE, BPF_PERF_EVENT_URETPROBE */ member
/linux-6.15/tools/lib/bpf/
H A Dlibbpf.c11014 static int perf_event_open_probe(bool uprobe, bool retprobe, const char *name, in perf_event_open_probe()