diff options
Diffstat (limited to 'tools/perf/builtin-report.c')
| -rw-r--r-- | tools/perf/builtin-report.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c index 476cdf7afcca..b63aeda719be 100644 --- a/tools/perf/builtin-report.c +++ b/tools/perf/builtin-report.c | |||
| @@ -329,7 +329,7 @@ static int perf_evlist__tty_browse_hists(struct perf_evlist *evlist, | |||
| 329 | fprintf(stdout, "\n\n"); | 329 | fprintf(stdout, "\n\n"); |
| 330 | } | 330 | } |
| 331 | 331 | ||
| 332 | if (sort_order == default_sort_order && | 332 | if (sort_order == NULL && |
| 333 | parent_pattern == default_parent_pattern) { | 333 | parent_pattern == default_parent_pattern) { |
| 334 | fprintf(stdout, "#\n# (%s)\n#\n", help); | 334 | fprintf(stdout, "#\n# (%s)\n#\n", help); |
| 335 | 335 | ||
