diff options
Diffstat (limited to 'stapprobes.5.in')
-rw-r--r-- | stapprobes.5.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/stapprobes.5.in b/stapprobes.5.in index 11657c74..6e271304 100644 --- a/stapprobes.5.in +++ b/stapprobes.5.in @@ -324,13 +324,12 @@ information is required to probe markers. Marker probe points begin with -.BR kernel " or " module("name") , -just like DWARF probes. This identifies the source of symbol table -used for finding markers. The next part names the marker itself: +.BR kernel . +The next part names the marker itself: .BR mark("name") . The marker name string, which may contain the usual wildcard characters, is matched against the names given to the marker macros when the kernel -or module was compiled. +and/or module was compiled. The handler associated with a marker-based probe may read the optional parameters specified at the macro call site. These are |