Home
last modified time | relevance | path

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

/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_time.c363 uint64_t fc, total_cyc, old_cyc; in pt_time_adjust_cyc() local
392 old_cyc = (fc << pt_tcal_fcr_shr) / fcr; in pt_time_adjust_cyc()
401 if (total_cyc < old_cyc) in pt_time_adjust_cyc()
402 total_cyc = old_cyc; in pt_time_adjust_cyc()
404 *cyc = total_cyc - old_cyc; in pt_time_adjust_cyc()