Home
last modified time | relevance | path

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

/openbmc/linux/kernel/events/
H A Duprobes.c54 struct uprobe { struct
60 struct uprobe_consumer *consumers; argument
76 struct arch_uprobe arch; argument
81 struct uprobe *uprobe; argument
293 delayed_uprobe_check(struct uprobe *uprobe, struct mm_struct *mm) in delayed_uprobe_check()
303 static int delayed_uprobe_add(struct uprobe *uprobe, struct mm_struct *mm) in delayed_uprobe_add()
328 static void delayed_uprobe_remove(struct uprobe *uprobe, struct mm_struct *mm) in delayed_uprobe_remove()
348 static bool valid_ref_ctr_vma(struct uprobe *uprobe, in valid_ref_ctr_vma()
362 find_ref_ctr_vma(struct uprobe *uprobe, struct mm_struct *mm) in find_ref_ctr_vma()
413 static void update_ref_ctr_warn(struct uprobe *uprobe, in update_ref_ctr_warn()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Duprobe_multi.c70 int uprobe(struct pt_regs *ctx) in uprobe() function
/openbmc/linux/include/linux/
H A Duprobes.h86 struct uprobe *uprobe; member
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c3063 struct bpf_uprobe *uprobe; member
3102 static int uprobe_prog_run(struct bpf_uprobe *uprobe, in uprobe_prog_run()
3142 struct bpf_uprobe *uprobe; in uprobe_multi_link_filter() local
3151 struct bpf_uprobe *uprobe; in uprobe_multi_link_handler() local
3160 struct bpf_uprobe *uprobe; in uprobe_multi_link_ret_handler() local
/openbmc/linux/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.c888 bool uprobe, struct debuginfo *dinfo) in post_process_probe_trace_events()
2881 static int __open_probe_file_and_namelist(bool uprobe, in __open_probe_file_and_namelist()
/openbmc/linux/include/uapi/linux/
H A Dbpf.h6561 } uprobe; /* BPF_PERF_EVENT_UPROBE, BPF_PERF_EVENT_URETPROBE */ member
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6564 } uprobe; /* BPF_PERF_EVENT_UPROBE, BPF_PERF_EVENT_URETPROBE */ member
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.c10255 static int perf_event_open_probe(bool uprobe, bool retprobe, const char *name, in perf_event_open_probe()