diff options
Diffstat (limited to 'tools/perf/util/top.h')
-rw-r--r-- | tools/perf/util/top.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/top.h b/tools/perf/util/top.h index 9bdfb78a9a35..f4296e1e3bb8 100644 --- a/tools/perf/util/top.h +++ b/tools/perf/util/top.h | |||
@@ -37,6 +37,7 @@ struct perf_top { | |||
37 | int sym_pcnt_filter; | 37 | int sym_pcnt_filter; |
38 | const char *sym_filter; | 38 | const char *sym_filter; |
39 | float min_percent; | 39 | float min_percent; |
40 | unsigned int nr_threads_synthesize; | ||
40 | }; | 41 | }; |
41 | 42 | ||
42 | #define CONSOLE_CLEAR "[H[2J" | 43 | #define CONSOLE_CLEAR "[H[2J" |