Major changes on the lttng command line tool
authorDavid Goulet <david.goulet@polymtl.ca>
Wed, 18 May 2011 21:40:33 +0000 (17:40 -0400)
committerDavid Goulet <david.goulet@polymtl.ca>
Wed, 18 May 2011 21:45:52 +0000 (17:45 -0400)
commit894be886aae0f1a1f49e63723511fcb15e816e7e
tree30496d336de20b7c4427940e6e065da468b24d94
parent1df4dedd9ed4253a944a1623bb40047ba599e0c4
Major changes on the lttng command line tool

Add create and destroy trace action but NOT implemented on the session
daemon side.

Add kernel create channel option but NOT implemented on the session
daemon side.

Add auto_session and auto_trace support for the lttng tool. This means
that if only --start is specified with a certain pid for instance, a
session is automatically created and a trace.

Fix a bug on the session daemon side where the ret value was changed
when no lttcomm_lttng_msg structure was allocated before replying to the
client.

Add a lot more command line validation for conflicting command.

Remove the use of UUID in the session name and for the create trace of
the liblttngctl API.

Remove the memset(0) applied to the llm structure of liblttngctl thus
resetting every information. This is not wanted for multiple command for
one lttng execution.

Signed-off-by: David Goulet <david.goulet@polymtl.ca>
include/lttng/lttng.h
liblttngctl/liblttngctl.c
liblttsessiondcomm/liblttsessiondcomm.c
liblttsessiondcomm/liblttsessiondcomm.h
ltt-sessiond/main.c
lttng/lttng.c
lttng/lttng.h
lttng/options.c
This page took 0.027037 seconds and 5 git commands to generate.