Lines Matching refs:bpf_prog_info
8734 struct bpf_prog_info *info; in libbpf_find_prog_btf_id()
10420 offsetof(struct bpf_prog_info, jited_prog_insns),
10421 offsetof(struct bpf_prog_info, jited_prog_len),
10425 offsetof(struct bpf_prog_info, xlated_prog_insns),
10426 offsetof(struct bpf_prog_info, xlated_prog_len),
10430 offsetof(struct bpf_prog_info, map_ids),
10431 offsetof(struct bpf_prog_info, nr_map_ids),
10435 offsetof(struct bpf_prog_info, jited_ksyms),
10436 offsetof(struct bpf_prog_info, nr_jited_ksyms),
10440 offsetof(struct bpf_prog_info, jited_func_lens),
10441 offsetof(struct bpf_prog_info, nr_jited_func_lens),
10445 offsetof(struct bpf_prog_info, func_info),
10446 offsetof(struct bpf_prog_info, nr_func_info),
10447 offsetof(struct bpf_prog_info, func_info_rec_size),
10450 offsetof(struct bpf_prog_info, line_info),
10451 offsetof(struct bpf_prog_info, nr_line_info),
10452 offsetof(struct bpf_prog_info, line_info_rec_size),
10455 offsetof(struct bpf_prog_info, jited_line_info),
10456 offsetof(struct bpf_prog_info, nr_jited_line_info),
10457 offsetof(struct bpf_prog_info, jited_line_info_rec_size),
10460 offsetof(struct bpf_prog_info, prog_tags),
10461 offsetof(struct bpf_prog_info, nr_prog_tags),
10467 static __u32 bpf_prog_info_read_offset_u32(struct bpf_prog_info *info, in bpf_prog_info_read_offset_u32()
10477 static __u64 bpf_prog_info_read_offset_u64(struct bpf_prog_info *info, in bpf_prog_info_read_offset_u64()
10487 static void bpf_prog_info_set_offset_u32(struct bpf_prog_info *info, int offset, in bpf_prog_info_set_offset_u32()
10496 static void bpf_prog_info_set_offset_u64(struct bpf_prog_info *info, int offset, in bpf_prog_info_set_offset_u64()
10509 struct bpf_prog_info info = {}; in bpf_program__get_prog_info_linear()
10612 info_linear->info_len = sizeof(struct bpf_prog_info); in bpf_program__get_prog_info_linear()