Searched refs:tname (Results 1 – 3 of 3) sorted by relevance
/kernel/bpf/ |
D | btf.c | 522 const char *tname; in btf_find_by_name_kind() local 531 tname = btf_name_by_offset(btf, t->name_off); in btf_find_by_name_kind() 532 if (!strcmp(tname, name)) in btf_find_by_name_kind() 5113 const char *tname, *ctx_tname; in btf_get_prog_ctx_type() local 5131 tname = btf_name_by_offset(btf, t->name_off); in btf_get_prog_ctx_type() 5132 if (!tname) { in btf_get_prog_ctx_type() 5159 if (strcmp(ctx_tname, tname)) { in btf_get_prog_ctx_type() 5387 const char *tname = prog->aux->attach_func_name; in btf_ctx_access() local 5396 tname, off); in btf_ctx_access() 5413 tname, arg + 1); in btf_ctx_access() [all …]
|
D | verifier.c | 4768 const char *tname = btf_name_by_offset(reg->btf, t->name_off); in check_ptr_to_btf_access() local 4776 regno, tname, off); in check_ptr_to_btf_access() 4785 regno, tname, off, tn_buf); in check_ptr_to_btf_access() 4792 regno, tname, off); in check_ptr_to_btf_access() 4799 regno, tname, off); in check_ptr_to_btf_access() 4841 const char *tname; in check_ptr_to_map_access() local 4857 tname = btf_name_by_offset(btf_vmlinux, t->name_off); in check_ptr_to_map_access() 4862 tname); in check_ptr_to_map_access() 4868 regno, tname, off); in check_ptr_to_map_access() 4873 verbose(env, "only read from %s is supported\n", tname); in check_ptr_to_map_access() [all …]
|
/kernel/trace/ |
D | trace_probe.c | 33 #define DEFINE_BASIC_PRINT_TYPE_FUNC(tname, type, fmt) \ argument 34 int PRINT_TYPE_FUNC_NAME(tname)(struct trace_seq *s, void *data, void *ent)\ 39 const char PRINT_TYPE_FMT_NAME(tname)[] = fmt;
|