[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-7fcfd1abd6480d3b9ef17f5759c175e036e835cf@git.kernel.org>
Date: Thu, 21 Jul 2011 19:32:10 GMT
From: tip-bot for Will Deacon <will.deacon@....com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
a.p.zijlstra@...llo.nl, will.deacon@....com, tglx@...utronix.de,
mingo@...e.hu
Subject: [tip:perf/core] perf: Remove the nmi parameter from the oprofile_perf backend
Commit-ID: 7fcfd1abd6480d3b9ef17f5759c175e036e835cf
Gitweb: http://git.kernel.org/tip/7fcfd1abd6480d3b9ef17f5759c175e036e835cf
Author: Will Deacon <will.deacon@....com>
AuthorDate: Fri, 8 Jul 2011 18:34:42 +0100
Committer: Ingo Molnar <mingo@...e.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@...llo.nl>
Link: http://lkml.kernel.org/r/20110708173442.GB31972@e102144-lin.cambridge.arm.com
Signed-off-by: Ingo Molnar <mingo@...e.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;
--
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