Lines Matching refs:bpf_prog_info
8381 struct bpf_prog_info *info; in libbpf_find_prog_btf_id()
10298 offsetof(struct bpf_prog_info, jited_prog_insns),
10299 offsetof(struct bpf_prog_info, jited_prog_len),
10303 offsetof(struct bpf_prog_info, xlated_prog_insns),
10304 offsetof(struct bpf_prog_info, xlated_prog_len),
10308 offsetof(struct bpf_prog_info, map_ids),
10309 offsetof(struct bpf_prog_info, nr_map_ids),
10313 offsetof(struct bpf_prog_info, jited_ksyms),
10314 offsetof(struct bpf_prog_info, nr_jited_ksyms),
10318 offsetof(struct bpf_prog_info, jited_func_lens),
10319 offsetof(struct bpf_prog_info, nr_jited_func_lens),
10323 offsetof(struct bpf_prog_info, func_info),
10324 offsetof(struct bpf_prog_info, nr_func_info),
10325 offsetof(struct bpf_prog_info, func_info_rec_size),
10328 offsetof(struct bpf_prog_info, line_info),
10329 offsetof(struct bpf_prog_info, nr_line_info),
10330 offsetof(struct bpf_prog_info, line_info_rec_size),
10333 offsetof(struct bpf_prog_info, jited_line_info),
10334 offsetof(struct bpf_prog_info, nr_jited_line_info),
10335 offsetof(struct bpf_prog_info, jited_line_info_rec_size),
10338 offsetof(struct bpf_prog_info, prog_tags),
10339 offsetof(struct bpf_prog_info, nr_prog_tags),
10345 static __u32 bpf_prog_info_read_offset_u32(struct bpf_prog_info *info, in bpf_prog_info_read_offset_u32()
10355 static __u64 bpf_prog_info_read_offset_u64(struct bpf_prog_info *info, in bpf_prog_info_read_offset_u64()
10365 static void bpf_prog_info_set_offset_u32(struct bpf_prog_info *info, int offset, in bpf_prog_info_set_offset_u32()
10374 static void bpf_prog_info_set_offset_u64(struct bpf_prog_info *info, int offset, in bpf_prog_info_set_offset_u64()
10387 struct bpf_prog_info info = {}; in bpf_program__get_prog_info_linear()
10490 info_linear->info_len = sizeof(struct bpf_prog_info); in bpf_program__get_prog_info_linear()