Searched refs:bpf_prog_info (Results 1 – 17 of 17) sorted by relevance
/tools/perf/util/ |
D | bpf-event.h | 11 struct bpf_prog_info; 38 void bpf_event__print_bpf_prog_info(struct bpf_prog_info *info, 55 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-event.c | 116 struct bpf_prog_info *info, in synthesize_bpf_prog_name() 169 struct bpf_prog_info *info; in perf_event__synthesize_one_bpf_prog() 197 if (info_linear->info_len < offsetof(struct bpf_prog_info, prog_tags)) { in perf_event__synthesize_one_bpf_prog() 442 void bpf_event__print_bpf_prog_info(struct bpf_prog_info *info, in bpf_event__print_bpf_prog_info()
|
D | header.c | 2698 if (info_len > sizeof(struct bpf_prog_info)) { in process_bpf_prog_info() 2707 info_linear->info_len = sizeof(struct bpf_prog_info); in process_bpf_prog_info() 2713 if (info_len < sizeof(struct bpf_prog_info)) in process_bpf_prog_info() 2715 sizeof(struct bpf_prog_info) - info_len); in process_bpf_prog_info() 2866 FEAT_OPR(BPF_PROG_INFO, bpf_prog_info, false),
|
/tools/testing/selftests/bpf/prog_tests/ |
D | bpf_obj_id.c | 17 struct bpf_prog_info prog_infos[nr_iters + 1]; in test_bpf_obj_id() 89 info_len = sizeof(struct bpf_prog_info) * 2; in test_bpf_obj_id() 111 info_len != sizeof(struct bpf_prog_info) || in test_bpf_obj_id() 126 info_len, sizeof(struct bpf_prog_info), in test_bpf_obj_id() 144 struct bpf_prog_info prog_info = {}; in test_bpf_obj_id() 187 CHECK(err || info_len != sizeof(struct bpf_prog_info) || in test_bpf_obj_id() 192 err, errno, info_len, sizeof(struct bpf_prog_info), in test_bpf_obj_id()
|
D | tp_attach_query.c | 13 struct bpf_prog_info prog_info; in test_tp_attach_query()
|
/tools/lib/bpf/ |
D | libbpf.h | 439 struct bpf_prog_info; 443 bpf_prog_linfo__new(const struct bpf_prog_info *info); 515 struct bpf_prog_info info;
|
D | libbpf.c | 5670 offsetof(struct bpf_prog_info, jited_prog_insns), 5671 offsetof(struct bpf_prog_info, jited_prog_len), 5675 offsetof(struct bpf_prog_info, xlated_prog_insns), 5676 offsetof(struct bpf_prog_info, xlated_prog_len), 5680 offsetof(struct bpf_prog_info, map_ids), 5681 offsetof(struct bpf_prog_info, nr_map_ids), 5685 offsetof(struct bpf_prog_info, jited_ksyms), 5686 offsetof(struct bpf_prog_info, nr_jited_ksyms), 5690 offsetof(struct bpf_prog_info, jited_func_lens), 5691 offsetof(struct bpf_prog_info, nr_jited_func_lens), [all …]
|
D | bpf_prog_linfo.c | 100 struct bpf_prog_linfo *bpf_prog_linfo__new(const struct bpf_prog_info *info) in bpf_prog_linfo__new()
|
D | xsk.c | 457 __u32 i, *map_ids, num_maps, prog_len = sizeof(struct bpf_prog_info); in xsk_lookup_bpf_maps() 459 struct bpf_prog_info prog_info = {}; in xsk_lookup_bpf_maps()
|
/tools/testing/selftests/bpf/ |
D | test_skb_cgroup_id_user.c | 82 struct bpf_prog_info info = {}; in get_map_fd_by_prog_id()
|
D | test_tcp_check_syncookie_user.c | 83 struct bpf_prog_info info = {}; in get_map_fd_by_prog_id()
|
D | test_btf.c | 4119 struct bpf_prog_info info = {}; in do_test_file() 4184 info_len = sizeof(struct bpf_prog_info); in do_test_file() 5847 struct bpf_prog_info info = {}; in test_get_finfo() 5855 info_len = sizeof(struct bpf_prog_info); in test_get_finfo() 5934 struct bpf_prog_info info = {}; in test_get_linfo() 5949 info_len = sizeof(struct bpf_prog_info); in test_get_linfo()
|
/tools/bpf/bpftool/ |
D | prog.c | 87 struct bpf_prog_info info = {}; in prog_fd_by_tag() 170 struct bpf_prog_info info = {}; in show_prog_maps() 197 static void print_prog_json(struct bpf_prog_info *info, int fd) in print_prog_json() 271 static void print_prog_plain(struct bpf_prog_info *info, int fd) in print_prog_plain() 334 struct bpf_prog_info info = {}; in show_prog() 417 struct bpf_prog_info *info; in do_dump()
|
D | btf.c | 439 struct bpf_prog_info info = {}; in do_dump() 646 btf_id = ((struct bpf_prog_info *)info)->btf_id; in build_btf_type_table() 681 struct bpf_prog_info prog_info; in build_btf_tables()
|
D | cgroup.c | 73 struct bpf_prog_info info = {}; in show_bpf_prog()
|
D | common.c | 359 struct bpf_prog_info pinned_info = {}; in build_pinned_obj_table()
|
/tools/include/uapi/linux/ |
D | bpf.h | 3219 struct bpf_prog_info { struct
|