Lines Matching refs:bpf_prog_info

8357 	struct bpf_prog_info *info;  in libbpf_find_prog_btf_id()
10271 offsetof(struct bpf_prog_info, jited_prog_insns),
10272 offsetof(struct bpf_prog_info, jited_prog_len),
10276 offsetof(struct bpf_prog_info, xlated_prog_insns),
10277 offsetof(struct bpf_prog_info, xlated_prog_len),
10281 offsetof(struct bpf_prog_info, map_ids),
10282 offsetof(struct bpf_prog_info, nr_map_ids),
10286 offsetof(struct bpf_prog_info, jited_ksyms),
10287 offsetof(struct bpf_prog_info, nr_jited_ksyms),
10291 offsetof(struct bpf_prog_info, jited_func_lens),
10292 offsetof(struct bpf_prog_info, nr_jited_func_lens),
10296 offsetof(struct bpf_prog_info, func_info),
10297 offsetof(struct bpf_prog_info, nr_func_info),
10298 offsetof(struct bpf_prog_info, func_info_rec_size),
10301 offsetof(struct bpf_prog_info, line_info),
10302 offsetof(struct bpf_prog_info, nr_line_info),
10303 offsetof(struct bpf_prog_info, line_info_rec_size),
10306 offsetof(struct bpf_prog_info, jited_line_info),
10307 offsetof(struct bpf_prog_info, nr_jited_line_info),
10308 offsetof(struct bpf_prog_info, jited_line_info_rec_size),
10311 offsetof(struct bpf_prog_info, prog_tags),
10312 offsetof(struct bpf_prog_info, nr_prog_tags),
10318 static __u32 bpf_prog_info_read_offset_u32(struct bpf_prog_info *info, in bpf_prog_info_read_offset_u32()
10328 static __u64 bpf_prog_info_read_offset_u64(struct bpf_prog_info *info, in bpf_prog_info_read_offset_u64()
10338 static void bpf_prog_info_set_offset_u32(struct bpf_prog_info *info, int offset, in bpf_prog_info_set_offset_u32()
10347 static void bpf_prog_info_set_offset_u64(struct bpf_prog_info *info, int offset, in bpf_prog_info_set_offset_u64()
10360 struct bpf_prog_info info = {}; in bpf_program__get_prog_info_linear()
10463 info_linear->info_len = sizeof(struct bpf_prog_info); in bpf_program__get_prog_info_linear()