Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A Dllvm-profgen.cpp134 File.Format = PerfFormat::PerfScript; in getPerfInputFile()
H A DPerfReader.cpp343 assert((PerfInput.Format == PerfFormat::PerfScript) && in create()
407 return {PerfTraceFile, PerfFormat::PerfScript, PerfContent::UnknownContent}; in convertPerfDataToTrace()
H A DPerfReader.h65 PerfScript = 2, // Perf script create by `perf script` command. enumerator