| /linux/kernel/events/ |
| H A D | uprobes.c | 62 struct uprobe { struct 83 * arch_uprobe_analyze_insn(). argument 88 struct arch_uprobe arch; argument 93 struct uprobe *uprobe; member 224 delayed_uprobe_check(struct uprobe *uprobe, struct mm_struct *mm) in delayed_uprobe_check() 234 static int delayed_uprobe_add(struct uprobe *uprobe, struct mm_struct *mm) in delayed_uprobe_add() 259 static void delayed_uprobe_remove(struct uprobe *uprobe, struct mm_struct *mm) in delayed_uprobe_remove() 279 static bool valid_ref_ctr_vma(struct uprobe *uprobe, in valid_ref_ctr_vma() 293 find_ref_ctr_vma(struct uprobe *uprobe, struct mm_struct *mm) in find_ref_ctr_vma() 344 static void update_ref_ctr_warn(struct uprobe *uprobe, in update_ref_ctr_warn() [all …]
|
| /linux/include/linux/ |
| H A D | uprobes.h | 119 struct uprobe *uprobe; global() member 261 uprobe_apply(struct uprobe * uprobe,struct uprobe_consumer * uc,bool add) uprobe_apply() argument 266 uprobe_unregister_nosync(struct uprobe * uprobe,struct uprobe_consumer * uc) uprobe_unregister_nosync() argument [all...] |
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | uprobe_multi_session.c | 52 int uprobe(struct pt_regs *ctx) uprobe() function
|
| H A D | uprobe_multi.c | 85 int uprobe(struct pt_regs *ctx) in 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 | 2911 struct uprobe *uprobe; member 2927 struct bpf_uprobe *uprobe; member 3078 static int uprobe_prog_run(struct bpf_uprobe *uprobe, in uprobe_prog_run() 3123 struct bpf_uprobe *uprobe; in uprobe_multi_link_filter() local 3133 struct bpf_uprobe *uprobe; in uprobe_multi_link_handler() local 3147 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()
|
| H A D | probe-event.c | 907 bool uprobe, struct debuginfo *dinfo) in post_process_probe_trace_events() 2963 static int __open_probe_file_and_namelist(bool uprobe, in __open_probe_file_and_namelist()
|
| /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/include/uapi/linux/ |
| H A D | bpf.h | 6792 } uprobe; /* BPF_PERF_EVENT_UPROBE, BPF_PERF_EVENT_URETPROBE */ global() member [all...] |
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 6792 } 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...] |