Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205336
b: refs/heads/master
c: 0f0cbf7
h: refs/heads/master
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Jul 27, 2010
1 parent 6ec1ed7 commit 7687fb0
Show file tree
Hide file tree
Showing 5 changed files with 679 additions and 312 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: 8d8c369f3d697e31e04133ca18b516952549ee33
refs/heads/master: 0f0cbf7aa3d3460a3eb201a772326739a0c0210a
3 changes: 3 additions & 0 deletions trunk/tools/perf/util/hist.c
Original file line number Diff line number Diff line change
Expand Up @@ -885,6 +885,9 @@ static void hists__remove_entry_filter(struct hists *self, struct hist_entry *h,
return;

++self->nr_entries;
if (h->ms.unfolded)
self->nr_entries += h->nr_rows;
h->row_offset = 0;
self->stats.total_period += h->period;
self->stats.nr_events[PERF_RECORD_SAMPLE] += h->nr_events;

Expand Down
Loading

0 comments on commit 7687fb0

Please sign in to comment.