summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2010-07-08 09:26:03 +0200
committerIngo Molnar <mingo@elte.hu>2010-07-08 09:26:03 +0200
commitdecaab30f4a8a0c2f2bccee09a71813bdf0371b8 (patch)
treeb9342c693983de30e8fd98db9e42c52c8655fbd6 /Documentation
parent7bd3db3c02898f1fe0bdca79fbae976d65613dd2 (diff)
parent8bd0e1be25c43a9fbd33a8de06449088879d527a (diff)
Merge branch 'perf/core' into auto-latest
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/trace/kprobetrace.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/trace/kprobetrace.txt b/Documentation/trace/kprobetrace.txt
index ec94748ae65b..5f77d94598dd 100644
--- a/Documentation/trace/kprobetrace.txt
+++ b/Documentation/trace/kprobetrace.txt
@@ -42,7 +42,7 @@ Synopsis of kprobe_events
+|-offs(FETCHARG) : Fetch memory at FETCHARG +|- offs address.(**)
NAME=FETCHARG : Set NAME as the argument name of FETCHARG.
FETCHARG:TYPE : Set TYPE as the type of FETCHARG. Currently, basic types
- (u8/u16/u32/u64/s8/s16/s32/s64) are supported.
+ (u8/u16/u32/u64/s8/s16/s32/s64) and string are supported.
(*) only for return probe.
(**) this is useful for fetching a field of data structures.