[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1267758486-30499-1-git-send-regression-fweisbec@gmail.com>
Date: Fri, 5 Mar 2010 04:08:04 +0100
From: Frederic Weisbecker <fweisbec@...il.com>
To: Peter Zijlstra <peterz@...radead.org>
Cc: LKML <linux-kernel@...r.kernel.org>,
Frederic Weisbecker <fweisbec@...il.com>,
Ingo Molnar <mingo@...e.hu>,
Thomas Gleixner <tglx@...utronix.de>,
"H . Peter Anvin" <hpa@...or.com>,
Paul Mackerras <paulus@...ba.org>,
Steven Rostedt <rostedt@...dmis.org>,
Arnaldo Carvalho de Melo <acme@...hat.com>,
Masami Hiramatsu <mhiramat@...hat.com>,
Jason Baron <jbaron@...hat.com>,
Archs <linux-arch@...r.kernel.org>
Subject: [PATCH 0/2] Perf hot regs snapshot for trace events
Please tell me what you think about this new version.
I still can not fallback to save the ip for archs that
don't implement it as it can't be done in a generic way,
but more work has been made to implement this support
more easily.
No more assembly in this new version, it also uses
functions instead of macros and it implements the callers
level skipping. Then instead of starting the callchain from
perf/ftrace event callbacks, we start on the real event
source.
Thanks.
Frederic Weisbecker (2):
perf: Introduce new perf_save_regs() for hot regs snapshot
perf: Take a hot regs snapshot for trace events
arch/x86/kernel/cpu/perf_event.c | 12 ++++++++++
arch/x86/kernel/dumpstack.h | 15 ++++++++++++
include/linux/ftrace_event.h | 7 ++++-
include/linux/perf_event.h | 42 +++++++++++++++++++++++++++++++++++-
include/trace/ftrace.h | 6 ++++-
kernel/perf_event.c | 14 ++++++------
kernel/trace/trace_event_profile.c | 3 +-
kernel/trace/trace_kprobe.c | 5 ++-
kernel/trace/trace_syscalls.c | 4 +-
9 files changed, 92 insertions(+), 16 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