Merge branch 'linus' into perf/core, to fix conflicts
[linux-2.6-microblaze.git] / tools / perf / util / top.h
index 506150a..9892323 100644 (file)
@@ -38,6 +38,7 @@ struct perf_top {
        int                sym_pcnt_filter;
        const char         *sym_filter;
        float              min_percent;
+       unsigned int       nr_threads_synthesize;
 };
 
 #define CONSOLE_CLEAR "\e[H\e[2J"