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, 5 Feb 2016 23:13:12 +0000 (18:13 -0500)
commitcf6db82d0bd4644120a3c864d35976e32d1652c5
tree0aeaf9ef1b85e34b463ea795dd8dce9a51fb8d9e
parent4721f9c7dc15670ecc9c2dcdd58d87eb2a2735a5
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.029686 seconds and 5 git commands to generate.