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:dso__new_map
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/tests/
H
A
D
maps.c
72
map =
dso__new_map
(bpf_progs[i].name);
in test__maps__merge_in()
81
map_kcore1 =
dso__new_map
("kcore1");
in test__maps__merge_in()
84
map_kcore2 =
dso__new_map
("kcore2");
in test__maps__merge_in()
87
map_kcore3 =
dso__new_map
("kcore3");
in test__maps__merge_in()
/kernel/linux/linux-6.6/tools/perf/tests/
H
A
D
maps.c
95
map =
dso__new_map
(bpf_progs[i].name);
in test__maps__merge_in()
104
map_kcore1 =
dso__new_map
("kcore1");
in test__maps__merge_in()
107
map_kcore2 =
dso__new_map
("kcore2");
in test__maps__merge_in()
110
map_kcore3 =
dso__new_map
("kcore3");
in test__maps__merge_in()
H
A
D
dlfilter-test.c
268
map =
dso__new_map
(td->prog_file_name);
in get_ip_addr()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
dso.h
359
struct map *
dso__new_map
(const char *name);
H
A
D
probe-event.c
158
return
dso__new_map
(module);
in kernel_get_module_map()
182
map =
dso__new_map
(target);
in get_target_map()
724
map =
dso__new_map
(pathname);
in post_process_offline_probe_trace_events()
2195
map =
dso__new_map
(tp->module);
in find_perf_probe_point_from_map()
H
A
D
dso.c
1139
struct map *
dso__new_map
(const char *name)
in dso__new_map()
function
H
A
D
auxtrace.c
2386
map =
dso__new_map
(name);
in load_dso()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
dso.h
374
struct map *
dso__new_map
(const char *name);
H
A
D
probe-event.c
159
return
dso__new_map
(module);
in kernel_get_module_map()
189
map =
dso__new_map
(target);
in get_target_map()
738
map =
dso__new_map
(pathname);
in post_process_offline_probe_trace_events()
2239
map =
dso__new_map
(tp->module);
in find_perf_probe_point_from_map()
H
A
D
dso.c
1209
struct map *
dso__new_map
(const char *name)
in dso__new_map()
function
H
A
D
auxtrace.c
2556
map =
dso__new_map
(name);
in load_dso()
Completed in 23 milliseconds