This website requires JavaScript.
Explore
Help
Sign In
Kernel
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced
2024-12-29 09:13:38 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
fd0584d220
linux
/
samples
/
hw_breakpoint
/
Makefile
3 lines
96 B
Makefile
Raw
Normal View
History
Unescape
Escape
treewide: Add SPDX license identifier - Makefile/Kconfig Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-05-19 12:07:45 +00:00
# SPDX-License-Identifier: GPL-2.0-only
hw-breakpoints: sample HW breakpoint over kernel data address 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>
2009-06-01 18:16:20 +00:00
obj-$(CONFIG_SAMPLE_HW_BREAKPOINT)
+=
data_breakpoint.o
Reference in New Issue
Copy Permalink