mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08:00
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>
This commit is contained in:
parent
498c203d85
commit
549aff770c
@ -614,6 +614,7 @@ out:
|
||||
static bool symbol__is_idle(const char *name)
|
||||
{
|
||||
const char * const idle_symbols[] = {
|
||||
"arch_cpu_idle",
|
||||
"cpu_idle",
|
||||
"cpu_startup_entry",
|
||||
"intel_idle",
|
||||
|
Loading…
Reference in New Issue
Block a user