perf symbols: Update the list of kernel idle symbols
[linux-2.6-microblaze.git] / tools / perf / util / symbol.c
index 3b379b1..f3120c4 100644 (file)
@@ -635,9 +635,12 @@ out:
 static bool symbol__is_idle(const char *name)
 {
        const char * const idle_symbols[] = {
+               "acpi_idle_do_entry",
+               "acpi_processor_ffh_cstate_enter",
                "arch_cpu_idle",
                "cpu_idle",
                "cpu_startup_entry",
+               "idle_cpu",
                "intel_idle",
                "default_idle",
                "native_safe_halt",