git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17f557e
)
hw-breakpoints: sample HW breakpoint over kernel data address
author
K.Prasad
<prasad@linux.vnet.ibm.com>
Mon, 1 Jun 2009 18:16:20 +0000
(23:46 +0530)
committer
Frederic Weisbecker
<fweisbec@gmail.com>
Tue, 2 Jun 2009 20:47:00 +0000
(22:47 +0200)
This patch introduces a sample kernel module to demonstrate the use of Hardware
Breakpoint feature. It places a breakpoint over the kernel variable 'pid_max'
to monitor all write operations and emits a function-backtrace when done.
Signed-off-by: K.Prasad <prasad@linux.vnet.ibm.com>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
No differences found