Searched defs:uprobe (Results 1 – 10 of 10) 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 | 2912 struct uprobe *uprobe; member 2928 struct bpf_uprobe *uprobe; member 3079 static int uprobe_prog_run(struct bpf_uprobe *uprobe, in uprobe_prog_run() 3124 struct bpf_uprobe *uprobe; in uprobe_multi_link_filter() local 3134 struct bpf_uprobe *uprobe; in uprobe_multi_link_handler() local 3148 struct bpf_uprobe *uprobe; in uprobe_multi_link_ret_handler() local
|
| H A D | trace_uprobe.c | 65 struct uprobe *uprobe; member 1105 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 | 616 struct uprobe *uprobe; global() member 622 static struct testmod_uprobe uprobe = { global() variable [all...] |
| /linux/arch/x86/kernel/ |
| H A D | uprobes.c | 804 SYSCALL_DEFINE0(uprobe) in SYSCALL_DEFINE0() argument
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 6787 } uprobe; /* BPF_PERF_EVENT_UPROBE, BPF_PERF_EVENT_URETPROBE */ global() member [all...] |
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 11401 perf_event_open_probe(bool uprobe,bool retprobe,const char * name,uint64_t offset,int pid,size_t ref_ctr_off) perf_event_open_probe() argument [all...] |