X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fman%2Flttng-add-trigger.1.txt;h=211b707bc6851937de81cf353eee6444afbcb534;hp=5e2e90e4362535dfcf0b874c11f95047f282234c;hb=bbadb5e0b423348492c56ef7d8430087d9d9349d;hpb=7f4d5b07cf7be895b38b69073389a4fcc318ec29;ds=sidebyside diff --git a/doc/man/lttng-add-trigger.1.txt b/doc/man/lttng-add-trigger.1.txt index 5e2e90e43..211b707bc 100644 --- a/doc/man/lttng-add-trigger.1.txt +++ b/doc/man/lttng-add-trigger.1.txt @@ -13,7 +13,6 @@ SYNOPSIS [verse] *lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *add-trigger* [--id ID] - [--fire-every N] [--fire-once-after N] --condition CONDITION-NAME CONDITION-ARGS --action ACTION-NAME ACTION-ARGS [--action ACTION-NAME ACTION-ARGS]... @@ -29,10 +28,6 @@ actions associated to that trigger are executed. The tracing does not have to be active for the conditions to be met, and triggers are independent from tracing sessions. -By default, a trigger fires every time its condition is met. The -'--fire-every' and '--fire-once-after' options can be used to change -this mode. - The syntax by which conditions and actions are specified is described below.