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:period_type
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/
H
A
D
intel-pt-decoder.c
167
enum intel_pt_period_type
period_type
;
member
226
if (decoder->
period_type
== INTEL_PT_PERIOD_TICKS) {
in intel_pt_setup_period()
267
decoder->
period_type
= params->
period_type
;
in intel_pt_decoder_new()
969
switch (decoder->
period_type
) {
in intel_pt_next_sample()
985
switch (decoder->
period_type
) {
in intel_pt_sample_insn()
1802
if (decoder->
period_type
== INTEL_PT_PERIOD_MTC)
in intel_pt_walk_psbend()
1917
if (decoder->
period_type
== INTEL_PT_PERIOD_MTC)
in intel_pt_walk_fup_tip()
2209
if (decoder->
period_type
!= INTEL_PT_PERIOD_MTC)
in intel_pt_walk_trace()
H
A
D
intel-pt-decoder.h
249
enum intel_pt_period_type
period_type
;
member
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/
H
A
D
intel-pt-decoder.h
289
enum intel_pt_period_type
period_type
;
member
H
A
D
intel-pt-decoder.c
198
enum intel_pt_period_type
period_type
;
member
290
if (decoder->
period_type
== INTEL_PT_PERIOD_TICKS) {
in intel_pt_setup_period()
337
decoder->
period_type
= params->
period_type
;
in intel_pt_decoder_new()
1075
switch (decoder->
period_type
) {
in intel_pt_next_sample()
1091
switch (decoder->
period_type
) {
in intel_pt_sample_insn()
2160
if (decoder->
period_type
== INTEL_PT_PERIOD_MTC)
in intel_pt_walk_psbend()
2282
if (decoder->
period_type
== INTEL_PT_PERIOD_MTC)
in intel_pt_walk_fup_tip()
3331
if (decoder->
period_type
!= INTEL_PT_PERIOD_MTC)
in intel_pt_walk_trace()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
auxtrace.c
1335
synth_opts->
period_type
= PERF_ITRACE_PERIOD_INSTRUCTIONS;
in itrace_synth_opts__set_default()
1340
synth_opts->
period_type
= PERF_ITRACE_DEFAULT_PERIOD_TYPE;
in itrace_synth_opts__set_default()
1430
synth_opts->
period_type
=
in itrace_parse_synth_opts()
1435
synth_opts->
period_type
=
in itrace_parse_synth_opts()
1448
synth_opts->
period_type
=
in itrace_parse_synth_opts()
1566
synth_opts->
period_type
=
in itrace_parse_synth_opts()
H
A
D
intel-pt.c
1055
switch (pt->synth_opts.
period_type
) {
in intel_pt_alloc_queue()
1057
params.
period_type
=
in intel_pt_alloc_queue()
1062
params.
period_type
= INTEL_PT_PERIOD_TICKS;
in intel_pt_alloc_queue()
1066
params.
period_type
= INTEL_PT_PERIOD_TICKS;
in intel_pt_alloc_queue()
1076
params.
period_type
= INTEL_PT_PERIOD_INSTRUCTIONS;
in intel_pt_alloc_queue()
3045
if (pt->synth_opts.
period_type
== PERF_ITRACE_PERIOD_NANOSECS)
in intel_pt_synth_events()
H
A
D
auxtrace.h
94
* @
period_type
: 'instructions' events period type
132
enum itrace_period_type
period_type
;
member
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
auxtrace.c
1392
synth_opts->
period_type
= PERF_ITRACE_PERIOD_INSTRUCTIONS;
in itrace_synth_opts__set_default()
1398
synth_opts->
period_type
= PERF_ITRACE_DEFAULT_PERIOD_TYPE;
in itrace_synth_opts__set_default()
1501
synth_opts->
period_type
=
in itrace_do_parse_synth_opts()
1506
synth_opts->
period_type
=
in itrace_do_parse_synth_opts()
1519
synth_opts->
period_type
=
in itrace_do_parse_synth_opts()
1651
synth_opts->
period_type
=
in itrace_do_parse_synth_opts()
H
A
D
auxtrace.h
108
* @
period_type
: 'instructions' events period type
155
enum itrace_period_type
period_type
;
member
H
A
D
intel-pt.c
1353
switch (pt->synth_opts.
period_type
) {
in intel_pt_alloc_queue()
1355
params.
period_type
=
in intel_pt_alloc_queue()
1360
params.
period_type
= INTEL_PT_PERIOD_TICKS;
in intel_pt_alloc_queue()
1364
params.
period_type
= INTEL_PT_PERIOD_TICKS;
in intel_pt_alloc_queue()
1374
params.
period_type
= INTEL_PT_PERIOD_INSTRUCTIONS;
in intel_pt_alloc_queue()
3792
if (pt->synth_opts.
period_type
== PERF_ITRACE_PERIOD_NANOSECS)
in intel_pt_synth_events()
3808
if (pt->synth_opts.
period_type
== PERF_ITRACE_PERIOD_NANOSECS)
in intel_pt_synth_events()
H
A
D
arm-spe.c
1267
if (spe->synth_opts.
period_type
!= PERF_ITRACE_PERIOD_INSTRUCTIONS) {
in arm_spe_synth_events()
Completed in 32 milliseconds