Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-profgen/
H A Dllvm-profgen.cpp133 File.Format = PerfFormat::PerfScript; in getPerfInputFile()
H A DPerfReader.cpp356 assert((PerfInput.Format == PerfFormat::PerfScript) &&
439 return {std::string(PerfTraceFile), PerfFormat::PerfScript, in updateBinaryAddress()
H A DPerfReader.h66 PerfScript = 2, // Perf script create by `perf script` command. enumerator