Home
last modified time | relevance | path

Searched defs:tname (Results 1 – 4 of 4) sorted by relevance

/kernel/bpf/
Dbpf_struct_ops.c609 static void bpf_struct_ops_ksym_init(const char *tname, const char *mname, in bpf_struct_ops_ksym_init()
669 const char *tname, *mname; in bpf_struct_ops_map_update_elem() local
Dbtf.c550 const char *tname; in btf_find_by_name_kind() local
5880 bool btf_is_projection_of(const char *pname, const char *tname) in btf_is_projection_of()
5894 const char *tname, *ctx_tname; in btf_is_prog_ctx_type() local
5981 const char *tname, *ctx_tname; in btf_validate_prog_ctx_type() local
6518 const char *tname = prog->aux->attach_func_name; in btf_ctx_access() local
6673 const char *tname; in btf_ctx_access() local
6775 const char *tname, *mname, *tag_value; in btf_struct_walk() local
7192 const char *tname, in btf_distill_func_proto()
7515 const char *tname; in btf_prepare_func_args() local
9175 const char *tname; in btf_nested_type_is_trusted() local
Dverifier.c6635 const char *tname = btf_name_by_offset(reg->btf, t->name_off); in check_ptr_to_btf_access() local
6788 const char *tname; in check_ptr_to_map_access() local
10868 const char *tname; in check_helper_call() local
18747 const char *tname; in find_btf_percpu_datasec() local
18856 const char *tname; in check_pseudo_btf_id() local
21975 const char *tname, *fname; in bpf_check_attach_target() local
/kernel/trace/
Dtrace_probe.c37 #define DEFINE_BASIC_PRINT_TYPE_FUNC(tname, type, fmt) \ argument