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:timestamp0
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-sched.c
843
u64
timestamp0
, timestamp = sample->time;
in replay_switch_event()
local
853
timestamp0
= sched->cpu_last_switched[cpu];
in replay_switch_event()
854
if (
timestamp0
)
in replay_switch_event()
855
delta = timestamp -
timestamp0
;
in replay_switch_event()
1116
u64
timestamp0
, timestamp = sample->time;
in latency_switch_event()
local
1122
timestamp0
= sched->cpu_last_switched[cpu];
in latency_switch_event()
1124
if (
timestamp0
)
in latency_switch_event()
1125
delta = timestamp -
timestamp0
;
in latency_switch_event()
1536
u64
timestamp0
, timestamp = sample->time;
in map_switch_event()
local
1558
timestamp0
in map_switch_event()
[all...]
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-sched.c
865
u64
timestamp0
, timestamp = sample->time;
in replay_switch_event()
local
875
timestamp0
= sched->cpu_last_switched[cpu];
in replay_switch_event()
876
if (
timestamp0
)
in replay_switch_event()
877
delta = timestamp -
timestamp0
;
in replay_switch_event()
1138
u64
timestamp0
, timestamp = sample->time;
in latency_switch_event()
local
1144
timestamp0
= sched->cpu_last_switched[cpu];
in latency_switch_event()
1146
if (
timestamp0
)
in latency_switch_event()
1147
delta = timestamp -
timestamp0
;
in latency_switch_event()
1573
u64
timestamp0
, timestamp = sample->time;
in map_switch_event()
local
1598
timestamp0
in map_switch_event()
[all...]
/kernel/linux/linux-5.10/drivers/rtc/
H
A
D
rtc-pcf2127.c
552
static DEVICE_ATTR_RW(
timestamp0
);
H
A
D
rtc-rv3028.c
148
static DEVICE_ATTR_RW(
timestamp0
);
H
A
D
rtc-isl1208.c
589
static DEVICE_ATTR_RW(
timestamp0
);
/kernel/linux/linux-6.6/drivers/rtc/
H
A
D
rtc-isl1208.c
621
static DEVICE_ATTR_RW(
timestamp0
);
H
A
D
rtc-rv3028.c
153
static DEVICE_ATTR_RW(
timestamp0
);
H
A
D
rtc-pcf2127.c
903
static DEVICE_ATTR_RW(
timestamp0
);
Completed in 17 milliseconds