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

/freebsd-current/contrib/processor-trace/libipt/src/
H A Dpt_time.c140 time->have_tma = 0;
189 if (time->have_tma)
207 time->have_tma = 1;
241 int errcode, have_tsc, have_tma, have_mtc; local
247 have_tma = time->have_tma;
256 if (have_tsc && !have_tma)
291 if (!have_tma)
/freebsd-current/contrib/processor-trace/libipt/internal/include/
H A Dpt_time.h75 uint32_t have_tma:1; member in struct:pt_time

Completed in 172 milliseconds