perf tools: Use build_id object in dso
[linux-2.6-microblaze.git] / tools / perf / util / dso.h
index 8ad17f3..eac0042 100644 (file)
@@ -176,7 +176,7 @@ struct dso {
        bool             sorted_by_name;
        bool             loaded;
        u8               rel;
-       u8               build_id[BUILD_ID_SIZE];
+       struct build_id  bid;
        u64              text_offset;
        const char       *short_name;
        const char       *long_name;