Home
last modified time | relevance | path

Searched defs:psb_period (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/Linux/
H A DIntelPTSingleBufferTrace.cpp112 static Error CheckPsbPeriod(size_t psb_period) { in CheckPsbPeriod()
147 std::optional<uint64_t> psb_period) { in GeneratePerfEventConfigValue()
178 std::optional<uint64_t> psb_period) { in CreateIntelPTPerfEventConfiguration()
/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DCommandObjectTraceStartIntelPT.cpp49 int64_t psb_period; in SetOptionValue() local
131 int64_t psb_period; in SetOptionValue() local
H A DTraceIntelPT.cpp643 std::optional<uint64_t> psb_period, in Start()
660 std::optional<uint64_t> psb_period = kDefaultPsbPeriod; in Start() local
686 std::optional<uint64_t> psb_period) { in Start()
702 std::optional<uint64_t> psb_period = kDefaultPsbPeriod; in Start() local
/llvm-project/lldb/include/lldb/Utility/
H A DTraceIntelPTGDBRemotePackets.h42 std::optional<uint64_t> psb_period; member