All of lore.kernel.org
 help / color / mirror / Atom feed
From: tip-bot for Will Deacon <will.deacon@arm.com>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@redhat.com,
	a.p.zijlstra@chello.nl, will.deacon@arm.com, tglx@linutronix.de,
	mingo@elte.hu
Subject: [tip:perf/core] perf: Remove the nmi parameter from the oprofile_perf backend
Date: Thu, 21 Jul 2011 19:32:10 GMT	[thread overview]
Message-ID: <tip-7fcfd1abd6480d3b9ef17f5759c175e036e835cf@git.kernel.org> (raw)
In-Reply-To: <20110708173442.GB31972@e102144-lin.cambridge.arm.com>

Commit-ID:  7fcfd1abd6480d3b9ef17f5759c175e036e835cf
Gitweb:     http://git.kernel.org/tip/7fcfd1abd6480d3b9ef17f5759c175e036e835cf
Author:     Will Deacon <will.deacon@arm.com>
AuthorDate: Fri, 8 Jul 2011 18:34:42 +0100
Committer:  Ingo Molnar <mingo@elte.hu>
CommitDate: Thu, 21 Jul 2011 20:41:58 +0200

perf: Remove the nmi parameter from the oprofile_perf backend

In commit a8b0ca17b80e ("perf: Remove the nmi parameter from the
swevent and overflow interface") one site was overlooked.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/20110708173442.GB31972@e102144-lin.cambridge.arm.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
 drivers/oprofile/oprofile_perf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/oprofile/oprofile_perf.c b/drivers/oprofile/oprofile_perf.c
index 59acf9e..94796f3 100644
--- a/drivers/oprofile/oprofile_perf.c
+++ b/drivers/oprofile/oprofile_perf.c
@@ -31,7 +31,7 @@ static int num_counters;
 /*
  * Overflow callback for oprofile.
  */
-static void op_overflow_handler(struct perf_event *event, int unused,
+static void op_overflow_handler(struct perf_event *event,
 			struct perf_sample_data *data, struct pt_regs *regs)
 {
 	int id;

      parent reply	other threads:[~2011-07-21 19:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-01 15:21 [tip:perf/core] perf: Remove the nmi parameter from the swevent and overflow interface tip-bot for Peter Zijlstra
2011-07-08 17:34 ` Will Deacon
2011-07-08 17:41   ` Peter Zijlstra
2011-07-21 14:10     ` Will Deacon
2011-07-21 14:13       ` Peter Zijlstra
2011-07-21 19:32   ` tip-bot for Will Deacon [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=tip-7fcfd1abd6480d3b9ef17f5759c175e036e835cf@git.kernel.org \
    --to=will.deacon@arm.com \
    --cc=a.p.zijlstra@chello.nl \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tip-commits@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=mingo@redhat.com \
    --cc=tglx@linutronix.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.