Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
KED Linux Kernel Fork
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KED Software Projects
Miscellaneous
KED Linux Kernel Fork
Commits
5de865b4
Commit
5de865b4
authored
17 years ago
by
Nicolas Pitre
Committed by
Russell King
17 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ARM kprobes: let's enable it
Signed-off-by:
Nicolas Pitre
<
nico@marvell.com
>
parent
79696910
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Documentation/kprobes.txt
+1
-0
1 addition, 0 deletions
Documentation/kprobes.txt
arch/arm/Kconfig.instrumentation
+10
-0
10 additions, 0 deletions
arch/arm/Kconfig.instrumentation
with
11 additions
and
0 deletions
Documentation/kprobes.txt
+
1
−
0
View file @
5de865b4
...
...
@@ -141,6 +141,7 @@ architectures:
- ppc64
- ia64 (Does not support probes on instruction slot1.)
- sparc64 (Return probes not yet implemented.)
- arm
3. Configuring Kprobes
...
...
This diff is collapsed.
Click to expand it.
arch/arm/Kconfig.instrumentation
+
10
−
0
View file @
5de865b4
...
...
@@ -43,6 +43,16 @@ config OPROFILE_MPCORE
config OPROFILE_ARM11_CORE
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
bool "Activate markers"
help
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment