Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
'TYPE'::
Context type name.
+NOTE: Make sure to **single-quote** the type when running the command
+from a shell, as `$` is a special character for variable substitution in
+most shells.
+
Use the option:--list option without other arguments to list the
available context field names.
to true when executed against the dynamic values of an event's fields
when tracing, the filtering condition passes.
+NOTE: Make sure to **single-quote** the filter expression when running
+the command from a shell, as filter expressions typically include
+characters having a special meaning for most shells.
+
The filter expression syntax is very similar to C language conditional
expressions (expressions that can be evaluated by an `if` statement).