Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DIntelPTMultiCoreTrace.cpp60 if (Expected<PerfEvent> context_switch_trace = in StartOnAllCores() local
65 std::move(*context_switch_trace))); in StartOnAllCores()
67 return context_switch_trace.takeError(); in StartOnAllCores()
84 ContextSwitchTrace &context_switch_trace)> in ForEachCore()
119 const ContextSwitchTrace &context_switch_trace) { in GetState() argument
124 context_switch_trace.GetEffectiveDataBufferSize()}}}); in GetState()
H A DIntelPTMultiCoreTrace.h74 ContextSwitchTrace &context_switch_trace)>
/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp260 FileSpec(cpu.context_switch_trace), in AugmentThreadsFromContextSwitches()
310 cpu.context_switch_trace = in NormalizeAllPaths()
311 NormalizePath(cpu.context_switch_trace).GetPath(); in NormalizeAllPaths()
H A DTraceIntelPTJSONStructs.cpp82 {"contextSwitchTrace", cpu.context_switch_trace}, in toJSON()
90 o.map("contextSwitchTrace", cpu.context_switch_trace))) in fromJSON()
H A DTraceIntelPTJSONStructs.h47 std::string context_switch_trace; member
H A DTraceIntelPTBundleSaver.cpp214 json_cpu.context_switch_trace = in BuildCpusSection()
H A DTraceIntelPT.cpp98 FileSpec(cpu.context_switch_trace)); in CreateInstanceForPostmortemTrace()