Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
5de865b4
Commit
5de865b4
authored
Dec 03, 2007
by
Nicolas Pitre
Committed by
Russell King
Jan 26, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM kprobes: let's enable it
Signed-off-by:
Nicolas Pitre
<
nico@marvell.com
>
parent
79696910
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
Documentation/kprobes.txt
Documentation/kprobes.txt
+1
-0
arch/arm/Kconfig.instrumentation
arch/arm/Kconfig.instrumentation
+10
-0
No files found.
Documentation/kprobes.txt
View file @
5de865b4
...
@@ -141,6 +141,7 @@ architectures:
...
@@ -141,6 +141,7 @@ architectures:
- ppc64
- ppc64
- ia64 (Does not support probes on instruction slot1.)
- ia64 (Does not support probes on instruction slot1.)
- sparc64 (Return probes not yet implemented.)
- sparc64 (Return probes not yet implemented.)
- arm
3. Configuring Kprobes
3. Configuring Kprobes
...
...
arch/arm/Kconfig.instrumentation
View file @
5de865b4
...
@@ -43,6 +43,16 @@ config OPROFILE_MPCORE
...
@@ -43,6 +43,16 @@ config OPROFILE_MPCORE
config OPROFILE_ARM11_CORE
config OPROFILE_ARM11_CORE
bool
bool
config KPROBES
bool "Kprobes"
depends on KALLSYMS && MODULES && !UML && !XIP_KERNEL
help
Kprobes allows you to trap at almost any kernel address and
execute a callback function. register_kprobe() establishes
a probepoint and specifies the callback. Kprobes is useful
for kernel debugging, non-intrusive instrumentation and testing.
If in doubt, say "N".
config MARKERS
config MARKERS
bool "Activate markers"
bool "Activate markers"
help
help
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment