aux_time          549 tools/perf/util/s390-cpumsf.c 	unsigned long long aux_time, progusage2;
aux_time          569 tools/perf/util/s390-cpumsf.c 	aux_time = trailer_timestamp(te, clock_base) - progusage2;
aux_time          570 tools/perf/util/s390-cpumsf.c 	aux_time = (aux_time >> 9) * 125 + (((aux_time & 0x1ff) * 125) >> 9);
aux_time          571 tools/perf/util/s390-cpumsf.c 	return aux_time;