Lines Matching refs:id
176 PerfFileSectionString::PerfFileSectionString(FEATURE id, const char *buf, size_t size)
177 : PerfFileSection(id)
183 PerfFileSectionString::PerfFileSectionString(FEATURE id, const std::string &charString)
184 : PerfFileSection(id)
278 PerfFileSectionSymbolsFiles::PerfFileSectionSymbolsFiles(FEATURE id, const char *buf, size_t size)
279 : PerfFileSection(id)
317 PerfFileSectionUniStackTable::PerfFileSectionUniStackTable(FEATURE id, const char *buf, size_t size)
318 : PerfFileSection(id)
384 PerfFileSectionNrCpus::PerfFileSectionNrCpus(FEATURE id, const char *buf, size_t size)
385 : PerfFileSection(id)
391 PerfFileSectionNrCpus::PerfFileSectionNrCpus(FEATURE id, uint32_t nrCpusAvailable,
393 : PerfFileSection(id), nrCpusAvailable_(nrCpusAvailable), nrCpusOnline_(nrCpusOnline)
418 PerfFileSectionU64::PerfFileSectionU64(FEATURE id, const char *buf, size_t size)
419 : PerfFileSection(id)
425 PerfFileSectionU64::PerfFileSectionU64(FEATURE id, uint64_t v) : PerfFileSection(id)
449 PerfFileSectionEventDesc::PerfFileSectionEventDesc(FEATURE id,
451 : PerfFileSection(id)
456 PerfFileSectionEventDesc::PerfFileSectionEventDesc(FEATURE id, const char *buf, size_t size)
457 : PerfFileSection(id)