LLDB mainline
|
#include <TraceIntelPTGDBRemotePackets.h>
Public Attributes | |
std::optional< LinuxPerfZeroTscConversion > | tsc_perf_zero_conversion |
The TSC to wall time conversion if it exists, otherwise nullptr. | |
bool | using_cgroup_filtering = false |
Public Attributes inherited from lldb_private::TraceGetStateResponse | |
std::vector< TraceThreadState > | traced_threads |
std::vector< TraceBinaryData > | process_binary_data |
std::optional< std::vector< TraceCpuState > > | cpus |
std::optional< std::vector< std::string > > | warnings |
Additional Inherited Members | |
Public Member Functions inherited from lldb_private::TraceGetStateResponse | |
void | AddWarning (llvm::StringRef warning) |
Definition at line 112 of file TraceIntelPTGDBRemotePackets.h.
std::optional<LinuxPerfZeroTscConversion> lldb_private::TraceIntelPTGetStateResponse::tsc_perf_zero_conversion |
The TSC to wall time conversion if it exists, otherwise nullptr.
Definition at line 114 of file TraceIntelPTGDBRemotePackets.h.
Referenced by lldb_private::fromJSON(), lldb_private::process_linux::IntelPTCollector::GetState(), and lldb_private::toJSON().
bool lldb_private::TraceIntelPTGetStateResponse::using_cgroup_filtering = false |
Definition at line 115 of file TraceIntelPTGDBRemotePackets.h.
Referenced by lldb_private::fromJSON(), lldb_private::process_linux::IntelPTMultiCoreTrace::GetState(), and lldb_private::toJSON().