From: Arnaldo Carvalho de Melo Date: Sun, 16 Jan 2011 19:39:15 +0000 (-0200) Subject: perf top: Add native_safe_halt to skip symbols X-Git-Tag: v2.6.39-rc1~510^2~114^2~8 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b0e8572f3b29c0760b66ba5627a6d5426c88c97d;p=karo-tx-linux.git perf top: Add native_safe_halt to skip symbols Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Mike Galbraith Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Stephane Eranian Cc: Tom Zanussi LKML-Reference: Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/builtin-top.c b/tools/perf/builtin-top.c index 58352ad807c7..31fbaf38d9c1 100644 --- a/tools/perf/builtin-top.c +++ b/tools/perf/builtin-top.c @@ -933,6 +933,7 @@ repeat: /* Tag samples to be skipped. */ static const char *skip_symbols[] = { "default_idle", + "native_safe_halt", "cpu_idle", "enter_idle", "exit_idle",