libust 2.0 + ringbuffer + TRACEPOINT_EVENT builds and runs
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 8 Aug 2011 23:15:46 +0000 (19:15 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 8 Aug 2011 23:15:46 +0000 (19:15 -0400)
commit8d8a24c8565ce6dce7e7bd1045a95d1d2af5e536
treed43410b1e001bb8fb92284c1b36ca774081062b4
parent2432c3c9bdce3c94632f7c619165ab1278a69551
libust 2.0 + ringbuffer + TRACEPOINT_EVENT builds and runs

Missing pieces: Now libust needs to talk to the session daemon.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
29 files changed:
Makefile.am
include/ust/clock.h
include/ust/lttng-events.h
include/ust/lttng-tracepoint-event-reset.h
include/ust/lttng-tracepoint-event.h
include/ust/ringbuffer-config.h [new file with mode: 0644]
include/ust/tracepoint-event.h
include/ust/vatomic.h [new file with mode: 0644]
libringbuffer/backend_internal.h
libringbuffer/config.h [deleted file]
libringbuffer/frontend_internal.h
libringbuffer/frontend_types.h
libringbuffer/ring_buffer_backend.c
libringbuffer/ring_buffer_frontend.c
libringbuffer/vatomic.h [deleted file]
libust-initializer.c
libust/Makefile.am
libust/ltt-context.c
libust/ltt-events.c
libust/ltt-probes.c
libust/ltt-ring-buffer-client.h
libust/ltt-ring-buffer-metadata-client.h
libust/ltt-tracer-core.h
libust/trace_event.c [deleted file]
tests/Makefile.am
tests/hello/Makefile.am
tests/hello/hello.c
tests/hello/tp.c
tests/hello/tp.h
This page took 0.02739 seconds and 4 git commands to generate.