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:cs_etm_packet
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/cs-etm-decoder/
H
A
D
cs-etm-decoder.h
17
struct
cs_etm_packet
;
92
struct
cs_etm_packet
*packet);
H
A
D
cs-etm-decoder.c
84
struct
cs_etm_packet
*packet)
in cs_etm_decoder__get_packet()
388
struct
cs_etm_packet
*packet;
in cs_etm_decoder__buffer_range()
476
struct
cs_etm_packet
*packet;
in cs_etm_decoder__buffer_exception()
/kernel/linux/linux-6.6/tools/perf/util/cs-etm-decoder/
H
A
D
cs-etm-decoder.h
18
struct
cs_etm_packet
;
106
struct
cs_etm_packet
*packet);
H
A
D
cs-etm-decoder.c
97
struct
cs_etm_packet
*packet)
in cs_etm_decoder__get_packet()
437
struct
cs_etm_packet
*packet;
in cs_etm_decoder__buffer_range()
516
struct
cs_etm_packet
*packet;
in cs_etm_decoder__buffer_exception()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
cs-etm.c
78
struct
cs_etm_packet
*prev_packet;
79
struct
cs_etm_packet
*packet;
248
tidq->packet = zalloc(sizeof(struct
cs_etm_packet
));
in cs_etm__init_traceid_queue()
252
tidq->prev_packet = zalloc(sizeof(struct
cs_etm_packet
));
in cs_etm__init_traceid_queue()
372
struct
cs_etm_packet
*tmp;
in cs_etm__packet_swap()
951
static inline u64 cs_etm__first_executed_instr(struct
cs_etm_packet
*packet)
in cs_etm__first_executed_instr()
961
u64 cs_etm__last_executed_instr(const struct
cs_etm_packet
*packet)
in cs_etm__last_executed_instr()
972
const struct
cs_etm_packet
*packet,
in cs_etm__instr_addr()
1115
const struct
cs_etm_packet
*packet,
in cs_etm__copy_insn()
1640
struct
cs_etm_packet
*packe
in cs_etm__is_svc_instr()
[all...]
H
A
D
cs-etm.h
119
struct
cs_etm_packet
{
struct
155
struct
cs_etm_packet
packet_buffer[CS_ETM_PACKET_MAX_BUFFER];
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
cs-etm.h
172
struct
cs_etm_packet
{
struct
208
struct
cs_etm_packet
packet_buffer[CS_ETM_PACKET_MAX_BUFFER];
H
A
D
cs-etm.c
95
struct
cs_etm_packet
*prev_packet;
96
struct
cs_etm_packet
*packet;
481
tidq->packet = zalloc(sizeof(struct
cs_etm_packet
));
in cs_etm__init_traceid_queue()
485
tidq->prev_packet = zalloc(sizeof(struct
cs_etm_packet
));
in cs_etm__init_traceid_queue()
605
struct
cs_etm_packet
*tmp;
in cs_etm__packet_swap()
1241
static inline u64 cs_etm__first_executed_instr(struct
cs_etm_packet
*packet)
in cs_etm__first_executed_instr()
1251
u64 cs_etm__last_executed_instr(const struct
cs_etm_packet
*packet)
in cs_etm__last_executed_instr()
1262
const struct
cs_etm_packet
*packet,
in cs_etm__instr_addr()
1400
const struct
cs_etm_packet
*packet,
in cs_etm__copy_insn()
1954
struct
cs_etm_packet
*packe
in cs_etm__is_svc_instr()
[all...]
Completed in 10 milliseconds