Searched refs:have_tsc (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/processor-trace/libipt/src/
H A Dpt_time.c59 if (!time->have_tsc)
139 time->have_tsc = 1;
185 if (!time->have_tsc)
241 int errcode, have_tsc, have_tma, have_mtc; local
246 have_tsc = time->have_tsc;
256 if (have_tsc && !have_tma)
/freebsd-13-stable/contrib/processor-trace/libipt/internal/include/
H A Dpt_time.h69 uint32_t have_tsc:1; member in struct:pt_time
/freebsd-13-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-query.c2096 decoder->last_time.have_tsc = 1;

Completed in 104 milliseconds