Home
last modified time | relevance | path

Searched defs:btf_id (Results 1 - 25 of 43) sorted by relevance

12

/kernel/linux/linux-6.6/include/linux/
H A Dbpf_lsm.h50 static inline bool bpf_lsm_is_sleepable_hook(u32 btf_id) in bpf_lsm_is_sleepable_hook() argument
H A Dbtf.h112 u32 btf_id; member
117 u32 btf_id; member
533 static inline s32 btf_find_dtor_kfunc(struct btf *btf, u32 btf_id) in btf_find_dtor_kfunc() argument
542 static inline struct btf_struct_meta *btf_find_struct_meta(const struct btf *btf, u32 btf_id) in btf_find_struct_meta() argument
H A Dbpf_verifier.h97 u32 btf_id; member
123 u32 btf_id; member
487 u32 btf_id; /* btf_id for struct typed var */ member
729 static inline void bpf_trampoline_unpack_key(u64 key, u32 *obj_id, u32 *btf_id) in bpf_trampoline_unpack_key() argument
719 bpf_trampoline_compute_key(const struct bpf_prog *tgt_prog, struct btf *btf, u32 btf_id) bpf_trampoline_compute_key() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dmodule_fentry_shadow.c62 __s32 btf_id[2] = {}; in test_module_fentry_shadow() local
H A Dfexit_bpf2bpf.c115 __s32 btf_id; in test_fexit_bpf2bpf_common() local
464 int btf_id; in test_fentry_to_cgroup_bpf() local
[all...]
H A Dctx_rewrite.c249 static int find_field_offset_aux(struct btf *btf, int btf_id, char *field_name, int off) in find_field_offset_aux() argument
296 int btf_id, field_offset; in find_field_offset() local
/kernel/linux/linux-5.10/kernel/bpf/preload/iterators/
H A Diterators.bpf.c60 static const char *get_name(struct btf *btf, long btf_id, const char *fallback) in get_name() argument
/kernel/linux/linux-6.6/kernel/bpf/preload/iterators/
H A Diterators.bpf.c59 static const char *get_name(struct btf *btf, long btf_id, const char *fallback) in get_name() argument
/kernel/linux/linux-5.10/tools/perf/util/
H A Dbpf-event.c445 u32 btf_id; in perf_env__add_bpf_info() local
94 perf_env__fetch_btf(struct perf_env *env, u32 btf_id, struct btf *btf) perf_env__fetch_btf() argument
[all...]
H A Denv.c91 __u32 btf_id = btf_node->id; in __perf_env__insert_btf() local
116 struct btf_node *perf_env__find_btf(struct perf_env *env, __u32 btf_id) in perf_env__find_btf() argument
126 struct btf_node *__perf_env__find_btf(struct perf_env *env, __u32 btf_id) in __perf_env__find_btf() argument
/kernel/linux/linux-6.6/tools/perf/util/
H A Dbpf-event.c453 u32 btf_id; in perf_env__add_bpf_info() local
95 perf_env__fetch_btf(struct perf_env *env, u32 btf_id, struct btf *btf) perf_env__fetch_btf() argument
[all...]
H A Denv.c96 __u32 btf_id = btf_node->id; in __perf_env__insert_btf() local
121 struct btf_node *perf_env__find_btf(struct perf_env *env, __u32 btf_id) in perf_env__find_btf() argument
131 struct btf_node *__perf_env__find_btf(struct perf_env *env, __u32 btf_id) in __perf_env__find_btf() argument
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dbtf.c47 __u32 btf_id; member
431 __u32 btf_id = -1; in do_dump() local
623 __u32 btf_id, id = 0; build_btf_type_table() local
[all...]
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dbtf.c523 static bool btf_is_kernel_module(__u32 btf_id) in btf_is_kernel_module() argument
556 __u32 btf_id = -1; in do_dump() local
742 __u32 btf_id, id = 0; build_btf_type_table() local
[all...]
/kernel/linux/linux-5.10/tools/bpf/resolve_btfids/
H A Dmain.c78 struct btf_id { struct
[all...]
/kernel/linux/linux-5.10/kernel/bpf/
H A Dbpf_iter.c12 u32 btf_id; /* cached value */ member
/kernel/linux/linux-6.6/kernel/bpf/
H A Dbpf_iter.c13 u32 btf_id; /* cached value */ member
/kernel/linux/linux-6.6/net/core/
H A Dxdp.c765 bool bpf_dev_bound_kfunc_id(u32 btf_id) in bpf_dev_bound_kfunc_id() argument
H A Dbpf_sk_storage.c357 u32 btf_id; in bpf_sk_storage_tracing_allowed() local
/kernel/linux/linux-6.6/tools/bpf/resolve_btfids/
H A Dmain.c101 struct btf_id { struct
[all...]
/kernel/linux/linux-6.6/include/net/
H A Dxdp.h459 static inline bool bpf_dev_bound_kfunc_id(u32 btf_id) { return false; } in bpf_dev_bound_kfunc_id() argument
/kernel/linux/linux-5.10/kernel/trace/
H A Dbpf_trace.c782 s32 btf_id; in BPF_CALL_4() local
1233 s32 btf_id; in BPF_CALL_5() local
1199 bpf_btf_printf_prepare(struct btf_ptr *ptr, u32 btf_ptr_size, u64 flags, const struct btf **btf, s32 *btf_id) bpf_btf_printf_prepare() argument
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dbpf_verifier.h57 u32 btf_id; /* for PTR_TO_BTF_ID */ member
345 u32 btf_id; /* btf_id for struct typed var */ member
504 bpf_trampoline_compute_key(const struct bpf_prog *tgt_prog, u32 btf_id) bpf_trampoline_compute_key() argument
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_verifier.c975 int btf_id = 0; in fixup_prog_kfuncs() local
[all...]
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlinker.c86 int btf_id; member
1580 glob_map_defs_match(const char *sym_name, struct bpf_linker *linker, struct glob_sym *glob_sym, struct src_obj *obj, Elf64_Sym *sym, int btf_id) glob_map_defs_match() argument
1620 glob_syms_match(const char *sym_name, struct bpf_linker *linker, struct glob_sym *glob_sym, struct src_obj *obj, Elf64_Sym *sym, size_t sym_idx, int btf_id) glob_syms_match() argument
1661 int i, j, n, m, btf_id = 0; find_glob_sym_btf() local
1818 int btf_sec_id = 0, btf_id = 0; linker_append_elf_sym() local
[all...]

Completed in 26 milliseconds

12