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

/freebsd-12-stable/contrib/processor-trace/libipt/src/
H A Dpt_time.c140 time->have_tma = 0;
183 if (time->have_tma)
201 time->have_tma = 1;
235 int errcode, have_tsc, have_tma, have_mtc; local
241 have_tma = time->have_tma;
250 if (have_tsc && !have_tma)
285 if (!have_tma)
/freebsd-12-stable/contrib/processor-trace/libipt/internal/include/
H A Dpt_time.h75 uint32_t have_tma:1; member in struct:pt_time

Completed in 107 milliseconds