Lines Matching refs:id
159 PerfFileSectionString(FEATURE id, const char *buf, size_t size);
160 PerfFileSectionString(FEATURE id, const std::string &charString);
193 PerfFileSectionSymbolsFiles(FEATURE id, const std::vector<SymbolFileStruct> &symbolFileStructs)
194 : PerfFileSection(id), symbolFileStructs_(symbolFileStructs)
198 PerfFileSectionSymbolsFiles(FEATURE id, const char *buf, size_t size);
211 PerfFileSectionNrCpus(FEATURE id, const char *buf, size_t size);
212 PerfFileSectionNrCpus(FEATURE id, uint32_t nrCpusAvailable, uint32_t nrCpusOnline);
223 PerfFileSectionU64(FEATURE id, const char *buf, size_t size);
224 PerfFileSectionU64(FEATURE id, uint64_t v);
234 PerfFileSectionUniStackTable(FEATURE id,
236 : PerfFileSection(id), processStackTable_(table) {}
237 PerfFileSectionUniStackTable(FEATURE id, const char *buf, size_t size);
249 PerfFileSectionEventDesc(FEATURE id, const char *buf, size_t size);
250 PerfFileSectionEventDesc(FEATURE id, const std::vector<AttrWithId> &eventDesces);