diff options
Diffstat (limited to 'tools/perf/builtin-script.c')
-rw-r--r-- | tools/perf/builtin-script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-script.c b/tools/perf/builtin-script.c index a17a9306bdf6..e7a49e2d7575 100644 --- a/tools/perf/builtin-script.c +++ b/tools/perf/builtin-script.c | |||
@@ -1916,7 +1916,7 @@ static void __process_stat(struct evsel *counter, u64 tstamp) | |||
1916 | int cpu, thread; | 1916 | int cpu, thread; |
1917 | static int header_printed; | 1917 | static int header_printed; |
1918 | 1918 | ||
1919 | if (counter->system_wide) | 1919 | if (counter->core.system_wide) |
1920 | nthreads = 1; | 1920 | nthreads = 1; |
1921 | 1921 | ||
1922 | if (!header_printed) { | 1922 | if (!header_printed) { |