Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTJSONStructs.cpp83 {"contextSwitchTrace", cpu.context_switch_trace}, in toJSON()
91 o.map("contextSwitchTrace", cpu.context_switch_trace))) in fromJSON()
H A DTraceIntelPTBundleLoader.cpp353 FileSpec(cpu.context_switch_trace), in AugmentThreadsFromContextSwitches()
410 cpu.context_switch_trace = in NormalizeAllPaths()
411 NormalizePath(cpu.context_switch_trace).GetPath(); in NormalizeAllPaths()
H A DTraceIntelPTJSONStructs.h44 std::string context_switch_trace; member
H A DTraceIntelPTBundleSaver.cpp212 json_cpu.context_switch_trace = in BuildCpusSection()
H A DTraceIntelPT.cpp147 FileSpec(cpu.context_switch_trace)); in CreateInstanceForPostmortemTrace()