lttng-enable-event(1): update the Filter expression section filter-array
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 25 Sep 2017 19:18:41 +0000 (15:18 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 26 Sep 2017 13:35:33 +0000 (09:35 -0400)
commitfaa29f706823810198566b78c1d93af310a8001b
tree15c48f2b76ed4be2ad8a9d801049938f04eb6869
parentd921c6948f6ce1ba63c6e13c63e8d343f474ec66
lttng-enable-event(1): update the Filter expression section

This patch documents new features of filter expressions:

* Bracket and dot notations to get nested fields.
* New bitwise operators.
* Custom operator precedence table.
* Formal rules for how integers are represented for the sake of
  the evaluation (casted to signed/unsigned 64-bit integers depending
  on the operator).

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
doc/man/asciidoc.conf
doc/man/lttng-enable-event.1.txt
This page took 0.02629 seconds and 5 git commands to generate.