linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
To: Anton Blanchard <anton@samba.org>
Cc: mpe@ellerman.id.au, acme@redhat.com, a.p.zijlstra@chello.nl,
	paulus@samba.org, mingo@redhat.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/2] perf powerpc: Skip callchain code must include util/debug.h
Date: Mon, 25 Aug 2014 14:22:24 -0700	[thread overview]
Message-ID: <20140825212223.GA866@us.ibm.com> (raw)
In-Reply-To: <20140825182307.49774a04@kryten>

Anton Blanchard [anton@samba.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@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


      parent reply	other threads:[~2014-08-25 21:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Sukadev Bhattiprolu [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140825212223.GA866@us.ibm.com \
    --to=sukadev@linux.vnet.ibm.com \
    --cc=a.p.zijlstra@chello.nl \
    --cc=acme@redhat.com \
    --cc=anton@samba.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=mpe@ellerman.id.au \
    --cc=paulus@samba.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).