Searched defs:btf (Results 1 – 10 of 10) sorted by relevance
/kernel/bpf/ |
D | btf.c | 201 struct btf { struct 203 struct btf_type **types; argument 208 struct btf_header hdr; argument 217 struct btf *base_btf; argument 221 bool kernel_btf; argument 257 struct btf *btf; member 354 const struct btf *btf; member 463 u32 btf_nr_types(const struct btf *btf) in btf_nr_types() 475 s32 btf_find_by_name_kind(const struct btf *btf, const char *name, u8 kind) in btf_find_by_name_kind() 495 const struct btf_type *btf_type_skip_modifiers(const struct btf *btf, in btf_type_skip_modifiers() [all …]
|
D | bpf_local_storage.c | 603 const struct btf *btf, in bpf_local_storage_map_check_btf()
|
D | lpm_trie.c | 716 const struct btf *btf, in trie_check_btf()
|
D | local_storage.c | 358 const struct btf *btf, in cgroup_storage_check_btf()
|
D | verifier.c | 254 struct btf *btf; member 610 static const char *kernel_type_name(const struct btf* btf, u32 id) in kernel_type_name() 1495 struct btf *btf, u32 btf_id) in mark_btf_ld_reg() 3600 struct btf **btf, u32 *btf_id) in check_ctx_access() 4436 struct btf *btf = NULL; in check_mem_access() local 10017 const struct btf *btf; in check_btf_func() local 10162 const struct btf *btf; in check_btf_line() local 10283 struct btf *btf; in check_btf_info() local 11457 static int find_btf_percpu_datasec(struct btf *btf) in find_btf_percpu_datasec() 11499 struct btf *btf; in check_pseudo_btf_id() local [all …]
|
D | bpf_struct_ops.c | 100 void bpf_struct_ops_init(struct btf *btf, struct bpf_verifier_log *log) in bpf_struct_ops_init()
|
D | syscall.c | 760 const struct btf *btf, in map_check_no_btf() 767 static int map_check_btf(struct bpf_map *map, const struct btf *btf, in map_check_btf() 880 struct btf *btf; in map_create() local 3938 struct btf *btf, in bpf_btf_get_info_by_fd()
|
D | arraymap.c | 456 const struct btf *btf, in array_map_check_btf()
|
/kernel/bpf/preload/iterators/ |
D | iterators.bpf.c | 34 struct btf { struct 36 struct btf_type **types; argument 37 struct btf_header hdr; argument 46 struct btf *btf; argument 59 static const char *get_name(struct btf *btf, long btf_id, const char *fallback) in get_name()
|
/kernel/trace/ |
D | bpf_trace.c | 470 const struct btf *btf; in BPF_CALL_4() local 926 u64 flags, const struct btf **btf, in bpf_btf_printf_prepare() 958 const struct btf *btf; in BPF_CALL_5() local
|