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:time_get
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/kernel/trace/
H
A
D
trace_hwlat.c
136
#define
time_get
() trace_clock_local()
macro
153
nmi_ts_start =
time_get
();
in trace_hwlat_callback()
155
nmi_total_ts +=
time_get
() - nmi_ts_start;
in trace_hwlat_callback()
192
start =
time_get
(); /* start timestamp */
in get_sample()
197
t1 =
time_get
(); /* we'll look for a discontinuity */
in get_sample()
198
t2 =
time_get
();
in get_sample()
/kernel/linux/linux-6.6/kernel/trace/
H
A
D
trace_hwlat.c
157
#define
time_get
() trace_clock_local()
macro
176
kdata->nmi_ts_start =
time_get
();
in trace_hwlat_callback()
178
kdata->nmi_total_ts +=
time_get
() - kdata->nmi_ts_start;
in trace_hwlat_callback()
224
start =
time_get
(); /* start timestamp */
in get_sample()
229
t1 =
time_get
(); /* we'll look for a discontinuity */
in get_sample()
230
t2 =
time_get
();
in get_sample()
H
A
D
trace_osnoise.c
707
#define
time_get
() trace_clock_local()
macro
775
* now =
time_get
()
798
now =
time_get
();
in get_int_safe_duration()
836
*time =
time_get
();
in set_int_safe_time()
891
osn_var->nmi.delta_start =
time_get
();
in trace_osnoise_callback()
894
duration =
time_get
() - osn_var->nmi.delta_start;
in trace_osnoise_callback()
927
osn_var->irq.arrival_time =
time_get
();
in osnoise_trace_irq_entry()
1058
osn_var->softirq.arrival_time =
time_get
();
in trace_softirq_entry_callback()
1154
osn_var->thread.arrival_time =
time_get
();
in thread_entry()
1476
start =
time_get
();
in run_osnoise()
[all...]
Completed in 6 milliseconds