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:full_auxtrace
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/arch/arm64/util/
H
A
D
arm-spe.c
86
opts->
full_auxtrace
= true;
in arm_spe_recording_options()
90
if (!opts->
full_auxtrace
)
in arm_spe_recording_options()
94
if (opts->
full_auxtrace
&& !opts->auxtrace_mmap_pages) {
in arm_spe_recording_options()
/kernel/linux/linux-6.6/tools/perf/arch/arm64/util/
H
A
D
hisi-ptt.c
68
if (!opts->
full_auxtrace
)
in hisi_ptt_set_auxtrace_mmap_page()
71
if (opts->
full_auxtrace
&& !opts->auxtrace_mmap_pages) {
in hisi_ptt_set_auxtrace_mmap_page()
118
opts->
full_auxtrace
= true;
in hisi_ptt_recording_options()
H
A
D
arm-spe.c
142
opts->
full_auxtrace
= true;
in arm_spe_recording_options()
146
if (!opts->
full_auxtrace
)
in arm_spe_recording_options()
/kernel/linux/linux-5.10/tools/perf/arch/x86/util/
H
A
D
intel-bts.c
133
opts->
full_auxtrace
= true;
in intel_bts_recording_options()
137
if (opts->auxtrace_snapshot_mode && !opts->
full_auxtrace
) {
in intel_bts_recording_options()
142
if (!opts->
full_auxtrace
)
in intel_bts_recording_options()
145
if (opts->
full_auxtrace
&& !perf_cpu_map__empty(cpus)) {
in intel_bts_recording_options()
189
if (opts->
full_auxtrace
&& !opts->auxtrace_mmap_pages) {
in intel_bts_recording_options()
231
if (opts->
full_auxtrace
) {
in intel_bts_recording_options()
H
A
D
intel-pt.c
646
opts->
full_auxtrace
= true;
in intel_pt_recording_options()
650
if (opts->auxtrace_snapshot_mode && !opts->
full_auxtrace
) {
in intel_pt_recording_options()
668
if (!opts->
full_auxtrace
)
in intel_pt_recording_options()
752
if (opts->
full_auxtrace
&& !opts->auxtrace_mmap_pages) {
in intel_pt_recording_options()
782
if (opts->
full_auxtrace
&& (intel_pt_evsel->core.attr.config & tsc_bit))
in intel_pt_recording_options()
859
if (opts->
full_auxtrace
) {
in intel_pt_recording_options()
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/
H
A
D
intel-bts.c
134
opts->
full_auxtrace
= true;
in intel_bts_recording_options()
138
if (opts->auxtrace_snapshot_mode && !opts->
full_auxtrace
) {
in intel_bts_recording_options()
143
if (!opts->
full_auxtrace
)
in intel_bts_recording_options()
146
if (opts->
full_auxtrace
&& !perf_cpu_map__empty(cpus)) {
in intel_bts_recording_options()
190
if (opts->
full_auxtrace
&& !opts->auxtrace_mmap_pages) {
in intel_bts_recording_options()
232
if (opts->
full_auxtrace
) {
in intel_bts_recording_options()
H
A
D
intel-pt.c
634
opts->
full_auxtrace
= true;
in intel_pt_recording_options()
638
if (opts->auxtrace_snapshot_mode && !opts->
full_auxtrace
) {
in intel_pt_recording_options()
656
if (!opts->
full_auxtrace
)
in intel_pt_recording_options()
741
if (opts->
full_auxtrace
&& !opts->auxtrace_mmap_pages) {
in intel_pt_recording_options()
776
if (opts->
full_auxtrace
&& (intel_pt_evsel->core.attr.config & tsc_bit))
in intel_pt_recording_options()
848
if (opts->
full_auxtrace
) {
in intel_pt_recording_options()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
record.h
32
bool
full_auxtrace
;
member
H
A
D
record.c
122
if (opts->
full_auxtrace
) {
in perf_evlist__config()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
record.h
34
bool
full_auxtrace
;
member
H
A
D
record.c
117
if (opts->
full_auxtrace
|| opts->sample_identifier) {
in evlist__config()
/kernel/linux/linux-5.10/tools/perf/arch/s390/util/
H
A
D
auxtrace.c
54
opts->
full_auxtrace
= true;
in cpumsf_recording_options()
/kernel/linux/linux-6.6/tools/perf/arch/s390/util/
H
A
D
auxtrace.c
54
opts->
full_auxtrace
= true;
in cpumsf_recording_options()
/kernel/linux/linux-5.10/tools/perf/arch/arm/util/
H
A
D
cs-etm.c
282
opts->
full_auxtrace
= true;
in cs_etm_recording_options()
360
if (opts->
full_auxtrace
&& !opts->auxtrace_mmap_pages) {
in cs_etm_recording_options()
415
if (opts->
full_auxtrace
) {
in cs_etm_recording_options()
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-record.c
1202
if (!rec->opts.
full_auxtrace
)
in record__init_features()
1440
if (rec->opts.
full_auxtrace
) {
in record__synthesize()
2043
if (rec->samples && !rec->opts.
full_auxtrace
)
in __cmd_record()
2808
if (rec->opts.
full_auxtrace
)
in cmd_record()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-record.c
1707
if (!rec->opts.
full_auxtrace
)
in record__init_features()
2007
if (rec->opts.
full_auxtrace
) {
in record__synthesize()
2359
if (rec->opts.
full_auxtrace
) {
in __cmd_record()
2798
if (rec->samples && !rec->opts.
full_auxtrace
)
in __cmd_record()
4153
if (rec->opts.
full_auxtrace
)
in cmd_record()
/kernel/linux/linux-6.6/tools/perf/arch/arm/util/
H
A
D
cs-etm.c
327
opts->
full_auxtrace
= true;
in cs_etm_recording_options()
Completed in 19 milliseconds