Searched refs:psb_period (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | CommandObjectTraceStartIntelPT.cpp | 49 int64_t psb_period; in SetOptionValue() local 50 if (option_arg.empty() || option_arg.getAsInteger(0, psb_period) || in SetOptionValue() 51 psb_period < 0) in SetOptionValue() 55 m_psb_period = psb_period; in SetOptionValue() 131 int64_t psb_period; in SetOptionValue() local 132 if (option_arg.empty() || option_arg.getAsInteger(0, psb_period) || in SetOptionValue() 133 psb_period < 0) in SetOptionValue() 137 m_psb_period = psb_period; in SetOptionValue()
|
H A D | TraceIntelPT.cpp | 643 std::optional<uint64_t> psb_period, in Start() argument 649 request.psb_period = psb_period; in Start() 660 std::optional<uint64_t> psb_period = kDefaultPsbPeriod; in Start() local 670 dict->GetValueForKeyAsInteger("psbPeriod", psb_period); in Start() 681 psb_period, per_cpu_tracing, disable_cgroup_filtering); in Start() 686 std::optional<uint64_t> psb_period) { in Start() argument 690 request.psb_period = psb_period; in Start() 702 std::optional<uint64_t> psb_period in Start() local [all...] |
H A D | TraceIntelPT.h | 120 /// \param[in] psb_period 135 bool enable_tsc, std::optional<uint64_t> psb_period, 156 /// \param[in] psb_period 163 bool enable_tsc, std::optional<uint64_t> psb_period);
|
H A D | TraceIntelPTOptions.td | 41 "e.g. if bit 2 is set, then value 2 is valid. The psb_period " 119 "e.g. if bit 2 is set, then value 2 is valid. The psb_period "
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | TraceIntelPTGDBRemotePackets.cpp | 50 o.map("psbPeriod", packet.psb_period) && in fromJSON() 68 obj.try_emplace("psbPeriod", packet.psb_period); in toJSON()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | TraceIntelPTGDBRemotePackets.h | 42 std::optional<uint64_t> psb_period; member
|