public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] perf powerpc: Skip callchain code must include util/debug.h
@ 2014-08-25  8:23 Anton Blanchard
  2014-08-25  8:25 ` [PATCH 2/2] perf powerpc: Fix build issue when DWARF support is disabled Anton Blanchard
  2014-08-25 21:22 ` [PATCH 1/2] perf powerpc: Skip callchain code must include util/debug.h Sukadev Bhattiprolu
  0 siblings, 2 replies; 5+ messages in thread
From: Anton Blanchard @ 2014-08-25  8:23 UTC (permalink / raw)
  To: sukadev, mpe, acme, a.p.zijlstra, paulus, mingo; +Cc: linux-kernel

Fix a compile error, the prototype for pr_debug could not be found.

Signed-off-by: Anton Blanchard <anton@samba.org>
---

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-09-19  5:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-25  8:23 [PATCH 1/2] perf powerpc: Skip callchain code must include util/debug.h Anton Blanchard
2014-08-25  8:25 ` [PATCH 2/2] perf powerpc: Fix build issue when DWARF support is disabled Anton Blanchard
2014-08-26 13:18   ` Arnaldo Carvalho de Melo
2014-09-19  5:19   ` [tip:perf/core] perf tools " tip-bot for Anton Blanchard
2014-08-25 21:22 ` [PATCH 1/2] perf powerpc: Skip callchain code must include util/debug.h Sukadev Bhattiprolu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox