Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/
A Dbtf.c744 struct hashmap *btf_map_table) in build_btf_tables() argument
770 struct hashmap *btf_map_table) in show_btf_plain() argument
793 hashmap__for_each_key_entry(btf_map_table, entry, in show_btf_plain()
807 struct hashmap *btf_map_table) in show_btf_json() argument
826 hashmap__for_each_key_entry(btf_map_table, entry, in show_btf_json()
844 struct hashmap *btf_map_table) in show_btf() argument
882 struct hashmap *btf_map_table; in do_show() local
900 btf_map_table = hashmap__new(hash_fn_for_key_as_id, in do_show()
902 if (!btf_prog_table || !btf_map_table) { in do_show()
904 hashmap__free(btf_map_table); in do_show()
[all …]

Completed in 5 milliseconds