Home
last modified time | relevance | path

Searched refs:BPF_PERF_EVENT_URETPROBE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfill_link_info.c88 case BPF_PERF_EVENT_URETPROBE: in verify_perf_link_info()
183 type == BPF_PERF_EVENT_URETPROBE, in test_uprobe_fill_link_info()
328 test_uprobe_fill_link_info(skel, BPF_PERF_EVENT_URETPROBE); in test_fill_link_info()
/openbmc/linux/tools/bpf/bpftool/
H A Dlink.c309 jsonw_bool_field(wtr, "retprobe", info->perf_event.type == BPF_PERF_EVENT_URETPROBE); in show_perf_event_uprobe_json()
475 case BPF_PERF_EVENT_URETPROBE: in show_link_close_json()
697 if (info->perf_event.type == BPF_PERF_EVENT_URETPROBE) in show_perf_event_uprobe_plain()
808 case BPF_PERF_EVENT_URETPROBE: in show_link_close_plain()
895 case BPF_PERF_EVENT_URETPROBE: in do_show_link()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h1068 BPF_PERF_EVENT_URETPROBE = 2, enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h1068 BPF_PERF_EVENT_URETPROBE = 2, enumerator
/openbmc/linux/kernel/bpf/
H A Dsyscall.c3522 info->perf_event.type = BPF_PERF_EVENT_URETPROBE; in bpf_perf_link_fill_uprobe()