Add ctf_sequence_hex() macro
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 30 Jun 2015 23:39:36 +0000 (19:39 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 1 Jul 2015 14:09:39 +0000 (10:09 -0400)
commitf968510a0810a8f1a03e181060b2fa282058d9ae
tree9b13cdf6a9f10f4d3acf58e232f00c5733ce0e42
parent89be5359b36d641549fa5aaf646c059b6212c315
Add ctf_sequence_hex() macro

This patch adds the `_elem_type_base` parameter to
the internal _ctf_sequence_encoded() macro to
specify the sequence's element type's base.

ctf_sequence_hex() sets the `_elem_type_base`
parameter to 16.

This is convenient for recording byte buffers and
viewing them in hexadecimal.

Suggested-by: Antoine Busque <abusque@efficios.com>
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
include/lttng/ust-tracepoint-event-nowrite.h
include/lttng/ust-tracepoint-event-reset.h
include/lttng/ust-tracepoint-event-write.h
include/lttng/ust-tracepoint-event.h
This page took 0.025638 seconds and 4 git commands to generate.