]> git.baikalelectronics.ru Git - kernel.git/commit
perf top: Filter symbols based on __map__is_kernel(map)
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 23 Sep 2015 18:15:54 +0000 (15:15 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 28 Sep 2015 18:50:53 +0000 (15:50 -0300)
commit67d7d1f14fbe0081434ba750c06a5704a9684618
tree912409283945a54d7967e3caf9ff400006d79efd
parent1177935e9bf8222a0da47f196f0d2db4c30de065
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 <adrian.hunter@intel.com>
Cc: Borislav Petkov <bp@suse.de>
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Stephane Eranian <eranian@google.com>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-1pc2v63iphtifovw3bv0bo1v@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-top.c