Searched refs:FileAttr (Results 1 – 5 of 5) sorted by relevance
97 struct FileAttr { struct
163 bool ReadIdsForAttr(const PerfFileFormat::FileAttr& attr, std::vector<uint64_t>* ids);173 std::vector<PerfFileFormat::FileAttr> file_attrs_;
108 if (header.attr_size != sizeof(FileAttr)) { in DumpFileHeader()110 << " doesn't match expected attr size " << sizeof(FileAttr); in DumpFileHeader()
81 if (header_.attr_size != sizeof(FileAttr)) { in ReadAttrSection()83 << " doesn't match expected size (" << sizeof(FileAttr) << ")"; in ReadAttrSection()100 FileAttr attr; in ReadAttrSection()155 bool RecordFileReader::ReadIdsForAttr(const FileAttr& attr, std::vector<uint64_t>* ids) { in ReadIdsForAttr()
98 FileAttr file_attr; in WriteAttrSection()377 header.attr_size = sizeof(FileAttr); in WriteFileHeader()