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:clockid_ns
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
env.h
106
u64
clockid_ns
;
member
H
A
D
data-convert-bt.c
1405
offset = env->clock.tod_ns - env->clock.
clockid_ns
;
in ctf_writer__setup_clock()
H
A
D
header.c
928
data64 = &ff->ph->env.clock.
clockid_ns
;
in write_clock_data()
1589
struct timespec
clockid_ns
;
in print_clock_data()
local
1608
ref = ff->ph->env.clock.
clockid_ns
;
in print_clock_data()
1609
clockid_ns
.tv_sec = ref / NSEC_PER_SEC;
in print_clock_data()
1610
ref -=
clockid_ns
.tv_sec * NSEC_PER_SEC;
in print_clock_data()
1611
clockid_ns
.tv_nsec = ref;
in print_clock_data()
1626
clockid_ns
.tv_sec,
clockid_ns
.tv_nsec,
in print_clock_data()
2852
ff->ph->env.clock.
clockid_ns
= data64;
in process_clock_data()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
env.h
124
u64
clockid_ns
;
member
H
A
D
data-convert-json.c
296
"%" PRIu64, header->env.clock.
clockid_ns
);
in output_headers()
H
A
D
data-convert-bt.c
1411
offset = env->clock.tod_ns - env->clock.
clockid_ns
;
in ctf_writer__setup_clock()
H
A
D
header.c
936
data64 = &ff->ph->env.clock.
clockid_ns
;
in write_clock_data()
1770
struct timespec
clockid_ns
;
in print_clock_data()
local
1789
ref = ff->ph->env.clock.
clockid_ns
;
in print_clock_data()
1790
clockid_ns
.tv_sec = ref / NSEC_PER_SEC;
in print_clock_data()
1791
ref -=
clockid_ns
.tv_sec * NSEC_PER_SEC;
in print_clock_data()
1792
clockid_ns
.tv_nsec = ref;
in print_clock_data()
1807
(long)
clockid_ns
.tv_sec,
clockid_ns
.tv_nsec,
in print_clock_data()
3062
ff->ph->env.clock.
clockid_ns
= data64;
in process_clock_data()
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-script.c
633
u64 tod_ns,
clockid_ns
;
in tod_scnprintf()
local
650
clockid_ns
= env->clock.
clockid_ns
;
in tod_scnprintf()
653
if (timestamp >
clockid_ns
)
in tod_scnprintf()
654
tod_ns += timestamp -
clockid_ns
;
in tod_scnprintf()
656
tod_ns -=
clockid_ns
- timestamp;
in tod_scnprintf()
H
A
D
builtin-record.c
1592
session->header.env.clock.
clockid_ns
= ref;
in record__init_clock()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-script.c
715
u64 tod_ns,
clockid_ns
;
in tod_scnprintf()
local
732
clockid_ns
= env->clock.
clockid_ns
;
in tod_scnprintf()
735
if (timestamp >
clockid_ns
)
in tod_scnprintf()
736
tod_ns += timestamp -
clockid_ns
;
in tod_scnprintf()
738
tod_ns -=
clockid_ns
- timestamp;
in tod_scnprintf()
H
A
D
builtin-record.c
2173
session->header.env.clock.
clockid_ns
= ref;
in record__init_clock()
Completed in 35 milliseconds