Searched refs:btf_prog_table (Results 1 – 1 of 1) sorted by relevance
743 build_btf_tables(struct hashmap *btf_prog_table, in build_btf_tables() argument760 hashmap__free(btf_prog_table); in build_btf_tables()769 struct hashmap *btf_prog_table, in show_btf_plain() argument786 hashmap__for_each_key_entry(btf_prog_table, entry, in show_btf_plain()806 struct hashmap *btf_prog_table, in show_btf_json() argument818 hashmap__for_each_key_entry(btf_prog_table, entry, in show_btf_json()843 show_btf(int fd, struct hashmap *btf_prog_table, in show_btf() argument881 struct hashmap *btf_prog_table; in do_show() local902 if (!btf_prog_table || !btf_map_table) { in do_show()903 hashmap__free(btf_prog_table); in do_show()[all …]
Completed in 6 milliseconds