linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] add perf-probe support on ARM
@ 2010-06-23  9:36 Will Deacon
  2010-06-23  9:36 ` [PATCH 1/2] ARM: Add kprobe-based event tracer Will Deacon
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Will Deacon @ 2010-06-23  9:36 UTC (permalink / raw)
  To: linux-arm-kernel

Perf-probe uses the KProbe events tracer to place and monitor probes
on the running Kernel.

This patch series adds both Kernel and tool support for this feature
on ARM.

Patches based on 2.6.35-rc3 [although perf record is currently broken
on all architectures for probe tracepoints. These patches also apply
cleanly to -tip/master where perf record works properly.]

Cc: Jamie Iles <jamie.iles@picochip.com>
Cc: Jean Pihet <jpihet@mvista.com>

Will Deacon (2):
  ARM: Add kprobe-based event tracer
  ARM: perf probe: Add ARM DWARF register number mappings

 arch/arm/Kconfig                      |    1 +
 arch/arm/include/asm/ptrace.h         |   36 ++++++++++++
 arch/arm/kernel/ptrace.c              |   96 +++++++++++++++++++++++++++++++++
 tools/perf/arch/arm/Makefile          |    4 ++
 tools/perf/arch/arm/util/dwarf-regs.c |   64 ++++++++++++++++++++++
 5 files changed, 201 insertions(+), 0 deletions(-)
 create mode 100644 tools/perf/arch/arm/Makefile
 create mode 100644 tools/perf/arch/arm/util/dwarf-regs.c

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-06-25 10:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-23  9:36 [PATCH 0/2] add perf-probe support on ARM Will Deacon
2010-06-23  9:36 ` [PATCH 1/2] ARM: Add kprobe-based event tracer Will Deacon
2010-06-23  9:36   ` [PATCH 2/2] ARM: perf probe: Add ARM DWARF register number mappings Will Deacon
2010-06-25  8:14 ` [PATCH 0/2] add perf-probe support on ARM Jamie Iles
2010-06-25  9:51   ` Will Deacon
2010-06-25 10:26 ` Jean Pihet
2010-06-25 10:35   ` Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).