Searched refs:BPF_PERF_EVENT_KRETPROBE (Results 1 – 3 of 3) sorted by relevance
56 case BPF_PERF_EVENT_KRETPROBE: in verify_perf_link_info()140 .retprobe = type == BPF_PERF_EVENT_KRETPROBE, in test_kprobe_fill_link_info()318 test_kprobe_fill_link_info(skel, BPF_PERF_EVENT_KRETPROBE, false); in test_fill_link_info()
299 jsonw_bool_field(wtr, "retprobe", info->perf_event.type == BPF_PERF_EVENT_KRETPROBE); in show_perf_event_kprobe_json()471 case BPF_PERF_EVENT_KRETPROBE: in show_link_close_json()677 if (info->perf_event.type == BPF_PERF_EVENT_KRETPROBE) in show_perf_event_kprobe_plain()804 case BPF_PERF_EVENT_KRETPROBE: in show_link_close_plain()887 case BPF_PERF_EVENT_KRETPROBE: in do_show_link()
1087 BPF_PERF_EVENT_KRETPROBE = 4, enumerator