Home
last modified time | relevance | path

Searched refs:output_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.cpp142 FileSpec output_context_switch_trace = cpus_dir; in WriteContextSwitchTrace() local
143 output_context_switch_trace.AppendPathComponent(std::to_string(cpu_id) + in WriteContextSwitchTrace()
152 return WriteBytesToDisk(output_context_switch_trace, data); in WriteContextSwitchTrace()
168 return WriteBytesToDisk(output_context_switch_trace, in WriteContextSwitchTrace()
176 return output_context_switch_trace; in WriteContextSwitchTrace()