Home
last modified time | relevance | path

Searched refs:t_var (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/
H A Dbpf-event.c228 const struct btf_type *t_var = btf__type_by_id(btf, vsi->type); in bpf_metadata_read_map_data() local
229 const char *name = btf__name_by_offset(btf, t_var->name_off); in bpf_metadata_read_map_data()
313 const struct btf_type *t_var = btf__type_by_id(map->btf, in bpf_metadata_fill_event() local
316 t_var->name_off); in bpf_metadata_fill_event()
330 BPF_METADATA_VALUE_LEN, t_var, in bpf_metadata_fill_event()
/linux/tools/lib/bpf/
H A Dlibbpf.c3399 const struct btf_type *t_var; in btf_fixup_datasec() local
3404 t_var = btf__type_by_id(btf, vsi->type); in btf_fixup_datasec()
3405 if (!t_var || !btf_is_var(t_var)) { in btf_fixup_datasec()
3410 var = btf_var(t_var); in btf_fixup_datasec()
3414 var_name = btf__name_by_offset(btf, t_var->name_off); in btf_fixup_datasec()