Home
last modified time | relevance | path

Searched refs:btf__free (Results 1 – 25 of 50) sorted by relevance

12

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_distill.c288 btf__free(btf4); in test_distilled_base()
289 btf__free(btf3); in test_distilled_base()
290 btf__free(btf2); in test_distilled_base()
291 btf__free(btf1); in test_distilled_base()
343 btf__free(btf4); in test_distilled_base_multi()
344 btf__free(btf3); in test_distilled_base_multi()
345 btf__free(btf2); in test_distilled_base_multi()
346 btf__free(btf1); in test_distilled_base_multi()
396 btf__free(btf5); in test_distilled_base_missing_err()
397 btf__free(btf4); in test_distilled_base_missing_err()
[all …]
H A Dbtf_tag.c100 btf__free(*module_btf); in load_btfs()
102 btf__free(*vmlinux_btf); in load_btfs()
135 btf__free(module_btf); in test_btf_type_tag_mod_user()
136 btf__free(vmlinux_btf); in test_btf_type_tag_mod_user()
161 btf__free(vmlinux_btf); in test_btf_type_tag_vmlinux_user()
190 btf__free(module_btf); in test_btf_type_tag_mod_percpu()
191 btf__free(vmlinux_btf); in test_btf_type_tag_mod_percpu()
224 btf__free(vmlinux_btf); in test_btf_type_tag_vmlinux_percpu()
H A Dbtf_dedup_split.c122 btf__free(btf2); in test_split_simple()
123 btf__free(btf1); in test_split_simple()
220 btf__free(btf2); in test_split_fwd_resolve()
221 btf__free(btf1); in test_split_fwd_resolve()
328 btf__free(btf2); in test_split_struct_duped()
329 btf__free(btf1); in test_split_struct_duped()
439 btf__free(btf2); in test_split_dup_struct_in_cu()
440 btf__free(btf1); in test_split_dup_struct_in_cu()
H A Dlinked_list.c271 btf__free(btf); in init_btf()
325 btf__free(btf); in list_and_rb_node_same_struct()
352 btf__free(btf); in test_btf()
378 btf__free(btf); in test_btf()
404 btf__free(btf); in test_btf()
424 btf__free(btf); in test_btf()
447 btf__free(btf); in test_btf()
469 btf__free(btf); in test_btf()
499 btf__free(btf); in test_btf()
528 btf__free(btf); in test_btf()
[all …]
H A Dlibbpf_str.c59 btf__free(btf); in test_libbpf_bpf_attach_type_str()
104 btf__free(btf); in test_libbpf_bpf_link_type_str()
161 btf__free(btf); in test_libbpf_bpf_map_type_str()
206 btf__free(btf); in test_libbpf_bpf_prog_type_str()
H A Dbtf_module.c32 btf__free(module_btf); in test_btf_module()
33 btf__free(vmlinux_btf); in test_btf_module()
H A Dbtf_endian.c74 btf__free(swap_btf); in test_btf_endian()
97 btf__free(btf); in test_btf_endian()
98 btf__free(swap_btf); in test_btf_endian()
H A Dtest_global_funcs.c59 btf__free(kern_btf); in subtest_ctx_arg_rewrite()
62 btf__free(kern_btf); in subtest_ctx_arg_rewrite()
135 btf__free(btf); in subtest_ctx_arg_rewrite()
H A Dbtf_split.c95 btf__free(btf1); in test_btf_split()
96 btf__free(btf2); in test_btf_split()
H A Dmodule_fentry_shadow.c124 btf__free(vmlinux_btf); in test_module_fentry_shadow()
125 btf__free(mod_btf); in test_module_fentry_shadow()
H A Dlibbpf_probes.c44 btf__free(btf); in test_libbpf_probe_prog_types()
84 btf__free(btf); in test_libbpf_probe_map_types()
H A Dcore_reloc.c435 btf__free(local_btf); in setup_type_id_case_local()
436 btf__free(targ_btf); in setup_type_id_case_local()
492 btf__free(local_btf); in setup_type_id_case_local()
493 btf__free(targ_btf); in setup_type_id_case_local()
516 btf__free(targ_btf); in setup_type_id_case_success()
H A Dbtf_write.c401 btf__free(btf); in test_btf_add()
496 btf__free(btf1); in test_btf_add_btf()
497 btf__free(btf2); in test_btf_add_btf()
H A Dresolve_btfids.c116 btf__free(btf); in resolve_symbols()
H A Dbtf_field_iter.c160 btf__free(btf); in test_btf_field_iter()
H A Dbtf_dump.c125 btf__free(btf); in test_btf_dump_case()
142 btf__free(t->btf); in test_ctx__free()
927 btf__free(btf); in test_btf_dump_datasec_data()
974 btf__free(btf); in test_btf_dump()
H A Dksyms_btf.c166 btf__free(btf); in test_ksyms_btf()
H A Dlog_buf.c263 btf__free(btf); in bpf_btf_load_log_buf()
H A Dcore_autosize.c221 btf__free(btf); in test_core_autosize()
/linux-6.15/tools/perf/util/
H A Dbpf-event.c308 btf__free(btf); in perf_event__synthesize_one_bpf_prog()
505 btf__free(btf); in perf_env__add_bpf_info()
594 btf__free(btf); in __bpf_event__print_bpf_prog_info()
H A Ddisasm_bpf.c168 btf__free(btf); in symbol__disassemble_bpf()
/linux-6.15/tools/bpf/bpftool/
H A Dmap.c819 btf__free(btf); in free_map_kv_btf()
958 btf__free(btf_vmlinux); in do_dump()
1049 btf__free(btf); in print_key_value()
1065 btf__free(btf); in print_key_value()
H A Dgen.c1982 btf__free(info->src_btf); in btfgen_free_info()
1983 btf__free(info->marked_btf); in btfgen_free_info()
2417 btf__free(btf); in btfgen_record_obj()
2524 btf__free(btf_new); in btfgen_get_btf()
2589 btf__free(btf_new); in minimize_btf()
/linux-6.15/tools/perf/tests/
H A Dsigtrap.c73 btf__free(btf); in btf__exit()
/linux-6.15/tools/lib/bpf/
H A Dlibbpf.map56 btf__free;

12