Home
last modified time | relevance | path

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

/freebsd/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()
112 return tscs.hinted_start.end; in GetLowestKnownTSC()
119 return tscs.complete.start; in GetStartTSC()
121 return tscs.only_start.start; in GetStartTSC()
125 return tscs.hinted_end.start; in GetStartTSC()
127 return tscs.hinted_start.hinted_start; in GetStartTSC()
134 return tscs.complete.end; in GetEndTSC()
[all …]
H A DPerfContextSwitchDecoder.h108 } tscs; member