All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] perf: Split out arch specific code & improve PowerPC perf probe support
@ 2010-04-15  3:57 ` Ian Munsie
  0 siblings, 0 replies; 10+ messages in thread
From: Ian Munsie @ 2010-04-15  3:57 UTC (permalink / raw)
  To: linux-kernel, linuxppc-dev; +Cc: Heiko Carstens, Masami Hiramatsu

These patches add the required mappings to use perf probe on PowerPC.

Part 1 of the patch series moves the arch dependent x86 32 and 64 bit DWARF
register number mappings out into a separate arch directory and adds the
necessary Makefile foo to use it.

Part 2 of the patch series adds the PowerPC mappings -
Functionality wise it requires the patch titled "powerpc: Add kprobe-based
event tracer" from the powerpc-next tree to provide the
HAVE_REGS_AND_STACK_ACCESS_API required for CONFIG_KPROBE_EVENT. The code will
still compile cleanly without it and will fail gracefully at runtime on the
missing CONFIG_KPROBE_EVENT support as before as well as printing a warning
message during compilation.


Changes since v2: From Masami Hiramatsu's feedback DWARF support is disabled
altogether if the architecture specific Makefile does not define
PERF_HAVE_DWARF_REGS - ie, DWARF register mappings are missing for the
architecture. A message indicating this is printed out during compilation.

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

end of thread, other threads:[~2010-04-15 15:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-15  3:57 [PATCH v3] perf: Split out arch specific code & improve PowerPC perf probe support Ian Munsie
2010-04-15  3:57 ` Ian Munsie
2010-04-15  3:57 ` [PATCH v3 1/2] perf: Move arch specific code into separate arch directory Ian Munsie
2010-04-15  3:57   ` Ian Munsie
2010-04-15  3:57   ` [PATCH v3 2/2] perf probe: Add PowerPC DWARF register number mappings Ian Munsie
2010-04-15  3:57     ` Ian Munsie
2010-04-15 15:19     ` Masami Hiramatsu
2010-04-15 15:19       ` Masami Hiramatsu
2010-04-15 15:19   ` [PATCH v3 1/2] perf: Move arch specific code into separate arch directory Masami Hiramatsu
2010-04-15 15:19     ` Masami Hiramatsu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.