Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DCommandObjectTraceStartIntelPT.cpp68 m_psb_period = kDefaultPsbPeriod; in OptionParsingStarting()
151 m_psb_period = kDefaultPsbPeriod; in OptionParsingStarting()
H A DTraceIntelPTConstants.h22 const std::optional<size_t> kDefaultPsbPeriod; variable
H A DTraceIntelPT.cpp634 kDefaultPsbPeriod, kDefaultPerCpuTracing, in GetStartConfigurationHelp()
660 std::optional<uint64_t> psb_period = kDefaultPsbPeriod; in Start()
702 std::optional<uint64_t> psb_period = kDefaultPsbPeriod; in Start()