]> Git Repo - linux.git/commit - Documentation/kprobes.txt
Kprobes: move kprobe examples to samples/
authorAnanth N Mavinakayanahalli <[email protected]>
Tue, 4 Mar 2008 22:28:38 +0000 (14:28 -0800)
committerLinus Torvalds <[email protected]>
Wed, 5 Mar 2008 00:35:11 +0000 (16:35 -0800)
commit804defea1c020d5c52985685e56986f1a399acde
treedd91b81d272522ec8e5e482408734dd290fed152
parent9edddaa200df18e08fe0cf21036e8ae467b1363c
Kprobes: move kprobe examples to samples/

Move kprobes examples from Documentation/kprobes.txt to under samples/.
Patch originally by Randy Dunlap.

o Updated the patch to apply on 2.6.25-rc3
o Modified examples code to build on multiple architectures. Currently,
  the kprobe and jprobe examples code works for x86 and powerpc
o Cleaned up unneeded #includes
o Cleaned up Kconfig per Sam Ravnborg's suggestions to fix build break
  on archs that don't have kretprobes
o Implemented suggestions by Mathieu Desnoyers on CONFIG_KRETPROBES
o Included Andrew Morton's cleanup based on x86-git
o Modified kretprobe_example to act as a arch-agnostic module to
  determine routine execution times:
Use 'modprobe kretprobe_example func=<func_name>' to determine
execution time of func_name in nanoseconds.

Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Ananth N Mavinakayanahalli <[email protected]>
Acked-by: Mathieu Desnoyers <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Documentation/kprobes.txt
samples/Kconfig
samples/Makefile
samples/kprobes/Makefile [new file with mode: 0644]
samples/kprobes/jprobe_example.c [new file with mode: 0644]
samples/kprobes/kprobe_example.c [new file with mode: 0644]
samples/kprobes/kretprobe_example.c [new file with mode: 0644]
This page took 0.053312 seconds and 4 git commands to generate.