Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dbtf.c1444 const struct btf_type *container_type; in btf__get_map_kv_tids() local
1464 container_type = btf__type_by_id(btf, container_id); in btf__get_map_kv_tids()
1465 if (!container_type) { in btf__get_map_kv_tids()
1471 if (!btf_is_struct(container_type) || btf_vlen(container_type) < 2) { in btf__get_map_kv_tids()
1477 key = btf_members(container_type); in btf__get_map_kv_tids()