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:binary_type
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
dso.h
166
enum dso_binary_type
binary_type
;
member
370
return dso->
binary_type
== DSO_BINARY_TYPE__VMLINUX ||
in dso__is_vmlinux()
371
dso->
binary_type
== DSO_BINARY_TYPE__GUEST_VMLINUX;
in dso__is_vmlinux()
376
return dso->
binary_type
== DSO_BINARY_TYPE__KCORE ||
in dso__is_kcore()
377
dso->
binary_type
== DSO_BINARY_TYPE__GUEST_KCORE;
in dso__is_kcore()
H
A
D
dso.c
497
if (dso__read_binary_type_filename(dso, dso->
binary_type
,
in __open_dso()
541
if (dso->
binary_type
!= DSO_BINARY_TYPE__BUILD_ID_CACHE)
in open_dso()
544
if (dso->
binary_type
!= DSO_BINARY_TYPE__BUILD_ID_CACHE)
in open_dso()
669
if (dso->
binary_type
!= DSO_BINARY_TYPE__NOT_FOUND) {
in try_to_open_dso()
675
dso->
binary_type
= binary_type_data[i++];
in try_to_open_dso()
681
} while (dso->
binary_type
!= DSO_BINARY_TYPE__NOT_FOUND);
in try_to_open_dso()
898
if (dso->
binary_type
== DSO_BINARY_TYPE__BPF_PROG_INFO)
in dso_cache__populate()
900
else if (dso->
binary_type
== DSO_BINARY_TYPE__OOL)
in dso_cache__populate()
1022
if (dso->
binary_type
== DSO_BINARY_TYPE__BPF_PROG_INFO)
in dso__data_file_size()
1260
dso->
binary_type
in dso__new_id()
[all...]
H
A
D
map.c
242
if (map->dso->
binary_type
== DSO_BINARY_TYPE__BPF_PROG_INFO)
in __map__is_bpf_prog()
258
if (map->dso->
binary_type
== DSO_BINARY_TYPE__BPF_IMAGE)
in __map__is_bpf_image()
272
return map->dso && map->dso->
binary_type
== DSO_BINARY_TYPE__OOL;
in __map__is_ool()
H
A
D
symbol.c
1416
dso->
binary_type
= DSO_BINARY_TYPE__GUEST_KCORE;
in dso__load_kcore()
1418
dso->
binary_type
= DSO_BINARY_TYPE__KCORE;
in dso__load_kcore()
2064
dso->
binary_type
= DSO_BINARY_TYPE__GUEST_VMLINUX;
in dso__load_vmlinux()
2066
dso->
binary_type
= DSO_BINARY_TYPE__VMLINUX;
in dso__load_vmlinux()
2257
dso->
binary_type
= DSO_BINARY_TYPE__KALLSYMS;
in dso__load_kernel_sym()
2298
dso->
binary_type
= DSO_BINARY_TYPE__GUEST_KALLSYMS;
in dso__load_guest_kernel_sym()
H
A
D
bpf-event.c
61
map->dso->
binary_type
= DSO_BINARY_TYPE__BPF_PROG_INFO;
in machine__process_bpf_event_load()
H
A
D
annotate.c
1719
if (dso->
binary_type
!= DSO_BINARY_TYPE__BPF_PROG_INFO)
in symbol__disassemble_bpf()
1964
if (dso->
binary_type
== DSO_BINARY_TYPE__BPF_PROG_INFO) {
in symbol__disassemble()
1966
} else if (dso->
binary_type
== DSO_BINARY_TYPE__BPF_IMAGE) {
in symbol__disassemble()
H
A
D
machine.c
760
map->dso->
binary_type
= DSO_BINARY_TYPE__OOL;
in machine__process_ksymbol_register()
771
dso->
binary_type
= DSO_BINARY_TYPE__BPF_IMAGE;
in machine__process_ksymbol_register()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
dso.h
167
enum dso_binary_type
binary_type
;
member
385
return dso->
binary_type
== DSO_BINARY_TYPE__VMLINUX ||
in dso__is_vmlinux()
386
dso->
binary_type
== DSO_BINARY_TYPE__GUEST_VMLINUX;
in dso__is_vmlinux()
391
return dso->
binary_type
== DSO_BINARY_TYPE__KCORE ||
in dso__is_kcore()
392
dso->
binary_type
== DSO_BINARY_TYPE__GUEST_KCORE;
in dso__is_kcore()
H
A
D
dso.c
72
switch (dso->
binary_type
) {
in dso__is_object_file()
546
if (dso__read_binary_type_filename(dso, dso->
binary_type
,
in __open_dso()
602
if (dso->
binary_type
!= DSO_BINARY_TYPE__BUILD_ID_CACHE) {
in open_dso()
608
if (dso->
binary_type
!= DSO_BINARY_TYPE__BUILD_ID_CACHE)
in open_dso()
733
if (dso->
binary_type
!= DSO_BINARY_TYPE__NOT_FOUND) {
in try_to_open_dso()
739
dso->
binary_type
= binary_type_data[i++];
in try_to_open_dso()
745
} while (dso->
binary_type
!= DSO_BINARY_TYPE__NOT_FOUND);
in try_to_open_dso()
964
if (dso->
binary_type
== DSO_BINARY_TYPE__BPF_PROG_INFO)
in dso_cache__populate()
968
if (dso->
binary_type
== DSO_BINARY_TYPE__OOL)
in dso_cache__populate()
1090
if (dso->
binary_type
in dso__data_file_size()
[all...]
H
A
D
map.c
256
if (dso->
binary_type
== DSO_BINARY_TYPE__BPF_PROG_INFO)
in __map__is_bpf_prog()
273
if (dso->
binary_type
== DSO_BINARY_TYPE__BPF_IMAGE)
in __map__is_bpf_image()
289
return dso && dso->
binary_type
== DSO_BINARY_TYPE__OOL;
in __map__is_ool()
H
A
D
symbol.c
1520
dso->
binary_type
= DSO_BINARY_TYPE__GUEST_KCORE;
in dso__load_kcore()
1522
dso->
binary_type
= DSO_BINARY_TYPE__KCORE;
in dso__load_kcore()
2213
dso->
binary_type
= DSO_BINARY_TYPE__GUEST_VMLINUX;
in dso__load_vmlinux()
2215
dso->
binary_type
= DSO_BINARY_TYPE__VMLINUX;
in dso__load_vmlinux()
2426
dso->
binary_type
= DSO_BINARY_TYPE__KALLSYMS;
in dso__load_kernel_sym()
2469
dso->
binary_type
= DSO_BINARY_TYPE__GUEST_KALLSYMS;
in dso__load_guest_kernel_sym()
H
A
D
bpf-event.c
62
dso->
binary_type
= DSO_BINARY_TYPE__BPF_PROG_INFO;
in machine__process_bpf_event_load()
H
A
D
annotate.c
1839
if (dso->
binary_type
!= DSO_BINARY_TYPE__BPF_PROG_INFO)
in symbol__disassemble_bpf()
2088
if (dso->
binary_type
== DSO_BINARY_TYPE__BPF_PROG_INFO) {
in symbol__disassemble()
2090
} else if (dso->
binary_type
== DSO_BINARY_TYPE__BPF_IMAGE) {
in symbol__disassemble()
H
A
D
symbol-elf.c
1443
curr_dso->
binary_type
= dso->
binary_type
;
in dso__process_kernel_symbol()
H
A
D
machine.c
924
dso->
binary_type
= DSO_BINARY_TYPE__OOL;
in machine__process_ksymbol_register()
940
dso->
binary_type
= DSO_BINARY_TYPE__BPF_IMAGE;
in machine__process_ksymbol_register()
Completed in 46 milliseconds