From: David Goulet Date: Wed, 4 May 2011 20:37:26 +0000 (-0400) Subject: Add support for auto session creation X-Git-Tag: v2.0-pre1~148 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=96243366860d20e371efed0500070cdbc4a01ec7;hp=96243366860d20e371efed0500070cdbc4a01ec7 Add support for auto session creation Support for auto session creation when no session (-s) is specified. The session is created with the name being the current date and time. For all commands that do not needs a session, no auto session is created and for thoses who needs -s also. Improve shorten uuid management all around the lttng client code. Fix uuid usage in lttng_session data structure and a small fix in the liblttngctl for the set_current_uuid fct. Fix session name regex of the tests. Signed-off-by: David Goulet ---