Home
last modified time | relevance | path

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

/tools/perf/util/
Ddebug.c17 #define NSECS_PER_USEC 1000ULL macro
56 usecs = nsecs / NSECS_PER_USEC; in __eprintf_time()
/tools/lib/traceevent/
Devent-parse.h170 #define NSECS_PER_USEC 1000ULL macro
Devent-parse.c4723 usecs = (nsecs + 500) / NSECS_PER_USEC; in pevent_print_event()
/tools/perf/
Dbuiltin-script.c375 usecs = nsecs / NSECS_PER_USEC; in print_sample_start()