Searched refs:btf_prog_table (Results 1 – 1 of 1) sorted by relevance
| /tools/bpf/bpftool/ |
| A D | btf.c | 1217 build_btf_tables(struct hashmap *btf_prog_table, in build_btf_tables() argument 1234 hashmap__free(btf_prog_table); in build_btf_tables() 1243 struct hashmap *btf_prog_table, in show_btf_plain() argument 1276 struct hashmap *btf_prog_table, in show_btf_json() argument 1311 show_btf(int fd, struct hashmap *btf_prog_table, in show_btf() argument 1349 struct hashmap *btf_prog_table; in do_show() local 1366 btf_prog_table = hashmap__new(hash_fn_for_key_as_id, in do_show() 1371 hashmap__free(btf_prog_table); in do_show() 1387 err = show_btf(fd, btf_prog_table, btf_map_table); in do_show() 1419 err = show_btf(fd, btf_prog_table, btf_map_table); in do_show() [all …]
|
Completed in 5 milliseconds