Searched refs:btf_map_table (Results 1 – 1 of 1) sorted by relevance
744 struct hashmap *btf_map_table) in build_btf_tables() argument770 struct hashmap *btf_map_table) in show_btf_plain() argument793 hashmap__for_each_key_entry(btf_map_table, entry, in show_btf_plain()807 struct hashmap *btf_map_table) in show_btf_json() argument826 hashmap__for_each_key_entry(btf_map_table, entry, in show_btf_json()844 struct hashmap *btf_map_table) in show_btf() argument882 struct hashmap *btf_map_table; in do_show() local900 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