OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NSECS_PER_SEC
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
Util.py
17
NSECS_PER_SEC
= 1000000000
23
return secs *
NSECS_PER_SEC
+ nsecs
26
return nsecs /
NSECS_PER_SEC
29
return nsecs %
NSECS_PER_SEC
/external/linux-tools-perf/util/
trace-event.h
29
#define
NSECS_PER_SEC
1000000000ULL
Completed in 35 milliseconds