Searched refs:FileAttr (Results 1 – 5 of 5) sorted by relevance
134 struct FileAttr { struct
197 bool ReadIdsForAttr(const PerfFileFormat::FileAttr& attr, std::vector<uint64_t>* ids);210 std::vector<PerfFileFormat::FileAttr> file_attrs_;
130 if (header_.attr_size != sizeof(FileAttr)) { in ReadAttrSection()132 << " doesn't match expected size (" << sizeof(FileAttr) << ")"; in ReadAttrSection()149 FileAttr attr; in ReadAttrSection()204 bool RecordFileReader::ReadIdsForAttr(const FileAttr& attr, std::vector<uint64_t>* ids) { in ReadIdsForAttr()
104 FileAttr file_attr; in WriteAttrSection()488 header.attr_size = sizeof(FileAttr); in WriteFileHeader()
287 if (header.attr_size != sizeof(FileAttr)) { in DumpFileHeader()289 << " doesn't match expected attr size " << sizeof(FileAttr); in DumpFileHeader()