Home
last modified time | relevance | path

Searched refs:NSEC_PER_MSEC (Results 1 – 2 of 2) sorted by relevance

/external/linux-tools-perf/src/tools/perf/util/
Dutil.h207 #ifndef NSEC_PER_MSEC
208 #define NSEC_PER_MSEC 1000000L macro
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-trace.c373 double duration = (double)t / NSEC_PER_MSEC; in fprintf_duration()
446 return t < (trace->duration_filter * NSEC_PER_MSEC); in trace__filter_duration()
451 double ts = (double)(tstamp - trace->base_time) / NSEC_PER_MSEC; in trace__fprintf_tstamp()
815 double runtime_ms = (double)runtime / NSEC_PER_MSEC; in trace__sched_stat_runtime()