lttng-ust(3): document `perf:thread:raw:rN:NAME` context
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 29 Nov 2016 17:04:22 +0000 (12:04 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 29 Nov 2016 21:03:50 +0000 (16:03 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
doc/man/lttng-ust.3.txt

index ed525f6e9866a31e7dfc2b8987be4c0d880f7f6a..0593406a857a1ccf68cce4875239faa2c7fb3c25 100644 (file)
@@ -769,12 +769,16 @@ information about event filtering.
     reverse-lookup the source location that caused the event
     to be emitted.
 
-+perf:thread:COUNTER+::
+`perf:thread:COUNTER`::
     perf counter named 'COUNTER'. Use `lttng add-context --list` to
     list the available perf counters.
 +
 Only available on IA-32 and x86-64 architectures.
 
+`perf:thread:raw:rN:NAME`::
+    perf counter with raw ID 'N' and custom name 'NAME'. See
+    man:lttng-add-context(1) for more details.
+
 `pthread_id`::
     POSIX thread identifier. Can be used on architectures where
     `pthread_t` maps nicely to an `unsigned long` type.
This page took 0.02593 seconds and 4 git commands to generate.