Searched refs:FileAttr (Results 1 – 5 of 5) sorted by relevance
120 struct FileAttr { struct
168 bool ReadIdsForAttr(const PerfFileFormat::FileAttr& attr, std::vector<uint64_t>* ids);178 std::vector<PerfFileFormat::FileAttr> file_attrs_;
121 if (header_.attr_size != sizeof(FileAttr)) { in ReadAttrSection()123 << " doesn't match expected size (" << sizeof(FileAttr) << ")"; in ReadAttrSection()140 FileAttr attr; in ReadAttrSection()195 bool RecordFileReader::ReadIdsForAttr(const FileAttr& attr, std::vector<uint64_t>* ids) { in ReadIdsForAttr()
123 if (header.attr_size != sizeof(FileAttr)) { in DumpFileHeader()125 << " doesn't match expected attr size " << sizeof(FileAttr); in DumpFileHeader()
101 FileAttr file_attr; in WriteAttrSection()441 header.attr_size = sizeof(FileAttr); in WriteFileHeader()