Home
last modified time | relevance | path

Searched refs:pte_no_time (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_error.c80 case pte_no_time: in pt_errstr()
H A Dpt_time.c60 return -pte_no_time; in pt_time_query_tsc()
464 return -pte_no_time; in pt_tcal_fcr()
H A Dpt_insn_decoder.c222 if (errcode != -pte_no_time) in pt_insn_tick()
238 if (errcode != -pte_no_time) in pt_insn_tick()
H A Dpt_block_decoder.c226 if (errcode != -pte_no_time) in pt_blk_tick()
242 if (errcode != -pte_no_time) in pt_blk_tick()
H A Dpt_query_decoder.c545 if (errcode == -pte_no_time) in pt_qry_apply_cyc()
979 if (errcode != -pte_no_time) in pt_qry_event_time()
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-time.c169 ptu_int_eq(errcode, -pte_no_time); in query_tsc_none()
337 ptu_int_eq(errcode, -pte_no_time); in mtc()
357 ptu_int_eq(errcode, -pte_no_time); in cyc()
H A Dptunit-query.c2083 ptu_int_eq(errcode, -pte_no_time); in time_initial()
/freebsd/contrib/processor-trace/libipt/include/
H A Dintel-pt.h.in164 pte_no_time, enumerator
1620 * to correlate with other TSC-based time sources. In this case, -pte_no_time
1633 * Returns -pte_no_time if there has not been a TSC packet.
2114 * to correlate with other TSC-based time sources. In this case, -pte_no_time
2127 * Returns -pte_no_time if there has not been a TSC packet.
2393 * to correlate with other TSC-based time sources. In this case, -pte_no_time
2406 * Returns -pte_no_time if there has not been a TSC packet.
H A Dintel-pt.h164 pte_no_time, enumerator