[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140825212223.GA866@us.ibm.com>
Date: Mon, 25 Aug 2014 14:22:24 -0700
From: Sukadev Bhattiprolu <sukadev@...ux.vnet.ibm.com>
To: Anton Blanchard <anton@...ba.org>
Cc: mpe@...erman.id.au, acme@...hat.com, a.p.zijlstra@...llo.nl,
paulus@...ba.org, mingo@...hat.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] perf powerpc: Skip callchain code must include
util/debug.h
Anton Blanchard [anton@...ba.org] 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@...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