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:snapshot_mode
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/arch/x86/util/
H
A
D
intel-bts.c
43
bool
snapshot_mode
;
member
100
auxtrace_info->priv[INTEL_BTS_SNAPSHOT_MODE] = btsr->
snapshot_mode
;
in intel_bts_info_fill()
122
btsr->
snapshot_mode
= opts->auxtrace_snapshot_mode;
in intel_bts_recording_options()
H
A
D
intel-pt.c
53
bool
snapshot_mode
;
member
391
auxtrace_info->priv[INTEL_PT_SNAPSHOT_MODE] = ptr->
snapshot_mode
;
in intel_pt_info_fill()
634
ptr->
snapshot_mode
= opts->auxtrace_snapshot_mode;
in intel_pt_recording_options()
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/
H
A
D
intel-bts.c
43
bool
snapshot_mode
;
member
100
auxtrace_info->priv[INTEL_BTS_SNAPSHOT_MODE] = btsr->
snapshot_mode
;
in intel_bts_info_fill()
122
btsr->
snapshot_mode
= opts->auxtrace_snapshot_mode;
in intel_bts_recording_options()
H
A
D
intel-pt.c
54
bool
snapshot_mode
;
member
391
auxtrace_info->priv[INTEL_PT_SNAPSHOT_MODE] = ptr->
snapshot_mode
;
in intel_pt_info_fill()
621
ptr->
snapshot_mode
= opts->auxtrace_snapshot_mode;
in intel_pt_recording_options()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
intel-bts.c
52
bool
snapshot_mode
;
member
493
if (btsq->bts->
snapshot_mode
&& !buffer->consecutive &&
in intel_bts_process_queue()
502
(btsq->bts->
snapshot_mode
&& !buffer->consecutive)))
in intel_bts_process_queue()
886
bts->
snapshot_mode
= auxtrace_info->priv[INTEL_BTS_SNAPSHOT_MODE];
in intel_bts_process_auxtrace_info()
H
A
D
intel-pt.c
65
bool
snapshot_mode
;
member
302
might_overlap = ptq->pt->
snapshot_mode
|| ptq->pt->sampling_mode;
in intel_pt_get_buffer()
1204
if (pt->sampling_mode && !pt->
snapshot_mode
&&
in intel_pt_setup_queue()
3360
pt->
snapshot_mode
= auxtrace_info->priv[INTEL_PT_SNAPSHOT_MODE];
in intel_pt_process_auxtrace_info()
H
A
D
cs-etm.c
52
u8
snapshot_mode
;
member
2631
etm->
snapshot_mode
= (hdr[CS_ETM_SNAPSHOT] != 0);
in cs_etm__process_auxtrace_info()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
intel-bts.c
52
bool
snapshot_mode
;
member
493
if (btsq->bts->
snapshot_mode
&& !buffer->consecutive &&
in intel_bts_process_queue()
502
(btsq->bts->
snapshot_mode
&& !buffer->consecutive)))
in intel_bts_process_queue()
886
bts->
snapshot_mode
= auxtrace_info->priv[INTEL_BTS_SNAPSHOT_MODE];
in intel_bts_process_auxtrace_info()
H
A
D
intel-pt.c
72
bool
snapshot_mode
;
member
415
might_overlap = ptq->pt->
snapshot_mode
|| ptq->pt->sampling_mode;
in intel_pt_get_buffer()
1592
if (pt->sampling_mode && !pt->
snapshot_mode
&&
in intel_pt_setup_queue()
4237
pt->
snapshot_mode
= auxtrace_info->priv[INTEL_PT_SNAPSHOT_MODE];
in intel_pt_process_auxtrace_info()
H
A
D
cs-etm.c
67
bool
snapshot_mode
;
member
3321
etm->
snapshot_mode
= (ptr[CS_ETM_SNAPSHOT] != 0);
in cs_etm__process_auxtrace_info_full()
/kernel/linux/linux-5.10/tools/perf/arch/arm/util/
H
A
D
cs-etm.c
43
bool
snapshot_mode
;
member
266
ptr->
snapshot_mode
= opts->auxtrace_snapshot_mode;
in cs_etm_recording_options()
680
info->priv[CS_ETM_SNAPSHOT] = ptr->
snapshot_mode
;
in cs_etm_info_fill()
/kernel/linux/linux-6.6/tools/perf/arch/arm/util/
H
A
D
cs-etm.c
41
bool
snapshot_mode
;
member
320
ptr->
snapshot_mode
= opts->auxtrace_snapshot_mode;
in cs_etm_recording_options()
823
info->priv[CS_ETM_SNAPSHOT] = ptr->
snapshot_mode
;
in cs_etm_info_fill()
Completed in 29 milliseconds