/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 | 3753 bpf_perf_link_fill_common(const struct perf_event * event,char __user * uname,u32 * ulenp,u64 * probe_offset,u64 * probe_addr,u32 * fd_type,unsigned long * missed) bpf_perf_link_fill_common() argument 5359 bpf_task_fd_query_copy(const union bpf_attr * attr,union bpf_attr __user * uattr,u32 prog_id,u32 fd_type,const char * buf,u64 probe_offset,u64 probe_addr) bpf_task_fd_query_copy() argument 5446 u32 prog_id, fd_type; bpf_task_fd_query() local
|
/linux/kernel/trace/ |
H A D | trace_uprobe.c | 1486 int bpf_get_uprobe_info(const struct perf_event *event, u32 *fd_type, in bpf_get_uprobe_info()
|
H A D | trace_kprobe.c | 1755 int bpf_get_kprobe_info(const struct perf_event *event, u32 *fd_type, in bpf_get_kprobe_info()
|
H A D | bpf_trace.c | 2152 u32 *fd_type, const char **buf, in bpf_get_perf_event_info()
|
/linux/tools/lib/bpf/ |
H A D | bpf.c | 1305 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/include/linux/ |
H A D | trace_events.h | 816 u32 *prog_id, u32 *fd_type, in bpf_get_perf_event_info()
|
/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 1741 __u32 fd_type; /* output: BPF_FD_TYPE_* */ global() member
|
/linux/include/uapi/linux/ |
H A D | bpf.h | 1741 __u32 fd_type; /* output: BPF_FD_TYPE_* */ global() member
|