Lines Matching refs:FEATURE
43 std::string PerfFileSection::GetFeatureName(FEATURE featureId)
46 if (featureId >= FEATURE::HIPERF_FIRST_FEATURE) {
47 index -= static_cast<unsigned int>(FEATURE::HIPERF_FIRST_FEATURE);
176 PerfFileSectionString::PerfFileSectionString(FEATURE id, const char *buf, size_t size)
183 PerfFileSectionString::PerfFileSectionString(FEATURE id, const std::string &charString)
278 PerfFileSectionSymbolsFiles::PerfFileSectionSymbolsFiles(FEATURE id, const char *buf, size_t size)
317 PerfFileSectionUniStackTable::PerfFileSectionUniStackTable(FEATURE id, const char *buf, size_t size)
384 PerfFileSectionNrCpus::PerfFileSectionNrCpus(FEATURE id, const char *buf, size_t size)
391 PerfFileSectionNrCpus::PerfFileSectionNrCpus(FEATURE id, uint32_t nrCpusAvailable,
418 PerfFileSectionU64::PerfFileSectionU64(FEATURE id, const char *buf, size_t size)
425 PerfFileSectionU64::PerfFileSectionU64(FEATURE id, uint64_t v) : PerfFileSection(id)
449 PerfFileSectionEventDesc::PerfFileSectionEventDesc(FEATURE id,
456 PerfFileSectionEventDesc::PerfFileSectionEventDesc(FEATURE id, const char *buf, size_t size)