1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
lttng-list-triggers(1)
======================
:revdate: 3 May 2021
NAME
----
lttng-list-triggers - List LTTng triggers
SYNOPSIS
--------
[verse]
*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *list-triggers*
DESCRIPTION
-----------
The `lttng list-triggers` command lists the available LTTng triggers of
your Unix user, or of all users if your Unix user is `root`, and their
properties.
See man:lttng-concepts(7) to learn more about triggers.
include::common-lttng-cmd-options-head.txt[]
include::common-lttng-cmd-help-options.txt[]
include::common-lttng-cmd-after-options.txt[]
include::common-footer.txt[]
SEE ALSO
--------
man:lttng(1),
man:lttng-add-trigger(1),
man:lttng-remove-trigger(1),
man:lttng-concepts(7)
|