|
LLDB mainline
|
#include "IntelPTMultiCoreTrace.h"#include "IntelPTPerThreadProcessTrace.h"#include "IntelPTSingleBufferTrace.h"#include "Perf.h"#include "lldb/Host/common/NativeProcessProtocol.h"#include "lldb/Utility/Status.h"#include "lldb/Utility/TraceIntelPTGDBRemotePackets.h"#include "lldb/lldb-types.h"#include <linux/perf_event.h>#include <sys/mman.h>#include <unistd.h>Go to the source code of this file.
Classes | |
| class | lldb_private::process_linux::IntelPTCollector |
| Main class that manages intel-pt process and thread tracing. More... | |
Namespaces | |
| namespace | lldb_private |
| A class that represents a running process on the host machine. | |
| namespace | lldb_private::process_linux |