Searched refs:PerfFormat (Results 1 – 3 of 3) sorted by relevance
131 File.Format = PerfFormat::PerfData; in getPerfInputFile()134 File.Format = PerfFormat::PerfScript; in getPerfInputFile()137 File.Format = PerfFormat::UnsymbolizedProfile; in getPerfInputFile()
62 enum PerfFormat { enum79 PerfFormat Format = PerfFormat::UnknownFormat;
332 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()