[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140825182307.49774a04@kryten>
Date: Mon, 25 Aug 2014 18:23:07 +1000
From: Anton Blanchard <anton@...ba.org>
To: sukadev@...ux.vnet.ibm.com, mpe@...erman.id.au, acme@...hat.com,
a.p.zijlstra@...llo.nl, paulus@...ba.org, mingo@...hat.com
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH 1/2] perf powerpc: Skip callchain code must include
util/debug.h
Fix a compile error, the prototype for pr_debug could not be found.
Signed-off-by: Anton Blanchard <anton@...ba.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists