Prev: [RFC PATCH 3/6] perf: Generalize some arch callchain code
Next: [RFC PATCH 5/6] perf: Fix race in callchains
From: Frederic Weisbecker on 1 Jul 2010 11:40 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(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |