Fix: syscall event rule: emission sites not compared in is_equal
[lttng-tools.git] / doc / man / lttng-remove-trigger.1.txt
CommitLineData
b61776fb 1lttng-remove-trigger(1)
484b2a0c 2=======================
b2094ef9 3:revdate: 17 May 2021
b61776fb
SM
4
5
6NAME
7----
484b2a0c 8lttng-remove-trigger - Remove an LTTng trigger
b61776fb
SM
9
10
11SYNOPSIS
12--------
b61776fb 13[verse]
d938377c 14*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *remove-trigger* [option:--owner-uid='UID'] 'NAME'
b61776fb
SM
15
16
17DESCRIPTION
18-----------
484b2a0c
PP
19The `lttng remove-trigger` command removes the trigger named 'NAME'.
20
26f0c779 21See man:lttng-concepts(7) to learn more about LTTng triggers.
b61776fb 22
26f0c779
PP
23List the triggers of your Unix user, or of all users if your
24Unix user is `root`, with the man:lttng-list-triggers(1) command.
484b2a0c
PP
25
26The `remove-trigger` command removes a trigger which belong to your Unix
27user. If your Unix user is `root`, you can remove the trigger of another
d938377c 28user with the option:--owner-uid option.
b61776fb 29
da39b67c 30See the ``<<examples,EXAMPLES>>'' section below for usage examples.
b2094ef9 31
b61776fb
SM
32
33OPTIONS
34-------
484b2a0c
PP
35Identification
36~~~~~~~~~~~~~~
d938377c 37option:--owner-uid='UID'::
484b2a0c
PP
38 Remove the trigger named 'NAME' of the Unix user having the user ID
39 'UID'.
40+
41You may only use this option if your Unix user is `root`.
42
b61776fb 43
f5511eea 44include::common-lttng-cmd-help-options.txt[]
b61776fb
SM
45
46
f5511eea
PP
47include::common-lttng-cmd-after-options.txt[]
48
49
b2094ef9
PP
50[[examples]]
51EXAMPLES
52--------
53.Remove a trigger.
54====
55[role="term"]
56----
57$ lttng remove-trigger my-trigger
58----
59====
60
61.Remove a trigger as another Unix user.
62====
63The command line below removes a trigger as the `mireille` Unix user.
64
65Your Unix user must be `root` to use the option:--owner-uid option.
66
67[role="term"]
68----
69$ lttng remove-trigger --owner-uid=$(id --user mireille) \
70 my-trigger
71----
72====
73
74
f5511eea 75include::common-footer.txt[]
b61776fb
SM
76
77
78SEE ALSO
79--------
26f0c779 80man:lttng(1),
b61776fb 81man:lttng-add-trigger(1),
af1c4164
PP
82man:lttng-list-triggers(1),
83man:lttng-concepts(7)
This page took 0.04312 seconds and 5 git commands to generate.