Lines Matching refs:PerfFileSection
128 class PerfFileSection {
135 virtual ~PerfFileSection() {} in ~PerfFileSection()
136 explicit PerfFileSection(const FEATURE featureId) : featureId_(featureId) in PerfFileSection() function
169 class PerfFileSectionString : public PerfFileSection {
204 class PerfFileSectionSymbolsFiles : public PerfFileSection {
210 : PerfFileSection(id), symbolFileStructs_(symbolFileStructs) in PerfFileSectionSymbolsFiles()
227 class PerfFileSectionNrCpus : public PerfFileSection {
240 class PerfFileSectionU64 : public PerfFileSection {
252 class PerfFileSectionUniStackTable : public PerfFileSection {
257 : PerfFileSection(id), processStackTable_(table) {} in PerfFileSectionUniStackTable()
266 class PerfFileSectionEventDesc : public PerfFileSection {