LLDB mainline
|
A structure that represents a maximal range of trace items associated to the same TSC value. More...
#include <DecodedThread.h>
Public Member Functions | |
bool | InRange (uint64_t item_index) const |
Public Attributes | |
TSC | tsc |
uint64_t | items_count |
Number of trace items in this range. | |
uint64_t | first_item_index |
Index of the first trace item in this range. | |
A structure that represents a maximal range of trace items associated to the same TSC value.
Definition at line 68 of file DecodedThread.h.
bool DecodedThread::TSCRange::InRange | ( | uint64_t | item_index | ) | const |
item_index
is covered by this range. Definition at line 33 of file DecodedThread.cpp.
References first_item_index, and items_count.
uint64_t lldb_private::trace_intel_pt::DecodedThread::TSCRange::first_item_index |
Index of the first trace item in this range.
Definition at line 73 of file DecodedThread.h.
Referenced by InRange().
uint64_t lldb_private::trace_intel_pt::DecodedThread::TSCRange::items_count |
Number of trace items in this range.
Definition at line 71 of file DecodedThread.h.
Referenced by InRange().
TSC lldb_private::trace_intel_pt::DecodedThread::TSCRange::tsc |
Definition at line 69 of file DecodedThread.h.