Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A Dllvm-profgen.cpp131 File.Format = PerfFormat::PerfData; in getPerfInputFile()
134 File.Format = PerfFormat::PerfScript; in getPerfInputFile()
137 File.Format = PerfFormat::UnsymbolizedProfile; in getPerfInputFile()
H A DPerfReader.h62 enum PerfFormat { enum
79 PerfFormat Format = PerfFormat::UnknownFormat;
H A DPerfReader.cpp332 if (PerfInput.Format == PerfFormat::UnsymbolizedProfile) { in create()
339 if (PerfInput.Format == PerfFormat::PerfData) in create()
343 assert((PerfInput.Format == PerfFormat::PerfScript) && in create()
407 return {PerfTraceFile, PerfFormat::PerfScript, PerfContent::UnknownContent}; in convertPerfDataToTrace()