Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:btf__free
(Results
1 - 25
of
59
) sorted by relevance
1
2
3
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H
A
D
btf_tag.c
100
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
D
btf_dedup_split.c
122
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
D
linked_list.c
259
btf__free
(btf);
in init_btf()
313
btf__free
(btf);
in list_and_rb_node_same_struct()
340
btf__free
(btf);
in test_btf()
366
btf__free
(btf);
in test_btf()
392
btf__free
(btf);
in test_btf()
412
btf__free
(btf);
in test_btf()
435
btf__free
(btf);
in test_btf()
457
btf__free
(btf);
in test_btf()
487
btf__free
(btf);
in test_btf()
516
btf__free
(bt
in test_btf()
[all...]
H
A
D
libbpf_str.c
59
btf__free
(btf);
in test_libbpf_bpf_attach_type_str()
104
btf__free
(btf);
in test_libbpf_bpf_link_type_str()
154
btf__free
(btf);
in test_libbpf_bpf_map_type_str()
196
btf__free
(btf);
in test_libbpf_bpf_prog_type_str()
H
A
D
btf_module.c
32
btf__free
(module_btf);
in test_btf_module()
33
btf__free
(vmlinux_btf);
in test_btf_module()
H
A
D
btf_endian.c
74
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
D
btf_split.c
95
btf__free
(btf1);
in test_btf_split()
96
btf__free
(btf2);
in test_btf_split()
H
A
D
module_fentry_shadow.c
123
btf__free
(vmlinux_btf);
in test_module_fentry_shadow()
124
btf__free
(mod_btf);
in test_module_fentry_shadow()
H
A
D
libbpf_probes.c
42
btf__free
(btf);
in test_libbpf_probe_prog_types()
80
btf__free
(btf);
in test_libbpf_probe_map_types()
H
A
D
core_reloc.c
433
btf__free
(local_btf);
in setup_type_id_case_local()
434
btf__free
(targ_btf);
in setup_type_id_case_local()
490
btf__free
(local_btf);
in setup_type_id_case_local()
491
btf__free
(targ_btf);
in setup_type_id_case_local()
514
btf__free
(targ_btf);
in setup_type_id_case_success()
H
A
D
btf_write.c
401
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
D
ksyms_btf.c
166
btf__free
(btf);
in test_ksyms_btf()
H
A
D
resolve_btfids.c
116
btf__free
(btf);
in resolve_symbols()
H
A
D
btf_dump.c
125
btf__free
(btf);
in test_btf_dump_case()
255
btf__free
(btf);
in test_btf_dump_incremental()
857
btf__free
(btf);
in test_btf_dump_datasec_data()
901
btf__free
(btf);
in test_btf_dump()
H
A
D
log_buf.c
265
btf__free
(btf);
in bpf_btf_load_log_buf()
H
A
D
core_autosize.c
221
btf__free
(btf);
in test_core_autosize()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H
A
D
btf_endian.c
76
btf__free
(swap_btf);
in test_btf_endian()
99
btf__free
(btf);
in test_btf_endian()
100
btf__free
(swap_btf);
in test_btf_endian()
H
A
D
btf_dump.c
128
btf__free
(btf);
in test_btf_dump_case()
232
btf__free
(btf);
in test_btf_dump_incremental()
H
A
D
core_reloc.c
344
btf__free
(local_btf);
in setup_type_id_case_local()
345
btf__free
(targ_btf);
in setup_type_id_case_local()
401
btf__free
(local_btf);
in setup_type_id_case_local()
402
btf__free
(targ_btf);
in setup_type_id_case_local()
425
btf__free
(targ_btf);
in setup_type_id_case_success()
H
A
D
ksyms_btf.c
107
btf__free
(btf);
in test_ksyms_btf()
H
A
D
resolve_btfids.c
116
btf__free
(btf);
in resolve_symbols()
H
A
D
core_autosize.c
223
btf__free
(btf);
in test_core_autosize()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
bpf-event.c
304
btf__free
(btf);
in perf_event__synthesize_one_bpf_prog()
495
btf__free
(btf);
in perf_env__add_bpf_info()
584
btf__free
(btf);
in __bpf_event__print_bpf_prog_info()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H
A
D
gen.c
1679
btf__free
(info->src_btf);
in btfgen_free_info()
1680
btf__free
(info->marked_btf);
in btfgen_free_info()
2114
btf__free
(btf);
in btfgen_record_obj()
2225
btf__free
(btf_new);
in btfgen_get_btf()
2290
btf__free
(btf_new);
in minimize_btf()
/kernel/linux/linux-6.6/tools/perf/tests/
H
A
D
sigtrap.c
88
btf__free
(btf);
in attr_has_sigtrap()
Completed in 13 milliseconds
1
2
3