• Home
  • Raw
  • Download

Lines Matching refs:bpf_prog_info

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),
5695 offsetof(struct bpf_prog_info, func_info),
5696 offsetof(struct bpf_prog_info, nr_func_info),
5697 offsetof(struct bpf_prog_info, func_info_rec_size),
5700 offsetof(struct bpf_prog_info, line_info),
5701 offsetof(struct bpf_prog_info, nr_line_info),
5702 offsetof(struct bpf_prog_info, line_info_rec_size),
5705 offsetof(struct bpf_prog_info, jited_line_info),
5706 offsetof(struct bpf_prog_info, nr_jited_line_info),
5707 offsetof(struct bpf_prog_info, jited_line_info_rec_size),
5710 offsetof(struct bpf_prog_info, prog_tags),
5711 offsetof(struct bpf_prog_info, nr_prog_tags),
5717 static __u32 bpf_prog_info_read_offset_u32(struct bpf_prog_info *info, int offset) in bpf_prog_info_read_offset_u32()
5726 static __u64 bpf_prog_info_read_offset_u64(struct bpf_prog_info *info, int offset) in bpf_prog_info_read_offset_u64()
5735 static void bpf_prog_info_set_offset_u32(struct bpf_prog_info *info, int offset, in bpf_prog_info_set_offset_u32()
5744 static void bpf_prog_info_set_offset_u64(struct bpf_prog_info *info, int offset, in bpf_prog_info_set_offset_u64()
5757 struct bpf_prog_info info = {}; in bpf_program__get_prog_info_linear()
5860 info_linear->info_len = sizeof(struct bpf_prog_info); in bpf_program__get_prog_info_linear()