Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A Dllvm-profgen.cpp127 static PerfInputFile getPerfInputFile() { in getPerfInputFile()
128 PerfInputFile File; in getPerfInputFile()
175 PerfInputFile PerfFile = getPerfInputFile(); in main()
H A DPerfReader.h77 struct PerfInputFile { struct
571 PerfInputFile &PerfInput,
603 static PerfInputFile convertPerfDataToTrace(ProfiledBinary *Binary,
604 PerfInputFile &File,
H A DPerfReader.cpp328 PerfReaderBase::create(ProfiledBinary *Binary, PerfInputFile &PerfInput, in create()
360 PerfInputFile PerfScriptReader::convertPerfDataToTrace( in convertPerfDataToTrace()
361 ProfiledBinary *Binary, PerfInputFile &File, Optional<uint32_t> PIDFilter) { in convertPerfDataToTrace()