Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257077
b: refs/heads/master
c: e84d212
h: refs/heads/master
i:
  257075: 8389b3a
v: v3
  • Loading branch information
Frederic Weisbecker committed Jun 29, 2011
1 parent 4fa7765 commit 8c21faf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2fd701bc782fad8792059dd586e1f00b64f6a52e
refs/heads/master: e84d21227c6865fe1f3d0c79d1539b6877f54c84
3 changes: 3 additions & 0 deletions trunk/tools/perf/util/hist.c
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,9 @@ size_t hists__fprintf(struct hists *self, struct hists *pair,
for (nd = rb_first(&self->entries); nd; nd = rb_next(nd)) {
struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node);

if (h->filtered)
continue;

if (show_displacement) {
if (h->pair != NULL)
displacement = ((long)h->pair->position -
Expand Down

0 comments on commit 8c21faf

Please sign in to comment.