Home
last modified time | relevance | path

Searched refs:has_tsc (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-query.c1021 ptu_int_eq(event.has_tsc, 0); in event_disabled()
1023 ptu_int_eq(event.has_tsc, 1); in event_disabled()
1084 ptu_int_eq(event.has_tsc, 0); in event_async_disabled()
1086 ptu_int_eq(event.has_tsc, 1); in event_async_disabled()
1205 ptu_int_eq(event.has_tsc, 0); in event_async_branch()
1207 ptu_int_eq(event.has_tsc, 1); in event_async_branch()
1273 ptu_int_eq(event.has_tsc, 0); in event_paging()
1275 ptu_int_eq(event.has_tsc, 1); in event_paging()
1325 ptu_int_eq(event.has_tsc, 0); in event_async_paging()
1937 ptu_int_eq(event.has_tsc, 0); in sync_event()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DLibiptDecoder.cpp519 if (event.has_tsc) { in ProcessPTEvents()
723 if (event.has_tsc) { in SplitTraceIntoPSBBlock()
779 if (event.has_tsc) in FindLowestTSCInTrace()
/freebsd/contrib/processor-trace/libipt/include/
H A Dintel-pt.h1172 uint32_t has_tsc:1; member
H A Dintel-pt.h.in1172 uint32_t has_tsc:1; member
1176 * This field is only valid if \@has_tsc is set.
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_insn_decoder.c239 ev->has_tsc = 1; in pt_insn_tick()
H A Dpt_block_decoder.c243 ev->has_tsc = 1; in pt_blk_tick()
H A Dpt_query_decoder.c982 event->has_tsc = 1; in pt_qry_event_time()