Cleanup: add lttng_/lttng-/LTTNG_ prefixes
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 12 Nov 2012 21:40:06 +0000 (16:40 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 22 Nov 2012 18:56:02 +0000 (13:56 -0500)
commit7dd08bec735b428479201f9f84d59c78deabdf57
treeafd56b673984dcc441398965193a926ee615fbe2
parent3f6fd224cc31bdab2e3d8430c3e5e9ff17862c14
Cleanup: add lttng_/lttng-/LTTNG_ prefixes

ltt_event -> lttng_event mass rename
Rename ltt_chan -> lttng_chan
Rename ltt_session -> lttng_session
Rename enum abstract_types to enum lttng_abstract_types
Rename ltt_transport to lttng_transport
Rename rest of ltt_ prefixes to lttng_
Complete file and symbol renames from LTT/ltt to LTTNG/lttng
Finish ltt->lttng symbol conversion

Reviewed-by: David Goulet <dgoulet@efficios.com>
Reviewed-by: Christian Babeux <christian.babeux@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
33 files changed:
include/lttng/ust-events.h
include/lttng/ust-tracepoint-event.h
include/lttng/ust-tracer.h
liblttng-ust/Makefile.am
liblttng-ust/ltt-context.c [deleted file]
liblttng-ust/ltt-events.c [deleted file]
liblttng-ust/ltt-probes.c [deleted file]
liblttng-ust/ltt-ring-buffer-client-discard.c [deleted file]
liblttng-ust/ltt-ring-buffer-client-overwrite.c [deleted file]
liblttng-ust/ltt-ring-buffer-client.h [deleted file]
liblttng-ust/ltt-ring-buffer-metadata-client.c [deleted file]
liblttng-ust/ltt-ring-buffer-metadata-client.h [deleted file]
liblttng-ust/ltt-tracer-core.h [deleted file]
liblttng-ust/ltt-tracer.h [deleted file]
liblttng-ust/lttng-context-procname.c
liblttng-ust/lttng-context-pthread-id.c
liblttng-ust/lttng-context-vpid.c
liblttng-ust/lttng-context-vtid.c
liblttng-ust/lttng-context.c [new file with mode: 0644]
liblttng-ust/lttng-events.c [new file with mode: 0644]
liblttng-ust/lttng-filter.c
liblttng-ust/lttng-probes.c [new file with mode: 0644]
liblttng-ust/lttng-ring-buffer-client-discard.c [new file with mode: 0644]
liblttng-ust/lttng-ring-buffer-client-overwrite.c [new file with mode: 0644]
liblttng-ust/lttng-ring-buffer-client.h [new file with mode: 0644]
liblttng-ust/lttng-ring-buffer-metadata-client.c [new file with mode: 0644]
liblttng-ust/lttng-ring-buffer-metadata-client.h [new file with mode: 0644]
liblttng-ust/lttng-tracer-core.h [new file with mode: 0644]
liblttng-ust/lttng-tracer.h [new file with mode: 0644]
liblttng-ust/lttng-ust-abi.c
liblttng-ust/lttng-ust-comm.c
liblttng-ust/tracepoint.c
liblttng-ust/ust-core.c
This page took 0.026268 seconds and 4 git commands to generate.