LLDB
mainline
|
This struct represents a continuous execution of a thread in a cpu, delimited by a context switch in and out, and a list of Intel PT subtraces that belong to this execution. More...
#include <LibiptDecoder.h>
Public Member Functions | |
IntelPTThreadContinousExecution (const ThreadContinuousExecution &thread_execution) | |
bool | operator< (const IntelPTThreadContinousExecution &o) const |
Comparator by time. More... | |
Public Attributes | |
ThreadContinuousExecution | thread_execution |
std::vector< IntelPTThreadSubtrace > | intelpt_subtraces |
This struct represents a continuous execution of a thread in a cpu, delimited by a context switch in and out, and a list of Intel PT subtraces that belong to this execution.
Definition at line 33 of file LibiptDecoder.h.
|
inline |
Definition at line 37 of file LibiptDecoder.h.
bool IntelPTThreadContinousExecution::operator< | ( | const IntelPTThreadContinousExecution & | o | ) | const |
Comparator by time.
Definition at line 339 of file LibiptDecoder.cpp.
std::vector<IntelPTThreadSubtrace> lldb_private::trace_intel_pt::IntelPTThreadContinousExecution::intelpt_subtraces |
ThreadContinuousExecution lldb_private::trace_intel_pt::IntelPTThreadContinousExecution::thread_execution |
Definition at line 34 of file LibiptDecoder.h.