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:last_instr_type
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
cs-etm.h
125
u32
last_instr_type
;
member
H
A
D
cs-etm.c
209
queue->packet_buffer[i].
last_instr_type
= 0;
in cs_etm__clear_packet_queue()
1827
if (packet->
last_instr_type
== OCSD_INSTR_BR &&
in cs_etm__set_sample_flags()
1839
if (packet->
last_instr_type
== OCSD_INSTR_BR &&
in cs_etm__set_sample_flags()
1848
if (packet->
last_instr_type
== OCSD_INSTR_BR_INDIRECT &&
in cs_etm__set_sample_flags()
1858
if (packet->
last_instr_type
== OCSD_INSTR_BR_INDIRECT &&
in cs_etm__set_sample_flags()
1868
if (packet->
last_instr_type
== OCSD_INSTR_BR_INDIRECT &&
in cs_etm__set_sample_flags()
1874
if (packet->
last_instr_type
== OCSD_INSTR_BR_INDIRECT &&
in cs_etm__set_sample_flags()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
cs-etm.h
178
u32
last_instr_type
;
member
H
A
D
cs-etm.c
440
queue->packet_buffer[i].
last_instr_type
= 0;
in cs_etm__clear_packet_queue()
2141
if (packet->
last_instr_type
== OCSD_INSTR_BR &&
in cs_etm__set_sample_flags()
2153
if (packet->
last_instr_type
== OCSD_INSTR_BR &&
in cs_etm__set_sample_flags()
2162
if (packet->
last_instr_type
== OCSD_INSTR_BR_INDIRECT &&
in cs_etm__set_sample_flags()
2172
if (packet->
last_instr_type
== OCSD_INSTR_BR_INDIRECT &&
in cs_etm__set_sample_flags()
2182
if (packet->
last_instr_type
== OCSD_INSTR_BR_INDIRECT &&
in cs_etm__set_sample_flags()
2188
if (packet->
last_instr_type
== OCSD_INSTR_BR_INDIRECT &&
in cs_etm__set_sample_flags()
/kernel/linux/linux-5.10/tools/perf/util/cs-etm-decoder/
H
A
D
cs-etm-decoder.c
368
packet_queue->packet_buffer[et].
last_instr_type
= 0;
in cs_etm_decoder__buffer_packet()
418
packet->
last_instr_type
= elem->last_i_type;
in cs_etm_decoder__buffer_range()
/kernel/linux/linux-6.6/tools/perf/util/cs-etm-decoder/
H
A
D
cs-etm-decoder.c
417
packet_queue->packet_buffer[et].
last_instr_type
= 0;
in cs_etm_decoder__buffer_packet()
467
packet->
last_instr_type
= elem->last_i_type;
in cs_etm_decoder__buffer_range()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H
A
D
pl35x-nand-controller.c
670
int
last_instr_type
= -1;
in pl35x_nand_exec_op()
local
684
if (
last_instr_type
!= NAND_OP_DATA_OUT_INSTR)
in pl35x_nand_exec_op()
716
last_instr_type
= instr->type;
in pl35x_nand_exec_op()
Completed in 15 milliseconds