Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338859
b: refs/heads/master
c: d88c48f
h: refs/heads/master
i:
  338857: 66757bd
  338855: 9f760e2
v: v3
  • Loading branch information
Jiri Olsa authored and Arnaldo Carvalho de Melo committed Oct 5, 2012
1 parent 3f90bd7 commit 7545c64
Show file tree
Hide file tree
Showing 2 changed files with 2 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: ed279da2fc9774b4c0dc9fd513fa89a11cae3f56
refs/heads/master: d88c48f9b5bfcbd2e296b2d240e8cb0aec99f042
2 changes: 1 addition & 1 deletion trunk/tools/perf/builtin-diff.c
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ static int diff__process_sample_event(struct perf_tool *tool __maybe_unused,
return -1;
}

if (al.filtered || al.sym == NULL)
if (al.filtered)
return 0;

if (hists__add_entry(&evsel->hists, &al, sample->period)) {
Expand Down

0 comments on commit 7545c64

Please sign in to comment.