Lines Matching defs:btf_prog_table
716 build_btf_tables(struct btf_attach_table *btf_prog_table,
725 err = build_btf_type_table(btf_prog_table, BPF_OBJ_PROG, &prog_info,
733 delete_btf_table(btf_prog_table);
742 struct btf_attach_table *btf_prog_table,
752 hash_for_each_possible(btf_prog_table->table, obj, hash, info->id) {
771 struct btf_attach_table *btf_prog_table,
782 hash_for_each_possible(btf_prog_table->table, obj, hash,
804 show_btf(int fd, struct btf_attach_table *btf_prog_table,
818 show_btf_json(&info, fd, btf_prog_table, btf_map_table);
820 show_btf_plain(&info, fd, btf_prog_table, btf_map_table);
827 struct btf_attach_table btf_prog_table;
844 hash_init(btf_prog_table.table);
846 err = build_btf_tables(&btf_prog_table, &btf_map_table);
855 err = show_btf(fd, &btf_prog_table, &btf_map_table);
887 err = show_btf(fd, &btf_prog_table, &btf_map_table);
897 delete_btf_table(&btf_prog_table);