Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Duprobe_multi.c70 int uprobe(struct pt_regs *ctx) uprobe() function
/linux/tools/testing/selftests/bpf/
H A Duprobe_multi.c19 int __attribute__((weak)) uprobe(void) in uprobe() function
/linux/kernel/trace/
H A Dbpf_trace.c2958 struct uprobe *uprobe; member
2974 struct bpf_uprobe *uprobe; member
3125 static int uprobe_prog_run(struct bpf_uprobe *uprobe, in uprobe_prog_run()
3170 struct bpf_uprobe *uprobe; in uprobe_multi_link_filter() local
3180 struct bpf_uprobe *uprobe; in uprobe_multi_link_handler() local
3194 struct bpf_uprobe *uprobe; in uprobe_multi_link_ret_handler() local
H A Dtrace_uprobe.c65 struct uprobe *uprobe; member
1109 struct uprobe *uprobe; in trace_uprobe_enable() local
/linux/tools/perf/util/
H A Dprobe-file.c75 static void print_open_warning(int err, bool uprobe, bool readwrite) in print_open_warning() argument
H A Dprobe-event.c907 post_process_probe_trace_events(struct perf_probe_event * pev,struct probe_trace_event * tevs,int ntevs,const char * module,bool uprobe,struct debuginfo * dinfo) post_process_probe_trace_events() argument
2963 __open_probe_file_and_namelist(bool uprobe,struct strlist ** namelist) __open_probe_file_and_namelist() argument
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.c742 struct uprobe *uprobe; member
748 static struct testmod_uprobe uprobe = { variable
/linux/arch/x86/kernel/
H A Duprobes.c762 SYSCALL_DEFINE0(uprobe) in SYSCALL_DEFINE0() argument
/linux/tools/include/uapi/linux/
H A Dbpf.h6936 } uprobe; /* BPF_PERF_EVENT_UPROBE, BPF_PERF_EVENT_URETPROBE */ member
/linux/include/uapi/linux/
H A Dbpf.h6936 } uprobe; /* BPF_PERF_EVENT_UPROBE, BPF_PERF_EVENT_URETPROBE */ member
/linux/tools/lib/bpf/
H A Dlibbpf.c11711 static int perf_event_open_probe(bool uprobe, bool retprobe, const char *name, in perf_event_open_probe()