Home
last modified time | relevance | path

Searched refs:prev_record (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DPerfContextSwitchDecoder.cpp195 const std::optional<ContextSwitchRecord> &prev_record, in RecoverExecutionsFromConsecutiveRecords() argument
198 if (!prev_record) { in RecoverExecutionsFromConsecutiveRecords()
207 const ContextSwitchRecord &prev = *prev_record; in RecoverExecutionsFromConsecutiveRecords()
256 std::optional<ContextSwitchRecord> prev_record; in DecodePerfContextSwitchTrace() local
274 cpu_id, tsc_conversion, record, prev_record, in DecodePerfContextSwitchTrace()
280 prev_record = record; in DecodePerfContextSwitchTrace()
286 if (prev_record && prev_record->IsIn()) in DecodePerfContextSwitchTrace()
288 cpu_id, prev_record->tid, prev_record->pid, prev_record->tsc)); in DecodePerfContextSwitchTrace()