Searched defs:btf_id (Results 1 – 6 of 6) sorted by relevance
/kernel/bpf/preload/iterators/ |
D | iterators.bpf.c | 59 static const char *get_name(struct btf *btf, long btf_id, const char *fallback) in get_name()
|
/kernel/bpf/ |
D | verifier.c | 278 u32 btf_id; member 767 static const char *iter_type_str(const struct btf *btf, u32 btf_id) in iter_type_str() 1188 struct btf *btf, u32 btf_id, int nr_slots) in mark_stack_slots_iter() 1282 struct btf *btf, u32 btf_id, int nr_slots) in is_iter_reg_valid_init() 2531 struct btf *btf, u32 btf_id, in mark_btf_ld_reg() 5546 struct btf **btf, u32 *btf_id) in check_ctx_access() 6339 const char *field_name, u32 btf_id) in type_is_rcu() 6350 const char *field_name, u32 btf_id) in type_is_rcu_or_null() 6361 const char *field_name, u32 btf_id) in type_is_trusted() 6374 const char *field_name, u32 btf_id) in type_is_trusted_or_null() [all …]
|
D | btf.c | 3853 u32 btf_id; in btf_check_and_fixup_fields() local 5402 struct btf_struct_meta *btf_find_struct_meta(const struct btf *btf, u32 btf_id) in btf_find_struct_meta() 6514 static int __get_type_size(struct btf *btf, u32 btf_id, in __get_type_size() 6744 u32 btf_id = 0; in btf_check_type_match() local 6877 u32 btf_id; in btf_check_subprog_arg_match() local 6920 u32 btf_id; in btf_check_subprog_call() local 6961 u32 i, nargs, btf_id; in btf_prepare_func_args() local 7936 s32 btf_find_dtor_kfunc(struct btf *btf, u32 btf_id) in btf_find_dtor_kfunc() 8489 const char *field_name, u32 btf_id, const char *suffix) in btf_nested_type_is_trusted()
|
D | bpf_iter.c | 13 u32 btf_id; /* cached value */ member
|
D | syscall.c | 2434 struct btf *attach_btf, u32 btf_id, in bpf_prog_load_check_attach() 3150 u32 btf_id, in bpf_tracing_prog_attach()
|
/kernel/trace/ |
D | bpf_trace.c | 523 s32 btf_id; in BPF_CALL_4() local 981 s32 *btf_id) in bpf_btf_printf_prepare() 1013 s32 btf_id; in BPF_CALL_5() local
|