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:per_cpu_mmaps
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/arch/x86/util/
H
A
D
intel-pt.c
332
bool cap_user_time_zero = false,
per_cpu_mmaps
;
in intel_pt_info_fill()
local
380
per_cpu_mmaps
= !perf_cpu_map__empty(session->evlist->core.cpus);
in intel_pt_info_fill()
392
auxtrace_info->priv[INTEL_PT_PER_CPU_MMAPS] =
per_cpu_mmaps
;
in intel_pt_info_fill()
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/
H
A
D
intel-pt.c
333
bool cap_user_time_zero = false,
per_cpu_mmaps
;
in intel_pt_info_fill()
local
380
per_cpu_mmaps
= !perf_cpu_map__empty(session->evlist->core.user_requested_cpus);
in intel_pt_info_fill()
392
auxtrace_info->priv[INTEL_PT_PER_CPU_MMAPS] =
per_cpu_mmaps
;
in intel_pt_info_fill()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
intel-pt.c
66
bool
per_cpu_mmaps
;
member
2245
if (pt->
per_cpu_mmaps
&&
in intel_pt_run_decoder()
2635
if (!pt->
per_cpu_mmaps
)
in intel_pt_process_itrace_start()
3003
if (!pt->
per_cpu_mmaps
)
in intel_pt_synth_events()
3361
pt->
per_cpu_mmaps
= auxtrace_info->priv[INTEL_PT_PER_CPU_MMAPS];
in intel_pt_process_auxtrace_info()
H
A
D
evlist.c
493
bool
per_cpu_mmaps
= !perf_cpu_map__empty(evlist->core.cpus);
in perf_evlist__enable_event_idx()
local
495
if (
per_cpu_mmaps
)
in perf_evlist__enable_event_idx()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
intel-pt.c
73
bool
per_cpu_mmaps
;
member
2921
if (pt->
per_cpu_mmaps
&&
in intel_pt_run_decoder()
3343
if (!pt->
per_cpu_mmaps
)
in intel_pt_process_itrace_start()
3750
if (!pt->
per_cpu_mmaps
)
in intel_pt_synth_events()
4238
pt->
per_cpu_mmaps
= auxtrace_info->priv[INTEL_PT_PER_CPU_MMAPS];
in intel_pt_process_auxtrace_info()
H
A
D
auxtrace.c
651
bool
per_cpu_mmaps
= !perf_cpu_map__empty(evlist->core.user_requested_cpus);
in evlist__enable_event_idx()
local
653
if (
per_cpu_mmaps
) {
in evlist__enable_event_idx()
Completed in 20 milliseconds