Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Ds390-cpumsf.c435 unsigned long long aux_time; in get_trailer_time() local
447 aux_time = trailer_timestamp(te) - te->progusage2; in get_trailer_time()
448 aux_time = (aux_time >> 9) * 125 + (((aux_time & 0x1ff) * 125) >> 9); in get_trailer_time()
449 return aux_time; in get_trailer_time()