linux/arch/sh
Paul Mundt 3d58695edb sh: Trivial trace_mark() instrumentation for core events.
This implements a few trace points across events that are deemed
interesting. This implements a number of trace points:

	- The page fault handler / TLB miss
	- IPC calls
	- Kernel thread creation

The original LTTng patch had the slow-path instrumented, which
fails to account for the vast majority of events. In general
placing this in the fast-path is not a huge performance hit, as
we don't take page faults for kernel addresses.

The other bits of interest are some of the other trap handlers, as
well as the syscall entry/exit (which is better off being handled
through the tracehook API). Most of the other trap handlers are corner
cases where alternate means of notification exist, so there is little
value in placing extra trace points in these locations.

Based on top of the points provided both by the LTTng instrumentation
patch as well as the patch shipping in the ST-Linux tree, albeit in a
stripped down form.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2008-09-21 13:56:39 +09:00
..
boards sh: edosk7760: Correct size of bootloader flash partition. 2008-09-21 10:32:29 +09:00
boot sh: Add the rest of the boot targets to arch/sh/boot/.gitignore. 2008-09-08 10:35:05 +09:00
cchips sh: Kill off more dead symbols. 2008-02-14 14:22:12 +09:00
configs sh: update edosk7760 defconfig for physmap-flash. 2008-09-12 18:08:01 +09:00
drivers sh: Move out the solution engine headers to arch/sh/include/mach-se/ 2008-07-29 21:41:37 +09:00
include sh: Move lookup_exception_vector() out to asm/system_32.h. 2008-09-21 12:00:23 +09:00
kernel sh: Trivial trace_mark() instrumentation for core events. 2008-09-21 13:56:39 +09:00
lib sh: fixup many sparse errors. 2008-09-08 10:35:04 +09:00
lib64 sh: migrate to arch/sh/include/ 2008-07-29 08:09:44 +09:00
math-emu sh: Fix up the math-emu build. 2007-06-11 15:57:42 +09:00
mm sh: Trivial trace_mark() instrumentation for core events. 2008-09-21 13:56:39 +09:00
oprofile sh: Add -Werror for clean directories. 2007-11-07 11:13:55 +09:00
tools sh: Add EDOSK7760 mach type. 2008-09-08 12:01:55 +09:00
Kconfig sh: HAVE_IOREMAP_PROT depends on MMU. 2008-09-17 23:26:44 +09:00
Kconfig.cpu sh: Disable big endian for SH-5. 2008-02-14 14:22:10 +09:00
Kconfig.debug sh: Disable 4kB stacks when using PAGE_SIZE_64KB. 2008-09-20 20:16:35 +09:00
Makefile sh: Provide a fixed UTS_MACHINE definition for sh64. 2008-09-12 18:58:28 +09:00