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:rdtscll
(Results
1 - 8
of
8
) sorted by relevance
/third_party/alsa-lib/test/
H
A
D
mixtest.c
8
#define
rdtscll
(val) \
macro
77
rdtscll
(tsc_begin);
in detect_cpu_clock()
82
rdtscll
(tsc_end);
in detect_cpu_clock()
258
rdtscll
(begin);
in main()
263
rdtscll
(end);
in main()
272
rdtscll
(begin);
in main()
276
rdtscll
(end);
in main()
285
rdtscll
(begin);
in main()
289
rdtscll
(end);
in main()
298
rdtscll
(begi
in main()
[all...]
/third_party/ltp/include/
H
A
D
tst_tsc.h
20
#define
rdtscll
(val) __asm__ __volatile__("rdtsc" : "=A" (val))
macro
22
#define
rdtscll
(val) \
macro
30
#define
rdtscll
(val) \
macro
35
#define
rdtscll
(val) \
macro
49
#define
rdtscll
(val) do { } while (0)
macro
/third_party/lame/misc/
H
A
D
scalartest.c
40
rdtscll
(t1);
in test()
45
rdtscll
(t2);
in test()
46
rdtscll
(t3);
in test()
51
rdtscll
(t4);
in test()
74
rdtscll
(t1);
in testn()
79
rdtscll
(t2);
in testn()
80
rdtscll
(t3);
in testn()
85
rdtscll
(t4);
in testn()
/third_party/mesa3d/src/mesa/math/
H
A
D
m_debug_util.h
193
#define
rdtscll
(val) do { \
macro
206
rdtscll
(cycle_tmp1); \
207
rdtscll
(cycle_tmp2); \
219
rdtscll
(cycle_tmp1);
222
rdtscll
(cycle_tmp2); \
/third_party/ltp/testcases/realtime/func/async_handler/
H
A
D
async_handler_tsc.c
102
rdtscll
(tsc_start);
in tsc_period_ps()
105
rdtscll
(tsc_end);
in tsc_period_ps()
120
rdtscll
(end);
in handler_thread()
147
rdtscll
(start);
in signal_thread()
/third_party/ltp/testcases/realtime/func/measurement/
H
A
D
rdtsc-latency.c
90
rdtscll
(tsc_start);
in tsc_period_ps()
93
rdtscll
(tsc_end);
in tsc_period_ps()
147
rdtscll
(tsc_a);
in main()
148
rdtscll
(tsc_b);
in main()
H
A
D
preempt_timing.c
132
rdtscll
(sample_list[i]);
in main()
/third_party/ltp/testcases/cve/
H
A
D
meltdown.c
137
rdtscll
(time1);
in get_access_time()
142
rdtscll
(time2);
in get_access_time()
Completed in 3 milliseconds