Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/
H A Dlink.c366 jsonw_bool_field(wtr, "retprobe", info->perf_event.type == BPF_PERF_EVENT_KRETPROBE); in show_perf_event_kprobe_json()
555 case BPF_PERF_EVENT_KRETPROBE: in show_link_close_json()
795 if (info->perf_event.type == BPF_PERF_EVENT_KRETPROBE) in show_perf_event_kprobe_plain()
946 case BPF_PERF_EVENT_KRETPROBE: in show_link_close_plain()
1072 case BPF_PERF_EVENT_KRETPROBE: in do_show_link()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfill_link_info.c60 case BPF_PERF_EVENT_KRETPROBE: in verify_perf_link_info()
158 .retprobe = type == BPF_PERF_EVENT_KRETPROBE, in test_kprobe_fill_link_info()
597 test_kprobe_fill_link_info(skel, BPF_PERF_EVENT_KRETPROBE, false); in test_fill_link_info()
/linux/include/uapi/linux/
H A Dbpf.h1154 BPF_PERF_EVENT_KRETPROBE = 4, enumerator
/linux/tools/include/uapi/linux/
H A Dbpf.h1154 BPF_PERF_EVENT_KRETPROBE = 4, enumerator
/linux/kernel/bpf/
H A Dsyscall.c3760 info->perf_event.type = BPF_PERF_EVENT_KRETPROBE; in bpf_perf_link_fill_kprobe()