Searched refs:have_mtc (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/processor-trace/libipt/src/
H A Dpt_time.c141 time->have_mtc = 0;
187 if (time->have_mtc)
220 time->have_mtc = 1;
235 int errcode, have_tsc, have_tma, have_mtc; local
242 have_mtc = time->have_mtc;
260 if (time->fc || time->lost_cyc || !have_mtc)
264 time->have_mtc = 1;
274 if (!have_mtc) {
594 uint32_t last_ctc, ctc, ctc_delta, have_mtc; local
[all...]
/freebsd-12-stable/contrib/processor-trace/libipt/internal/include/
H A Dpt_time.h78 uint32_t have_mtc:1; member in struct:pt_time
168 uint32_t have_mtc:1; member in struct:pt_time_cal

Completed in 46 milliseconds