Home
last modified time | relevance | path

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

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