/tools/perf/util/ |
D | bpf-utils.c | 25 offsetof(struct bpf_prog_info, jited_prog_insns), 26 offsetof(struct bpf_prog_info, jited_prog_len), 30 offsetof(struct bpf_prog_info, xlated_prog_insns), 31 offsetof(struct bpf_prog_info, xlated_prog_len), 35 offsetof(struct bpf_prog_info, map_ids), 36 offsetof(struct bpf_prog_info, nr_map_ids), 40 offsetof(struct bpf_prog_info, jited_ksyms), 41 offsetof(struct bpf_prog_info, nr_jited_ksyms), 45 offsetof(struct bpf_prog_info, jited_func_lens), 46 offsetof(struct bpf_prog_info, nr_jited_func_lens), [all …]
|
D | bpf-event.h | 10 struct bpf_prog_info; 36 void __bpf_event__print_bpf_prog_info(struct bpf_prog_info *info, 53 static inline void __bpf_event__print_bpf_prog_info(struct bpf_prog_info *info __maybe_unused, in __bpf_event__print_bpf_prog_info()
|
D | bpf-utils.h | 62 struct bpf_prog_info info;
|
D | bpf-event.c | 122 struct bpf_prog_info *info, in synthesize_bpf_prog_name() 175 struct bpf_prog_info *info; in perf_event__synthesize_one_bpf_prog() 203 if (info_linear->info_len < offsetof(struct bpf_prog_info, prog_tags)) { in perf_event__synthesize_one_bpf_prog() 545 void __bpf_event__print_bpf_prog_info(struct bpf_prog_info *info, in __bpf_event__print_bpf_prog_info()
|
/tools/testing/selftests/bpf/prog_tests/ |
D | verif_stats.c | 10 __u32 len = sizeof(struct bpf_prog_info); in test_verif_stats() 12 struct bpf_prog_info info = {}; in test_verif_stats()
|
D | bpf_obj_id.c | 20 struct bpf_prog_info prog_infos[nr_iters + 1]; in serial_test_bpf_obj_id() 105 info_len = sizeof(struct bpf_prog_info) * 2; in serial_test_bpf_obj_id() 127 info_len != sizeof(struct bpf_prog_info) || in serial_test_bpf_obj_id() 146 info_len, sizeof(struct bpf_prog_info), in serial_test_bpf_obj_id() 191 struct bpf_prog_info prog_info = {}; in serial_test_bpf_obj_id() 234 CHECK(err || info_len != sizeof(struct bpf_prog_info) || in serial_test_bpf_obj_id() 239 err, errno, info_len, sizeof(struct bpf_prog_info), in serial_test_bpf_obj_id()
|
D | xdp_info.c | 9 __u32 len = sizeof(struct bpf_prog_info), duration = 0, prog_id; in serial_test_xdp_info() 12 struct bpf_prog_info info = {}; in serial_test_xdp_info()
|
D | xdp_cpumap_attach.c | 14 struct bpf_prog_info info = {}; in test_xdp_with_cpumap_helpers() 74 struct bpf_prog_info info = {}; in test_xdp_with_cpumap_frags_helpers()
|
D | xdp_devmap_attach.c | 15 struct bpf_prog_info info = {}; in test_xdp_with_devmap_helpers() 87 struct bpf_prog_info info = {}; in test_xdp_with_devmap_frags_helpers()
|
D | enable_stats.c | 9 struct bpf_prog_info info; in test_enable_stats()
|
D | recursion.c | 8 struct bpf_prog_info prog_info = {}; in test_recursion()
|
D | tc_helpers.h | 9 struct bpf_prog_info prog_info = {}; in id_from_prog_fd()
|
D | prog_run_opts.c | 11 struct bpf_prog_info info = {}; in check_run_cnt()
|
D | task_local_storage.c | 84 struct bpf_prog_info info; in test_recursion() 172 struct bpf_prog_info info = {}; in test_nodeadlock()
|
D | metadata.c | 18 struct bpf_prog_info prog_info = {}; in prog_holds_map()
|
D | fexit_bpf2bpf.c | 65 struct bpf_prog_info prog_info = {}; in test_fexit_bpf2bpf_common() 415 struct bpf_prog_info info = {}; in find_prog_btf_id() 460 struct bpf_prog_info info = {}; in test_fentry_to_cgroup_bpf()
|
D | btf_dump.c | 662 TEST_BTF_DUMP_DATA(btf, d, "struct", str, struct bpf_prog_info, BTF_F_COMPACT, in test_btf_dump_struct_data() 665 TEST_BTF_DUMP_DATA(btf, d, "struct", str, struct bpf_prog_info, in test_btf_dump_struct_data() 669 TEST_BTF_DUMP_DATA(btf, d, "struct", str, struct bpf_prog_info, 0, in test_btf_dump_struct_data() 679 TEST_BTF_DUMP_DATA(btf, d, "struct", str, struct bpf_prog_info, BTF_F_COMPACT, in test_btf_dump_struct_data() 683 TEST_BTF_DUMP_DATA(btf, d, "struct", str, struct bpf_prog_info, BTF_F_COMPACT, in test_btf_dump_struct_data()
|
D | xdp_attach.c | 12 struct bpf_prog_info info = {}; in test_xdp_attach()
|
D | xdp_link.c | 15 struct bpf_prog_info prog_info; in serial_test_xdp_link()
|
D | tp_attach_query.c | 13 struct bpf_prog_info prog_info; in serial_test_tp_attach_query()
|
/tools/testing/selftests/bpf/progs/ |
D | netif_receive_skb.c | 215 TEST_BTF(str, struct bpf_prog_info, 0, in BPF_PROG() 218 TEST_BTF(str, struct bpf_prog_info, BTF_F_NONAME, in BPF_PROG() 222 TEST_BTF(str, struct bpf_prog_info, 0, in BPF_PROG() 226 TEST_BTF(str, struct bpf_prog_info, 0, in BPF_PROG()
|
/tools/testing/selftests/bpf/ |
D | xdp_synproxy.c | 190 struct bpf_prog_info info = {}; in syncookie_attach() 274 struct bpf_prog_info prog_info; in syncookie_open_bpf_maps() 290 prog_info = (struct bpf_prog_info) { in syncookie_open_bpf_maps()
|
D | test_skb_cgroup_id_user.c | 81 struct bpf_prog_info info = {}; in get_map_fd_by_prog_id()
|
/tools/bpf/bpftool/ |
D | prog.c | 89 static int prep_prog_info(struct bpf_prog_info *const info, enum dump_mode mode, in prep_prog_info() 92 struct bpf_prog_info holder = {}; in prep_prog_info() 192 struct bpf_prog_info info = {}; in show_prog_maps() 221 struct bpf_prog_info prog_info; in find_metadata() 413 static void print_prog_header_json(struct bpf_prog_info *info, int fd) in print_prog_header_json() 445 static void print_prog_json(struct bpf_prog_info *info, int fd) in print_prog_json() 501 static void print_prog_header_plain(struct bpf_prog_info *info, int fd) in print_prog_header_plain() 530 static void print_prog_plain(struct bpf_prog_info *info, int fd) in print_prog_plain() 579 struct bpf_prog_info info = {}; in show_prog() 697 prog_dump(struct bpf_prog_info *info, enum dump_mode mode, in prog_dump() [all …]
|
D | common.c | 408 void get_prog_full_name(const struct bpf_prog_info *prog_info, int prog_fd, in get_prog_full_name() 414 struct bpf_prog_info info = {}; in get_prog_full_name() 548 struct bpf_prog_info pinned_info; in do_build_table_cb() 815 struct bpf_prog_info info = {}; in prog_fd_by_nametag()
|