/linux/tools/bpf/bpftool/ |
H A D | perf.c | 27 __u32 len, prog_id, fd_type; in has_perf_query_support() local 65 static void print_perf_json(int pid, int fd, __u32 prog_id, __u32 fd_type, in print_perf_json() 115 static void print_perf_plain(int pid, int fd, __u32 prog_id, __u32 fd_type, in print_perf_plain() 156 __u32 len, prog_id, fd_type; in show_proc() local
|
/linux/samples/bpf/ |
H A D | task_fd_query_user.c | 95 __u32 len, prog_id, fd_type; in test_debug_fs_kprobe() local 125 char *buf, __u32 *buf_len, __u32 *prog_id, __u32 *fd_type, in test_nondebug_fs_kuprobe_common() 180 __u32 prog_id, fd_type; in test_nondebug_fs_probe() local 233 __u32 len, prog_id, fd_type; in test_debug_fs_uprobe() local
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | task_fd_query_rawtp.c | 8 __u32 len, prog_id, fd_type; in test_task_fd_query_rawtp() local
|
H A D | task_fd_query_tp.c | 11 __u32 len, prog_id, fd_type; in test_task_fd_query_tp_core() local
|
/linux/kernel/bpf/ |
H A D | syscall.c | 3730 u32 *fd_type, unsigned long *missed) in bpf_perf_link_fill_common() 5180 u32 prog_id, u32 fd_type, in bpf_task_fd_query_copy() 5278 u32 prog_id, fd_type; in bpf_task_fd_query() local
|
/linux/tools/lib/bpf/ |
H A D | bpf.c | 1260 bpf_task_fd_query(int pid,int fd,__u32 flags,char * buf,__u32 * buf_len,__u32 * prog_id,__u32 * fd_type,__u64 * probe_offset,__u64 * probe_addr) bpf_task_fd_query() argument
|
/linux/kernel/trace/ |
H A D | trace_uprobe.c | 1473 int bpf_get_uprobe_info(const struct perf_event *event, u32 *fd_type, in bpf_get_uprobe_info()
|
H A D | trace_kprobe.c | 1738 int bpf_get_kprobe_info(const struct perf_event *event, u32 *fd_type, in bpf_get_kprobe_info()
|
H A D | bpf_trace.c | 2435 bpf_get_perf_event_info(const struct perf_event * event,u32 * prog_id,u32 * fd_type,const char ** buf,u64 * probe_offset,u64 * probe_addr,unsigned long * missed) bpf_get_perf_event_info() argument
|
/linux/include/linux/ |
H A D | trace_events.h | 819 u32 *prog_id, u32 *fd_type, in bpf_get_perf_event_info()
|
/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 1723 __u32 fd_type; /* output: BPF_FD_TYPE_* */ member
|
/linux/include/uapi/linux/ |
H A D | bpf.h | 1723 __u32 fd_type; /* output: BPF_FD_TYPE_* */ member
|