Home
last modified time | relevance | path

Searched refs:perf_file_section (Results 1 – 4 of 4) sorted by relevance

/developtools/hiperf/include/
Dperf_file_format.h80 struct perf_file_section { struct
87 perf_file_section ids; argument
103 perf_file_section attrs;
104 perf_file_section data;
105 perf_file_section eventTypes;
125 struct perf_file_section header;
Dperf_file_writer.h79 perf_file_section attrSection_;
80 perf_file_section dataSection_;
/developtools/hiperf/src/
Dperf_file_reader.cpp173 attr.ids = *(reinterpret_cast<perf_file_section *>(&buf[attr_size])); in ReadAttrSection()
403 perf_file_section sectionHeader; in ReadFeatureSection()
Dperf_file_writer.cpp357 … unsigned long contentOffset = featureOffset + featureSections_.size() * sizeof(perf_file_section); in WriteFeatureData()