Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp158 Expected<std::vector<uint8_t>> compact_context_switch_trace = in WriteContextSwitchTrace() local
160 if (!compact_context_switch_trace) in WriteContextSwitchTrace()
161 return compact_context_switch_trace.takeError(); in WriteContextSwitchTrace()
163 if (compact_context_switch_trace->empty()) { in WriteContextSwitchTrace()
169 *compact_context_switch_trace); in WriteContextSwitchTrace()