Home
last modified time | relevance | path

Searched refs:ToTSC (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DTraceIntelPTGDBRemotePackets.h104 uint64_t ToTSC(uint64_t nanos) const;
/llvm-project-15.0.7/lldb/source/Utility/
H A DTraceIntelPTGDBRemotePackets.cpp82 uint64_t LinuxPerfZeroTscConversion::ToTSC(uint64_t nanos) const { in ToTSC() function in lldb_private::LinuxPerfZeroTscConversion
/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DPerfContextSwitchDecoder.cpp267 tsc_conversion.ToTSC(context_switch_record.time_in_nanos), in DecodePerfContextSwitchTrace()