Re: [PATCH 1/2] perf powerpc: Skip callchain code must include util/debug.h

From: Sukadev Bhattiprolu
Date: Mon Aug 25 2014 - 17:22:35 EST


Anton Blanchard [anton@xxxxxxxxx] wrote:
| Fix a compile error, the prototype for pr_debug could not be found.
|
Arnaldo pushed this patch to Ingo recently.

https://lkml.org/lkml/2014/8/22/393

| Signed-off-by: Anton Blanchard <anton@xxxxxxxxx>
| ---
|
| Index: b/tools/perf/arch/powerpc/util/skip-callchain-idx.c
| ===================================================================
| --- a/tools/perf/arch/powerpc/util/skip-callchain-idx.c
| +++ b/tools/perf/arch/powerpc/util/skip-callchain-idx.c
| @@ -15,6 +15,7 @@
|
| #include "util/thread.h"
| #include "util/callchain.h"
| +#include "util/debug.h"
|
| /*
| * When saving the callchain on Power, the kernel conservatively saves

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/