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_running
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/perf_event_open/
H
A
D
perf_event_open02.c
57
unsigned long long
time_running
;
member
146
diff.
time_running
= buf2.
time_running
- buf.
time_running
;
in count_hardware_counters()
149
"
time_running
:%lld", i, diff.value,
in count_hardware_counters()
150
diff.time_enabled, diff.
time_running
);
in count_hardware_counters()
153
* Normally time_enabled and
time_running
are the same value.
in count_hardware_counters()
156
* part of the time. Time_enabled and
time_running
's values
in count_hardware_counters()
159
* the count. So if buf.time_enabled and buf.
time_running
are
in count_hardware_counters()
164
if (diff.time_enabled != diff.
time_running
) {
in count_hardware_counters()
[all...]
/third_party/libbpf/include/uapi/linux/
H
A
D
perf_event.h
343
* { u64
time_running
; } && PERF_FORMAT_TOTAL_TIME_RUNNING
350
* { u64
time_running
; } && PERF_FORMAT_TOTAL_TIME_RUNNING
584
* running = pc->
time_running
;
610
__u64
time_running
; /* time event on cpu */
member
Completed in 4 milliseconds