Searched defs:uprobe (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | uprobe_multi.c | 70 int uprobe(struct pt_regs *ctx) uprobe() function
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | uprobe_multi.c | 19 int __attribute__((weak)) uprobe(void) in uprobe() function
|
| /linux/kernel/trace/ |
| H A D | bpf_trace.c | 2958 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 D | trace_uprobe.c | 65 struct uprobe *uprobe; member 1109 struct uprobe *uprobe; in trace_uprobe_enable() local
|
| /linux/tools/perf/util/ |
| H A D | probe-file.c | 75 static void print_open_warning(int err, bool uprobe, bool readwrite) in print_open_warning() argument
|
| H A D | probe-event.c | 907 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 D | bpf_testmod.c | 742 struct uprobe *uprobe; member 748 static struct testmod_uprobe uprobe = { variable
|
| /linux/arch/x86/kernel/ |
| H A D | uprobes.c | 762 SYSCALL_DEFINE0(uprobe) in SYSCALL_DEFINE0() argument
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 6936 } uprobe; /* BPF_PERF_EVENT_UPROBE, BPF_PERF_EVENT_URETPROBE */ member
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 6936 } uprobe; /* BPF_PERF_EVENT_UPROBE, BPF_PERF_EVENT_URETPROBE */ member
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 11711 static int perf_event_open_probe(bool uprobe, bool retprobe, const char *name, in perf_event_open_probe()
|