Home
last modified time | relevance | path

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

/freebsd/contrib/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() argument
660 std::optional<uint64_t> psb_period = kDefaultPsbPeriod; in Start() local
686 std::optional<uint64_t> psb_period) { in Start() argument
702 std::optional<uint64_t> psb_period in Start() local
[all...]
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DTraceIntelPTGDBRemotePackets.h42 std::optional<uint64_t> psb_period; member