Home
last modified time | relevance | path

Searched refs:NSECS_PER_USEC (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/tools/perf/util/
Ddebug.c17 #define NSECS_PER_USEC 1000ULL macro
58 usecs = nsecs / NSECS_PER_USEC; in __eprintf_time()
/linux-4.1.27/tools/lib/traceevent/
Devent-parse.h176 #define NSECS_PER_USEC 1000ULL macro
Devent-parse.c5255 usecs = (nsecs + 500) / NSECS_PER_USEC; in pevent_print_event()
/linux-4.1.27/tools/perf/
Dbuiltin-script.c374 usecs = nsecs / NSECS_PER_USEC; in print_sample_start()