Searched defs:fd_type (Results 1 – 5 of 5) sorted by relevance
/tools/bpf/bpftool/ |
D | perf.c | 25 __u32 len, prog_id, fd_type; in has_perf_query_support() local 63 static void print_perf_json(int pid, int fd, __u32 prog_id, __u32 fd_type, in print_perf_json() 113 static void print_perf_plain(int pid, int fd, __u32 prog_id, __u32 fd_type, in print_perf_plain() 154 __u32 len, prog_id, fd_type; in show_proc() local
|
/tools/testing/selftests/bpf/prog_tests/ |
D | task_fd_query_rawtp.c | 8 __u32 len, prog_id, fd_type; in test_task_fd_query_rawtp() local
|
D | task_fd_query_tp.c | 11 __u32 len, prog_id, fd_type; in test_task_fd_query_tp_core() local
|
/tools/lib/bpf/ |
D | bpf.c | 1023 __u32 *prog_id, __u32 *fd_type, __u64 *probe_offset, in bpf_task_fd_query()
|
/tools/include/uapi/linux/ |
D | bpf.h | 1432 __u32 fd_type; /* output: BPF_FD_TYPE_* */ member
|