From: Arnaldo Carvalho de Melo Date: Wed, 23 Sep 2015 18:15:54 +0000 (-0300) Subject: perf top: Filter symbols based on __map__is_kernel(map) X-Git-Tag: v4.14-rc1~4450^2~21^2~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cfc5acd4c80b875d2f739d6a93562034aee5563f;p=platform%2Fkernel%2Flinux-rpi.git perf top: Filter symbols based on __map__is_kernel(map) Instead of using dso->kernel, this is equivalent at the moment, and helps in reducing the accesses to dso->kernel. Cc: Adrian Hunter Cc: Borislav Petkov Cc: David Ahern Cc: Frederic Weisbecker Cc: Jiri Olsa Cc: Namhyung Kim Cc: Stephane Eranian Cc: Wang Nan Link: http://lkml.kernel.org/n/tip-1pc2v63iphtifovw3bv0bo1v@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/builtin-top.c b/tools/perf/builtin-top.c index bdaf44f..38d4d6c 100644 --- a/tools/perf/builtin-top.c +++ b/tools/perf/builtin-top.c @@ -655,7 +655,7 @@ static int symbol_filter(struct map *map, struct symbol *sym) { const char *name = sym->name; - if (!map->dso->kernel) + if (!__map__is_kernel(map)) return 0; /* * ppc64 uses function descriptors and appends a '.' to the