diff --git a/[refs] b/[refs] index f0c6aac778c6..747c21259fa6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 104268a335d8aeb4293301e26a7bfad964ddc1ca +refs/heads/master: f9e3d4b1a9c86217655997d3ef109b1eaae967bc diff --git a/trunk/tools/perf/builtin-top.c b/trunk/tools/perf/builtin-top.c index a13f8870d94c..c9cdedb58134 100644 --- a/trunk/tools/perf/builtin-top.c +++ b/trunk/tools/perf/builtin-top.c @@ -200,7 +200,8 @@ static void record_precise_ip(struct hist_entry *he, int counter, u64 ip) struct symbol *sym; if (he == NULL || he->ms.sym == NULL || - (he != top.sym_filter_entry && use_browser != 1)) + ((top.sym_filter_entry == NULL || + top.sym_filter_entry->ms.sym != he->ms.sym) && use_browser != 1)) return; sym = he->ms.sym;