Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257079
b: refs/heads/master
c: cb1955b
h: refs/heads/master
i:
  257077: 8c21faf
  257075: 8389b3a
  257071: b0adc86
v: v3
  • Loading branch information
Frederic Weisbecker committed Jun 29, 2011
1 parent 2765a19 commit 0ee218b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fd8ea21276adefc7f0133bd42fcf3b2faf0b15f8
refs/heads/master: cb1955b86c86782ff20037da42ef030057501c34
9 changes: 8 additions & 1 deletion trunk/tools/perf/builtin-report.c
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,14 @@ int cmd_report(int argc, const char **argv, const char *prefix __used)
if (parent_pattern != default_parent_pattern) {
if (sort_dimension__add("parent") < 0)
return -1;
sort_parent.elide = 1;

/*
* Only show the parent fields if we explicitly
* sort that way. If we only use parent machinery
* for filtering, we don't want it.
*/
if (!strstr(sort_order, "parent"))
sort_parent.elide = 1;
} else
symbol_conf.exclude_other = false;

Expand Down

0 comments on commit 0ee218b

Please sign in to comment.