Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_functions_graph.c496 unsigned long usecs_rem; in print_graph_abs_time() local
498 usecs_rem = do_div(t, NSEC_PER_SEC); in print_graph_abs_time()
499 usecs_rem /= 1000; in print_graph_abs_time()
502 (unsigned long)t, usecs_rem); in print_graph_abs_time()