Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Ds390-cpumsf.c550 unsigned long long aux_time, progusage2; in get_trailer_time() local
570 aux_time = trailer_timestamp(te, clock_base) - progusage2; in get_trailer_time()
571 aux_time = (aux_time >> 9) * 125 + (((aux_time & 0x1ff) * 125) >> 9); in get_trailer_time()
572 return aux_time; in get_trailer_time()