OSDN Git Service

perf symbols: Add 'arch_cpu_idle' to the list of kernel idle symbols
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 9 Jan 2019 19:19:24 +0000 (16:19 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 9 Jan 2019 19:21:15 +0000 (16:21 -0300)
commit549aff770ccfec368aa8f0652dbce8b1e8e6715a
treef738ddcf9faee5ed4e64a486bf42dce7f981e672
parent498c203d855eaf6571b63ea860a53862c4fe91b7
perf symbols: Add 'arch_cpu_idle' to the list of kernel idle symbols

When testing 'perf top' on a armhf system (32-bit, Orange Pi Zero), I
noticed that 'arch_cpu_idle' dominated, add it to the list of idle
symbols, so that we can see what is that being done when not idle.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-4q2b5g4p2hrstrhp9t2mrlho@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/symbol.c