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:prev_packet
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
cs-etm.c
78
struct cs_etm_packet *
prev_packet
;
member
252
tidq->
prev_packet
= zalloc(sizeof(struct cs_etm_packet));
in cs_etm__init_traceid_queue()
253
if (!tidq->
prev_packet
)
in cs_etm__init_traceid_queue()
278
zfree(&tidq->
prev_packet
);
in cs_etm__init_traceid_queue()
381
tidq->packet = tidq->
prev_packet
;
in cs_etm__packet_swap()
382
tidq->
prev_packet
= tmp;
in cs_etm__packet_swap()
566
zfree(&tidq->
prev_packet
);
in cs_etm__free_traceid_queues()
1008
be->from = cs_etm__last_executed_instr(tidq->
prev_packet
);
in cs_etm__update_last_branch_rb()
1162
sample.flags = tidq->
prev_packet
->flags;
in cs_etm__synth_instruction_sample()
1205
ip = cs_etm__last_executed_instr(tidq->
prev_packet
);
in cs_etm__synth_branch_sample()
1715
struct cs_etm_packet *
prev_packet
= tidq->
prev_packet
;
cs_etm__is_syscall()
local
1768
struct cs_etm_packet *
prev_packet
= tidq->
prev_packet
;
cs_etm__is_sync_exception()
local
1815
struct cs_etm_packet *
prev_packet
= tidq->
prev_packet
;
cs_etm__set_sample_flags()
local
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
cs-etm.c
95
struct cs_etm_packet *
prev_packet
;
member
485
tidq->
prev_packet
= zalloc(sizeof(struct cs_etm_packet));
in cs_etm__init_traceid_queue()
486
if (!tidq->
prev_packet
)
in cs_etm__init_traceid_queue()
511
zfree(&tidq->
prev_packet
);
in cs_etm__init_traceid_queue()
622
tidq->packet = tidq->
prev_packet
;
in cs_etm__packet_swap()
623
tidq->
prev_packet
= tmp;
in cs_etm__packet_swap()
806
zfree(&tidq->
prev_packet
);
in cs_etm__free_traceid_queues()
1298
be->from = cs_etm__last_executed_instr(tidq->
prev_packet
);
in cs_etm__update_last_branch_rb()
1472
sample.flags = tidq->
prev_packet
->flags;
in cs_etm__synth_instruction_sample()
1515
ip = cs_etm__last_executed_instr(tidq->
prev_packet
);
in cs_etm__synth_branch_sample()
2029
struct cs_etm_packet *
prev_packet
= tidq->
prev_packet
;
cs_etm__is_syscall()
local
2082
struct cs_etm_packet *
prev_packet
= tidq->
prev_packet
;
cs_etm__is_sync_exception()
local
2129
struct cs_etm_packet *
prev_packet
= tidq->
prev_packet
;
cs_etm__set_sample_flags()
local
[all...]
Completed in 5 milliseconds