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
282 delayed_uprobe_check(struct uprobe *uprobe, struct mm_struct *mm) in delayed_uprobe_check()
292 static int delayed_uprobe_add(struct uprobe *uprobe, struct mm_struct *mm) in delayed_uprobe_add()
317 static void delayed_uprobe_remove(struct uprobe *uprobe, struct mm_struct *mm) in delayed_uprobe_remove()
337 static bool valid_ref_ctr_vma(struct uprobe *uprobe, in valid_ref_ctr_vma()
351 find_ref_ctr_vma(struct uprobe *uprobe, struct mm_struct *mm) in find_ref_ctr_vma()
402 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.c3062 struct bpf_uprobe *uprobe; member
3101 static int uprobe_prog_run(struct bpf_uprobe *uprobe, in uprobe_prog_run()
3141 struct bpf_uprobe *uprobe; in uprobe_multi_link_filter() local
3150 struct bpf_uprobe *uprobe; in uprobe_multi_link_handler() local
3159 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.h6560 } uprobe; /* BPF_PERF_EVENT_UPROBE, BPF_PERF_EVENT_URETPROBE */ member
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6563 } 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()