HomeSort by relevance Sort by last modified time
    Searched defs:NSECS_PER_SEC (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/perf-3.12.0/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/perf-3.12.0/tools/lib/traceevent/
event-parse.h 160 #define NSECS_PER_SEC 1000000000ULL

Completed in 53 milliseconds