perf callchain: Separate eh/debug frame offset cache.
[cascardo/linux.git] / tools / perf / util / dso.h
index ced9284..408c65f 100644 (file)
@@ -139,7 +139,8 @@ struct dso {
                u32              status_seen;
                size_t           file_size;
                struct list_head open_entry;
-               u64              frame_offset;
+               u64              debug_frame_offset;
+               u64              eh_frame_hdr_offset;
        } data;
 
        union { /* Tool specific area */