Home
last modified time | relevance | path

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

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