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. | |
Public Attributes | |
ThreadContinuousExecution | thread_execution |
std::vector< PSBBlock > | psb_blocks |
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 42 of file LibiptDecoder.h.
|
inline |
Definition at line 46 of file LibiptDecoder.h.
bool IntelPTThreadContinousExecution::operator< | ( | const IntelPTThreadContinousExecution & | o | ) | const |
Comparator by time.
Definition at line 672 of file LibiptDecoder.cpp.
std::vector<PSBBlock> lldb_private::trace_intel_pt::IntelPTThreadContinousExecution::psb_blocks |
ThreadContinuousExecution lldb_private::trace_intel_pt::IntelPTThreadContinousExecution::thread_execution |
Definition at line 43 of file LibiptDecoder.h.