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:instr_count
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/cs-etm-decoder/
H
A
D
cs-etm-decoder.c
127
*
instr_count
is updated in place with the remainder of the instructions
130
static u32 cs_etm_decoder__dec_instr_count_to_ns(u32 *
instr_count
)
in cs_etm_decoder__dec_instr_count_to_ns()
argument
132
const u32 instr_copy = *
instr_count
;
in cs_etm_decoder__dec_instr_count_to_ns()
134
*
instr_count
%= INSTR_PER_NS;
in cs_etm_decoder__dec_instr_count_to_ns()
293
cs_etm_decoder__dec_instr_count_to_ns(&packet_queue->
instr_count
);
in cs_etm_decoder__do_soft_timestamp()
344
* Warn once, and don't try to subtract
instr_count
as it would result in an
in cs_etm_decoder__do_hard_timestamp()
353
} else if (packet_queue->
instr_count
/ INSTR_PER_NS > converted_timestamp) {
in cs_etm_decoder__do_hard_timestamp()
355
* Sanity check that the elem->timestamp - packet_queue->
instr_count
would not
in cs_etm_decoder__do_hard_timestamp()
370
(packet_queue->
instr_count
/ INSTR_PER_NS);
in cs_etm_decoder__do_hard_timestamp()
374
packet_queue->
instr_count
in cs_etm_decoder__do_hard_timestamp()
[all...]
/kernel/linux/linux-5.10/tools/perf/util/cs-etm-decoder/
H
A
D
cs-etm-decoder.c
284
packet_queue->next_timestamp += packet_queue->
instr_count
;
in cs_etm_decoder__do_soft_timestamp()
285
packet_queue->
instr_count
= 0;
in cs_etm_decoder__do_soft_timestamp()
322
packet_queue->timestamp = elem->timestamp - packet_queue->
instr_count
;
in cs_etm_decoder__do_hard_timestamp()
324
packet_queue->
instr_count
= 0;
in cs_etm_decoder__do_hard_timestamp()
338
packet_queue->
instr_count
= 0;
in cs_etm_decoder__reset_timestamp()
365
packet_queue->packet_buffer[et].
instr_count
= 0;
in cs_etm_decoder__buffer_packet()
417
packet->
instr_count
= elem->num_instr_range;
in cs_etm_decoder__buffer_range()
450
packet_queue->
instr_count
+= elem->num_instr_range;
in cs_etm_decoder__buffer_range()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
cs-etm.h
124
u32
instr_count
;
member
152
u32
instr_count
;
member
H
A
D
cs-etm.c
206
queue->packet_buffer[i].
instr_count
= 0;
in cs_etm__clear_packet_queue()
1384
tidq->period_instructions += tidq->packet->
instr_count
;
in cs_etm__sample()
1419
* tidq->packet->
instr_count
in cs_etm__sample()
1427
* tidq->packet->
instr_count
represents the number of
in cs_etm__sample()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
cs-etm.h
177
u32
instr_count
;
member
205
u32
instr_count
;
member
H
A
D
cs-etm.c
437
queue->packet_buffer[i].
instr_count
= 0;
in cs_etm__clear_packet_queue()
1696
tidq->period_instructions += tidq->packet->
instr_count
;
in cs_etm__sample()
1731
* tidq->packet->
instr_count
in cs_etm__sample()
1739
* tidq->packet->
instr_count
represents the number of
in cs_etm__sample()
/kernel/linux/linux-6.6/tools/power/x86/turbostat/
H
A
D
turbostat.c
350
unsigned long long
instr_count
;
member
1031
outp += sprintf(outp, "IPC: %lld\n", t->
instr_count
);
in dump_counters()
1205
outp += sprintf(outp, "%s%.2f", (printed++ ? delim : ""), 1.0 * t->
instr_count
/ t->aperf);
in format_counters()
1606
old->
instr_count
= new->
instr_count
- old->
instr_count
;
in delta_thread()
1661
t->
instr_count
= 0;
in clear_counters()
1740
average.threads.
instr_count
+= t->
instr_count
;
in sum_counters()
1840
average.threads.
instr_count
/
in compute_average()
[all...]
Completed in 15 milliseconds