Home
last modified time | relevance | path

Searched refs:tscs (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DPerfContextSwitchDecoder.cpp104 return tscs.complete.start; in GetLowestKnownTSC()
106 return tscs.only_start.start; in GetLowestKnownTSC()
108 return tscs.only_end.end; in GetLowestKnownTSC()
110 return tscs.hinted_end.start; in GetLowestKnownTSC()
119 return tscs.complete.start; in GetStartTSC()
134 return tscs.complete.end; in GetEndTSC()
138 return tscs.only_end.end; in GetEndTSC()
151 o.tscs.complete.start = start; in CreateCompleteExecution()
152 o.tscs.complete.end = end; in CreateCompleteExecution()
162 o.tscs.hinted_start.end = end; in CreateHintedStartExecution()
[all …]
H A DPerfContextSwitchDecoder.h108 } tscs; member