Searched refs:btf_kind_str (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/testing/selftests/bpf/
H A Dbtf_helpers.c32 static const char *btf_kind_str(__u16 kind) function
101 fprintf(out, "[%u] %s '%s'", id, btf_kind_str(kind), btf_str(btf, t->name_off));
/linux-master/tools/lib/bpf/
H A Drelo_core.c11 static const char *btf_kind_str(const struct btf_type *t) function
221 btf_kind_str(local_type), local_id, targ_id);
387 prog_name, relo->type_id, spec_str, i, id, btf_kind_str(t));
1180 type_id, btf_kind_str(t), str_is_empty(s) ? "<anon>" : s);
1310 prog_name, relo_idx, local_id, btf_kind_str(local_type),
1684 btf_kind_str(local_t), local_id, targ_id);
H A Dlinker.c1347 sym_name, btf_kflag(t1) ? "union" : "struct", btf_kind_str(t2));
1354 sym_name, btf_kflag(t2) ? "union" : "struct", btf_kind_str(t1));
1361 sym_name, btf_kind_str(t1), btf_kind_str(t2));
1377 sym_name, btf_kind_str(t1), n1, n2);
1396 sym_name, btf_kind_str(t1), n1, t1->size, t2->size);
1447 sym_name, btf_kind_str(t1), btf_vlen(t1), btf_vlen(t2));
1478 sym_name, btf_kind_str(t1), btf_vlen(t1), btf_vlen(t2));
1506 sym_name, btf_kind_str(t1));
1656 btf_kind_str(src_
[all...]
H A Dlibbpf_internal.h235 const char *btf_kind_str(const struct btf_type *t);
H A Dlibbpf.c2323 const char *btf_kind_str(const struct btf_type *t) function
2345 map_name, name, btf_kind_str(t));
2357 map_name, name, btf_kind_str(arr_t));
2383 map_name, name, btf_kind_str(t));
2497 map_name, btf_kind_str(t));
2537 map_name, btf_kind_str(t));
2597 map_name, desc, btf_kind_str(t));
2604 map_name, btf_kind_str(t));
2611 map_name, btf_kind_str(t));
2785 map_name, btf_kind_str(va
[all...]
/linux-master/tools/bpf/bpftool/
H A Dbtf.c23 static const char * const btf_kind_str[NR_BTF_KINDS] = { variable
111 jsonw_string_field(w, "kind", btf_kind_str[btf_kind_safe(kind)]);
114 printf("[%u] %s '%s'", id, btf_kind_str[btf_kind_safe(kind)],
379 btf_kind_str[btf_kind_safe(btf_kind(vt))],
H A Dgen.c2049 p_err("unsupported kind: %s (%d)", btf_kind_str(btf_type), type_id);
2102 btf_kind_str(btf_type), btf_type->type);
2200 p_err("unsupported kind: %s (%d)", btf_kind_str(btf_type), type_id);
/linux-master/kernel/bpf/
H A Dbtf.c321 static const char * const btf_kind_str[NR_BTF_KINDS] = { variable
346 return btf_kind_str[BTF_INFO_KIND(t->info)];
8724 btf_kind_str[cc->kind], cc->name, cc->cands[i].id);

Completed in 248 milliseconds