Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/processor-trace/libipt/src/
Dpt_time.c441 tcal->min_fcr = UINT64_MAX; in pt_tcal_init()
449 return (tcal->min_fcr <= tcal->max_fcr); in pt_tcal_have_fcr()
472 if (fcr < tcal->min_fcr) in pt_tcal_set_fcr()
473 tcal->min_fcr = fcr; in pt_tcal_set_fcr()
/freebsd-12-stable/contrib/processor-trace/libipt/internal/include/
Dpt_time.h138 uint64_t min_fcr, max_fcr; member