LLDB
mainline
|
This struct represents a point in the intel pt trace that the decoder can start decoding from without errors. More...
#include <LibiptDecoder.h>
Public Attributes | |
uint64_t | psb_offset |
The memory offset of a PSB packet that is a synchronization point for the decoder. More... | |
uint64_t | tsc |
The timestamp associated with the PSB packet above. More... | |
This struct represents a point in the intel pt trace that the decoder can start decoding from without errors.
Definition at line 22 of file LibiptDecoder.h.
uint64_t lldb_private::trace_intel_pt::IntelPTThreadSubtrace::psb_offset |
The memory offset of a PSB packet that is a synchronization point for the decoder.
A decoder normally looks first for a PSB packet and then it starts decoding.
Definition at line 25 of file LibiptDecoder.h.
uint64_t lldb_private::trace_intel_pt::IntelPTThreadSubtrace::tsc |
The timestamp associated with the PSB packet above.
Definition at line 27 of file LibiptDecoder.h.