Rename traceable-app and change ust app call
authorDavid Goulet <david.goulet@polymtl.ca>
Tue, 27 Sep 2011 14:06:42 +0000 (10:06 -0400)
committerDavid Goulet <david.goulet@polymtl.ca>
Tue, 27 Sep 2011 14:06:42 +0000 (10:06 -0400)
commit56fff0907d3a752030f384e6037d16ea7978de71
treeac5cec8137d43a8e25007c61d5b604365f3eb844
parent4bc385dd824ca7c10e3177346926350c86d04754
Rename traceable-app and change ust app call

Rename traceable-app to ust-app.c/.h and all calls to ust_app_* to be
consistent with the code base.

Add a channel_ust_copy() to copy UST channel and event list. Mostly used
for channel copy between ust session and ust app.

Signed-off-by: David Goulet <david.goulet@polymtl.ca>
ltt-sessiond/Makefile.am
ltt-sessiond/channel.c
ltt-sessiond/channel.h
ltt-sessiond/ltt-sessiond.h
ltt-sessiond/main.c
ltt-sessiond/traceable-app.c [deleted file]
ltt-sessiond/traceable-app.h [deleted file]
ltt-sessiond/ust-app.c [new file with mode: 0644]
ltt-sessiond/ust-app.h [new file with mode: 0644]
This page took 0.027811 seconds and 5 git commands to generate.