Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify
[pandora-kernel.git] / tools / perf / util / symbol.h
index 7918cff..2f92b21 100644 (file)
@@ -25,6 +25,7 @@ struct dso {
        struct symbol    *(*find_symbol)(struct dso *, u64 ip);
        unsigned int     sym_priv_size;
        unsigned char    adjust_symbols;
+       unsigned char    slen_calculated;
        char             name[0];
 };