]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - tools/perf/util/symbol.h
Merge branch 'perf/urgent' into perf/core
[net-next-2.6.git] / tools / perf / util / symbol.h
index 5bd91d1427044c048129cc51632012a89c27db00..0da2455d5b903046f328df419558309775b2dca9 100644 (file)
@@ -111,9 +111,10 @@ struct dso {
        u8               sorted_by_name;
        u8               loaded;
        u8               build_id[BUILD_ID_SIZE];
-       u16              long_name_len;
        const char       *short_name;
        char             *long_name;
+       u16              long_name_len;
+       u16              short_name_len;
        char             name[0];
 };