[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1277998562-21366-1-git-send-regression-fweisbec@gmail.com>
Date: Thu, 1 Jul 2010 17:35:56 +0200
From: Frederic Weisbecker <fweisbec@...il.com>
To: LKML <linux-kernel@...r.kernel.org>
Cc: LKML <linux-kernel@...r.kernel.org>,
Frederic Weisbecker <fweisbec@...il.com>
Subject: [RFC PATCH 0/6] perf: cleanup and fixes
cleanups and fixes for perf core, although the last one could
go to perf/urgent.
It has only been tested in x86.
Frederic Weisbecker (6):
perf: Drop unappropriate tests on arch callchains
perf: Generalize callchain_store()
perf: Generalize some arch callchain code
perf: Factorize callchain context handling
perf: Fix race in callchains
perf: Fix double put_ctx
arch/arm/kernel/perf_event.c | 62 +--------
arch/powerpc/kernel/perf_callchain.c | 86 ++++---------
arch/sh/kernel/perf_callchain.c | 50 +-------
arch/sparc/kernel/perf_event.c | 69 ++++-------
arch/x86/kernel/cpu/perf_event.c | 82 +++----------
include/linux/perf_event.h | 16 +++-
kernel/perf_event.c | 228 +++++++++++++++++++++++++++++-----
7 files changed, 289 insertions(+), 304 deletions(-)
--
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