diff --git a/[refs] b/[refs] index d2018d1f79f8..9a76efcdc980 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2fd701bc782fad8792059dd586e1f00b64f6a52e +refs/heads/master: e84d21227c6865fe1f3d0c79d1539b6877f54c84 diff --git a/trunk/tools/perf/util/hist.c b/trunk/tools/perf/util/hist.c index dae4202fa65a..677e1da6bb3e 100644 --- a/trunk/tools/perf/util/hist.c +++ b/trunk/tools/perf/util/hist.c @@ -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 -