Lines Matching refs:FEATURE
22 std::string PerfFileSection::GetFeatureName(FEATURE featureId) in GetFeatureName()
25 if (featureId >= FEATURE::HIPERF_FIRST_FEATURE) { in GetFeatureName()
26 index -= static_cast<unsigned int>(FEATURE::HIPERF_FIRST_FEATURE); in GetFeatureName()
166 PerfFileSectionString::PerfFileSectionString(FEATURE id, const char *buf, size_t size) in PerfFileSectionString()
175 PerfFileSectionString::PerfFileSectionString(FEATURE id, const std::string &charString) in PerfFileSectionString()
272 PerfFileSectionSymbolsFiles::PerfFileSectionSymbolsFiles(FEATURE id, const char *buf, size_t size) in PerfFileSectionSymbolsFiles()
313 PerfFileSectionUniStackTable::PerfFileSectionUniStackTable(FEATURE id, const char *buf, size_t size) in PerfFileSectionUniStackTable()
373 PerfFileSectionNrCpus::PerfFileSectionNrCpus(FEATURE id, const char *buf, size_t size) in PerfFileSectionNrCpus()
382 PerfFileSectionNrCpus::PerfFileSectionNrCpus(FEATURE id, uint32_t nrCpusAvailable, in PerfFileSectionNrCpus()
411 PerfFileSectionU64::PerfFileSectionU64(FEATURE id, const char *buf, size_t size) in PerfFileSectionU64()
420 PerfFileSectionU64::PerfFileSectionU64(FEATURE id, uint64_t v) : PerfFileSection(id) in PerfFileSectionU64()
446 PerfFileSectionEventDesc::PerfFileSectionEventDesc(FEATURE id, in PerfFileSectionEventDesc()
453 PerfFileSectionEventDesc::PerfFileSectionEventDesc(FEATURE id, const char *buf, size_t size) in PerfFileSectionEventDesc()