LLDB mainline
|
This is the complete list of members for PSBBlockDecoder, including all inherited members.
AppendInstructionAndDetectAnomalies(const pt_insn &insn) | PSBBlockDecoder | inlineprivate |
Create(TraceIntelPT &trace_intel_pt, const PSBBlock &psb_block, ArrayRef< uint8_t > buffer, Process &process, std::optional< lldb::addr_t > next_block_ip, DecodedThread &decoded_thread, std::optional< DecodedThread::TSC > tsc_upper_bound) | PSBBlockDecoder | inlinestatic |
DecodeInstructionsAndEvents(int status) | PSBBlockDecoder | inlineprivate |
DecodePSBBlock() | PSBBlockDecoder | inline |
m_anomaly_detector | PSBBlockDecoder | private |
m_decoded_thread | PSBBlockDecoder | private |
m_decoder_up | PSBBlockDecoder | private |
m_next_block_ip | PSBBlockDecoder | private |
m_psb_block | PSBBlockDecoder | private |
m_tsc_upper_bound | PSBBlockDecoder | private |
ProcessPTEvents(int status) | PSBBlockDecoder | inlineprivate |
ProcessPTEventTSC(DecodedThread::TSC tsc) | PSBBlockDecoder | inlineprivate |
PSBBlockDecoder(PtInsnDecoderUP &&decoder_up, const PSBBlock &psb_block, std::optional< lldb::addr_t > next_block_ip, DecodedThread &decoded_thread, TraceIntelPT &trace_intel_pt, std::optional< DecodedThread::TSC > tsc_upper_bound) | PSBBlockDecoder | inline |