Add CTF enum type support to tracepoint event
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 9 Jan 2016 19:44:30 +0000 (14:44 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 14 Jan 2016 16:36:55 +0000 (11:36 -0500)
commitc785c634a51956094130218c2bffeff32756cb69
treefde6da491b515b4efcda59d0c87bae326c4b5e4f
parentaaf93c608bb7591f0a5411c221a3ad3fbd8efdfd
Add CTF enum type support to tracepoint event

Derived from initial implementation by:
Geneviève Bastien <gbastien+lttng@versatic.net>

Bump UST communication protocol version to 6.1 (minor version increase)
since we're adding enumeration notification command.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
21 files changed:
configure.ac
doc/man/lttng-ust.3
include/lttng/tracepoint.h
include/lttng/ust-abi.h
include/lttng/ust-ctl.h
include/lttng/ust-events.h
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
include/ust-comm.h
liblttng-ust-comm/lttng-ust-comm.c
liblttng-ust-ctl/ustctl.c
liblttng-ust/lttng-events.c
liblttng-ust/ust-core.c
tests/Makefile.am
tests/ctf-types/Makefile.am [new file with mode: 0644]
tests/ctf-types/README [new file with mode: 0644]
tests/ctf-types/ctf-types.c [new file with mode: 0644]
tests/ctf-types/tp.c [new file with mode: 0644]
tests/ctf-types/ust_tests_ctf_types.h [new file with mode: 0644]
This page took 0.028485 seconds and 5 git commands to generate.