/linux/tools/bpf/bpftool/ |
A 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
|
A D | link.c | 99 static int get_prog_info(int prog_id, struct bpf_prog_info *info) in get_prog_info()
|
A D | btf_dumper.c | 33 __u32 prog_id) in dump_prog_id_as_func_ptr()
|
/linux/samples/bpf/ |
A D | task_fd_query_user.c | 96 __u32 len, prog_id, fd_type; in test_debug_fs_kprobe() local 126 char *buf, __u32 *buf_len, __u32 *prog_id, __u32 *fd_type, in test_nondebug_fs_kuprobe_common() 181 __u32 prog_id, fd_type; in test_nondebug_fs_probe() local 234 __u32 len, prog_id, fd_type; in test_debug_fs_uprobe() local
|
A D | xdp1_user.c | 23 static __u32 prog_id; variable
|
A D | xdp_adjust_tail_user.c | 30 static __u32 prog_id; variable
|
A D | xdp_sample_pkts_user.c | 24 static __u32 prog_id; variable
|
A D | xdp_tx_iptunnel_user.c | 28 static __u32 prog_id; variable
|
A D | xdp_sample_user.c | 147 __u32 prog_id; member 1262 static int __sample_remove_xdp(int ifindex, __u32 prog_id, int xdp_flags) in __sample_remove_xdp() 1288 __u32 prog_id = 0; in sample_install_xdp() local 1375 __u32 prog_id; in sample_exit() local
|
A D | xdp_rxq_info_user.c | 32 static __u32 prog_id; variable
|
A D | xdp_router_ipv4_user.c | 42 __u32 prog_id = 0; in int_exit() local
|
/linux/tools/testing/selftests/bpf/ |
A D | test_skb_cgroup_id_user.c | 80 int get_map_fd_by_prog_id(int prog_id) in get_map_fd_by_prog_id() 116 int check_ancestor_cgroup_ids(int prog_id) in check_ancestor_cgroup_ids()
|
A D | xdp_redirect_multi.c | 31 __u32 prog_id = 0; in int_exit() local
|
A D | test_tcp_check_syncookie_user.c | 81 static int get_map_fd_by_prog_id(int prog_id, bool *xdp) in get_map_fd_by_prog_id()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | xdp_info.c | 9 __u32 len = sizeof(struct bpf_prog_info), duration = 0, prog_id; in serial_test_xdp_info() local
|
A D | task_fd_query_rawtp.c | 8 __u32 len, prog_id, fd_type; in test_task_fd_query_rawtp() local
|
A D | task_fd_query_tp.c | 11 __u32 len, prog_id, fd_type; in test_task_fd_query_tp_core() local
|
A D | cgroup_link.c | 41 __u32 prog_ids[ARRAY_SIZE(cgs)], prog_cnt = 0, attach_flags, prog_id; in serial_test_cgroup_link() local
|
/linux/tools/lib/bpf/ |
A D | netlink.c | 359 int bpf_get_link_xdp_id(int ifindex, __u32 *prog_id, __u32 flags) in bpf_get_link_xdp_id() 558 __u32 protocol, bpf_flags, handle, priority, parent, prog_id, flags; in bpf_tc_attach() local 633 __u32 protocol = 0, handle, priority, parent, prog_id, flags; in __bpf_tc_detach() local 704 __u32 protocol, handle, priority, parent, prog_id, flags; in bpf_tc_query() local
|
A D | xsk.c | 515 __u32 prog_id = 0; in xsk_create_bpf_link() local 676 static int xsk_link_lookup(int ifindex, __u32 *prog_id, int *link_fd) in xsk_link_lookup() 838 static int xsk_lookup_xdp_res(struct xsk_socket *xsk, int *xsks_map_fd, int prog_id) in xsk_lookup_xdp_res() 875 __u32 prog_id = 0; in __xsk_setup_xdp_prog() local
|
A D | libbpf.h | 684 __u32 prog_id; member 732 __u32 prog_id; member
|
/linux/tools/perf/util/ |
A D | env.c | 25 __u32 prog_id = info_node->info_linear->info.id; in perf_env__insert_bpf_prog_info() local 54 __u32 prog_id) in perf_env__find_bpf_prog_info()
|
A D | bpf_counter.c | 102 static int bpf_program_profiler_load_one(struct evsel *evsel, u32 prog_id) in bpf_program_profiler_load_one() 170 u32 prog_id; in bpf_program_profiler__load() local
|
/linux/kernel/bpf/ |
A D | prog_iter.c | 10 u32 prog_id; member
|
/linux/tools/perf/tests/ |
A D | bpf.c | 64 enum test_llvm__testcase prog_id; member
|