diff options
author | Ingo Molnar <mingo@elte.hu> | 2010-07-06 09:00:32 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-07-06 09:00:32 +0200 |
commit | 8bd0e1be25c43a9fbd33a8de06449088879d527a (patch) | |
tree | 8f24493dfd45df467faa69e2ecef67b8321932ef /Documentation | |
parent | 39ef13a4ac28aa64cfe1bc36e6e00f1096707a28 (diff) | |
parent | b7dcb857cc3eb89136111fefe89780129c1af1d7 (diff) | |
download | op-kernel-dev-8bd0e1be25c43a9fbd33a8de06449088879d527a.zip op-kernel-dev-8bd0e1be25c43a9fbd33a8de06449088879d527a.tar.gz |
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/trace/kprobetrace.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/trace/kprobetrace.txt b/Documentation/trace/kprobetrace.txt index ec94748..5f77d94 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. |