X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fman%2Flttng-event-rule.7.txt;h=2730996ebdad95c583171e5ac51c23b00cbe4c23;hb=cc22de985fbd6c192a021063fc3be165dd6fa5c0;hp=b2169a1629ccf501587c0016a36f8e561abe265c;hpb=a55e08e0d331c3c0f75fbc76df660e954ee1337a;p=lttng-tools.git diff --git a/doc/man/lttng-event-rule.7.txt b/doc/man/lttng-event-rule.7.txt index b2169a162..2730996eb 100644 --- a/doc/man/lttng-event-rule.7.txt +++ b/doc/man/lttng-event-rule.7.txt @@ -69,25 +69,25 @@ conditions of an event rule, that is: * The instrumentation point from which LTTng creates{nbsp}__E__ has a specific type. + -See the <> -section below. +See the ``<>'' section below. * A pattern matches the name of{nbsp}__E__ while another pattern doesn't. + -See the <> section below. +See the ``<>'' section below. * The log level of the instrumentation point from which LTTng creates{nbsp}__E__ is at least as severe as some value, or is exactly some value. + -See the <> section below. +See the ``<>'' section below. * The fields of the payload of{nbsp}__E__ and the current context fields satisfy a filter expression. + -See the <> +See the ``<>'' section below. The dedicated command-line options of most conditions are optional: if @@ -178,8 +178,8 @@ rule{nbsp}__ER__ if the two following statements are true: * You don't specify the option:--name='NAME' option or, depending on the instrumentation type condition (see the - <> section - above) of{nbsp}__ER__, 'NAME' matches: + ``<>'' + section above) of{nbsp}__ER__, 'NAME' matches: + -- `kernel:tracepoint`:: @@ -529,8 +529,8 @@ OPTIONS ------- Instrumentation point type condition ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -See the <> -section above. +See the ``<>'' section above. option:-E 'NAME', option:--event-name='NAME':: With the option:--type=++kernel:kprobe++ or @@ -702,7 +702,7 @@ change in the future. Event name condition ~~~~~~~~~~~~~~~~~~~~ -See the <> section above. +See the ``<>'' section above. option:-n 'NAME', option:--name='NAME':: Only match events of which 'NAME' matches, depending on the @@ -730,7 +730,7 @@ As of LTTng{nbsp}{lttng_version}, not specifying this option is equivalent to specifying option:--name=++\'*\'++ (when it applies), but this default may change in the future. -option:-x 'XNAME', option:--exclude='XNAME':: +option:-x 'XNAME', option:--exclude-name='XNAME':: Only match events of which 'XNAME' does :not: match the full name of the LTTng user space tracepoint. + @@ -742,8 +742,8 @@ Only available with the option:--type=++user:tracepoint++ option. Instrumentation point log level condition ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -See the <> section above. +See the ``<>'' section above. option:-l 'LOGLEVELSPEC', option:--log-level='LOGLEVELSPEC':: Only match events of which the log level of the LTTng tracepoint or @@ -776,7 +776,7 @@ but this default may change in the future. Event payload and context filter condition ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -See the <> +See the ``<>'' section above. option:-f 'EXPR', option:--filter='EXPR'::