Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp156 Expected<std::vector<uint8_t>> compact_context_switch_trace = in WriteContextSwitchTrace() local
158 if (!compact_context_switch_trace) in WriteContextSwitchTrace()
159 return compact_context_switch_trace.takeError(); in WriteContextSwitchTrace()
161 if (compact_context_switch_trace->empty()) { in WriteContextSwitchTrace()
167 *compact_context_switch_trace); in WriteContextSwitchTrace()