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:cycle_cnt
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/cfg/
H
A
D
9000.c
154
.
cycle_cnt
= { \
164
.
cycle_cnt
= { \
H
A
D
22000.c
197
.
cycle_cnt
= { \
213
.
cycle_cnt
= { \
232
.
cycle_cnt
= { \
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/cfg/
H
A
D
9000.c
105
.
cycle_cnt
= { \
115
.
cycle_cnt
= { \
H
A
D
bz.c
96
.
cycle_cnt
= { \
112
.
cycle_cnt
= { \
H
A
D
sc.c
93
.
cycle_cnt
= { \
109
.
cycle_cnt
= { \
H
A
D
22000.c
99
.
cycle_cnt
= { \
116
.
cycle_cnt
= { \
H
A
D
ax210.c
111
.
cycle_cnt
= { \
131
.
cycle_cnt
= { \
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/
H
A
D
intel-pt-decoder.c
137
uint64_t
cycle_cnt
;
member
671
uint64_t
cycle_cnt
;
member
823
data->
cycle_cnt
+= pkt_info->packet.payload;
in intel_pt_calc_cyc_cb()
852
if (!data->
cycle_cnt
)
in intel_pt_calc_cyc_cb()
855
cyc_to_tsc = (double)(timestamp - decoder->timestamp) / data->
cycle_cnt
;
in intel_pt_calc_cyc_cb()
882
.
cycle_cnt
= 0,
in intel_pt_calc_cyc_to_tsc()
1484
decoder->
cycle_cnt
= 0;
in intel_pt_calc_tsc_timestamp()
1623
decoder->
cycle_cnt
= 0;
in intel_pt_calc_mtc_timestamp()
1643
decoder->
cycle_cnt
= 0;
in intel_pt_calc_cbr()
1654
decoder->
cycle_cnt
in intel_pt_calc_cyc_timestamp()
[all...]
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/
H
A
D
intel-pt-decoder.c
163
uint64_t
cycle_cnt
;
member
774
uint64_t
cycle_cnt
;
member
929
data->
cycle_cnt
+= pkt_info->packet.payload;
in intel_pt_calc_cyc_cb()
958
if (!data->
cycle_cnt
)
in intel_pt_calc_cyc_cb()
961
cyc_to_tsc = (double)(timestamp - decoder->timestamp) / data->
cycle_cnt
;
in intel_pt_calc_cyc_cb()
988
.
cycle_cnt
= 0,
in intel_pt_calc_cyc_to_tsc()
1846
decoder->
cycle_cnt
= 0;
in intel_pt_calc_tsc_timestamp()
1982
decoder->
cycle_cnt
= 0;
in intel_pt_calc_mtc_timestamp()
2002
decoder->
cycle_cnt
= 0;
in intel_pt_calc_cbr()
2013
decoder->
cycle_cnt
in intel_pt_calc_cyc_timestamp()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/
H
A
D
error-dump.h
485
* @
cycle_cnt
: cycles count
492
__le32
cycle_cnt
;
member
H
A
D
dbg.c
1612
data->
cycle_cnt
= iwl_get_mon_reg(fwrt, alloc_id,
in iwl_dump_ini_mon_fill_header()
1613
&addrs->
cycle_cnt
);
in iwl_dump_ini_mon_fill_header()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/
H
A
D
error-dump.h
459
* @
cycle_cnt
: cycles count
467
__le32
cycle_cnt
;
member
H
A
D
dbg.c
1683
data->
cycle_cnt
= iwl_get_mon_reg(fwrt, alloc_id,
in iwl_dump_ini_mon_fill_header()
1684
&addrs->
cycle_cnt
);
in iwl_dump_ini_mon_fill_header()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
H
A
D
iwl-config.h
343
* @
cycle_cnt
: cycle count register
348
struct iwl_fw_mon_reg
cycle_cnt
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H
A
D
iwl-config.h
292
* @
cycle_cnt
: cycle count register
297
struct iwl_fw_mon_reg
cycle_cnt
;
member
Completed in 24 milliseconds