Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269122
b: refs/heads/master
c: d197fd5
h: refs/heads/master
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Oct 20, 2011
1 parent 91cab2e commit 3c3f2fe
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c64550cfddfdbd7a6f9d5ffb37382a05d7f0306b
refs/heads/master: d197fd5d743289e90c160c8c17460b390d862b98
3 changes: 2 additions & 1 deletion trunk/tools/perf/util/hist.c
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,8 @@ void hists__output_recalc_col_len(struct hists *hists, int max_rows)

while (next && row++ < max_rows) {
n = rb_entry(next, struct hist_entry, rb_node);
hists__calc_col_len(hists, n);
if (!n->filtered)
hists__calc_col_len(hists, n);
next = rb_next(&n->rb_node);
}
}
Expand Down

0 comments on commit 3c3f2fe

Please sign in to comment.