Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/
A Dbtf.c743 build_btf_tables(struct hashmap *btf_prog_table, in build_btf_tables() argument
760 hashmap__free(btf_prog_table); in build_btf_tables()
769 struct hashmap *btf_prog_table, in show_btf_plain() argument
786 hashmap__for_each_key_entry(btf_prog_table, entry, in show_btf_plain()
806 struct hashmap *btf_prog_table, in show_btf_json() argument
818 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() argument
881 struct hashmap *btf_prog_table; in do_show() local
902 if (!btf_prog_table || !btf_map_table) { in do_show()
903 hashmap__free(btf_prog_table); in do_show()
[all …]

Completed in 6 milliseconds