From: Arnaldo Carvalho de Melo Date: Fri, 8 Aug 2014 21:02:41 +0000 (-0300) Subject: perf tools: Add cpu_startup_entry to the list of kernel idle symbols X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e0336ed66f5dd974e02b1af4a81bb567a2391e45;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git perf tools: Add cpu_startup_entry to the list of kernel idle symbols Cc: Adrian Hunter Cc: David Ahern Cc: Don Zickus Cc: Frederic Weisbecker Cc: Jiri Olsa Cc: Mike Galbraith Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Stephane Eranian Link: http://lkml.kernel.org/n/tip-oh4lrofvrqqv1eyslh7m4rq4@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/util/symbol.c b/tools/perf/util/symbol.c index 35a8bd56cd15..581c56836567 100644 --- a/tools/perf/util/symbol.c +++ b/tools/perf/util/symbol.c @@ -531,6 +531,7 @@ bool symbol__is_idle(struct symbol *sym) { const char * const idle_symbols[] = { "cpu_idle", + "cpu_startup_entry", "intel_idle", "default_idle", "native_safe_halt",