Implement dynamic types, and application context provider support
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 13 Jan 2016 21:52:26 +0000 (16:52 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 12 Feb 2016 22:54:28 +0000 (17:54 -0500)
commit53569322d40ed45abe0368ddb08eb4a2738afc37
treed6e1efeeef60b35b4660ca3cdcd39c4ad467c28e
parent5cf81d53e305c81517e48e0dc91620a916cdc0cc
Implement dynamic types, and application context provider support

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
38 files changed:
configure.ac
include/Makefile.am
include/lttng/ringbuffer-config.h
include/lttng/ust-context-provider.h [new file with mode: 0644]
include/lttng/ust-ctl.h
include/lttng/ust-dynamic-type.h [new file with mode: 0644]
include/lttng/ust-events.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/Makefile.am
liblttng-ust/lttng-context-cpu-id.c
liblttng-ust/lttng-context-ip.c
liblttng-ust/lttng-context-perf-counters.c
liblttng-ust/lttng-context-procname.c
liblttng-ust/lttng-context-provider.c [new file with mode: 0644]
liblttng-ust/lttng-context-pthread-id.c
liblttng-ust/lttng-context-vpid.c
liblttng-ust/lttng-context-vtid.c
liblttng-ust/lttng-context.c
liblttng-ust/lttng-events.c
liblttng-ust/lttng-filter-interpreter.c
liblttng-ust/lttng-filter-specialize.c
liblttng-ust/lttng-filter-validator.c
liblttng-ust/lttng-filter.c
liblttng-ust/lttng-filter.h
liblttng-ust/lttng-ring-buffer-client.h
liblttng-ust/lttng-ust-comm.c
liblttng-ust/lttng-ust-dynamic-type.c [new file with mode: 0644]
tests/Makefile.am
tests/hello/hello.c
tests/test-app-ctx/Makefile.am [new file with mode: 0644]
tests/test-app-ctx/hello.c [new file with mode: 0644]
tests/test-app-ctx/tp.c [new file with mode: 0644]
tests/test-app-ctx/ust_tests_hello.h [new file with mode: 0644]
tests/ust-variant/Makefile.am [new file with mode: 0644]
tests/ust-variant/ust-variant.c [new file with mode: 0644]
This page took 0.027887 seconds and 4 git commands to generate.