Commit | Line | Data |
---|---|---|
f3ed775e DG |
1 | /* |
2 | * Copyright (C) 2011 - David Goulet <david.goulet@polymtl.ca> | |
3 | * | |
d14d33bf AM |
4 | * This program is free software; you can redistribute it and/or modify |
5 | * it under the terms of the GNU General Public License, version 2 only, | |
6 | * as published by the Free Software Foundation. | |
f3ed775e DG |
7 | * |
8 | * This program is distributed in the hope that it will be useful, | |
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
11 | * GNU General Public License for more details. | |
12 | * | |
d14d33bf AM |
13 | * You should have received a copy of the GNU General Public License along |
14 | * with this program; if not, write to the Free Software Foundation, Inc., | |
15 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
f3ed775e DG |
16 | */ |
17 | ||
18 | #define _GNU_SOURCE | |
a4b92340 | 19 | #include <assert.h> |
ecc48a90 | 20 | #include <ctype.h> |
f3ed775e DG |
21 | #include <popt.h> |
22 | #include <stdio.h> | |
23 | #include <stdlib.h> | |
24 | #include <string.h> | |
25 | #include <sys/stat.h> | |
26 | #include <sys/types.h> | |
27 | #include <time.h> | |
28 | #include <unistd.h> | |
29 | ||
37d03ff7 JRJ |
30 | #include <common/mi-lttng.h> |
31 | ||
c399183f | 32 | #include "../command.h" |
679b4943 | 33 | #include "../utils.h" |
f3ed775e | 34 | |
00e2e675 | 35 | #include <common/defaults.h> |
42224349 | 36 | #include <common/sessiond-comm/sessiond-comm.h> |
00e2e675 | 37 | #include <common/uri.h> |
81b86775 | 38 | #include <common/utils.h> |
16f6f820 | 39 | #include <lttng/snapshot.h> |
42224349 | 40 | |
f3ed775e DG |
41 | static char *opt_output_path; |
42 | static char *opt_session_name; | |
a4b92340 DG |
43 | static char *opt_url; |
44 | static char *opt_ctrl_url; | |
45 | static char *opt_data_url; | |
46 | static int opt_no_consumer; | |
96fe6b8d | 47 | static int opt_no_output; |
16f6f820 | 48 | static int opt_snapshot; |
ecc48a90 | 49 | static unsigned int opt_live_timer; |
f3ed775e DG |
50 | |
51 | enum { | |
52 | OPT_HELP = 1, | |
679b4943 | 53 | OPT_LIST_OPTIONS, |
ecc48a90 | 54 | OPT_LIVE_TIMER, |
f3ed775e DG |
55 | }; |
56 | ||
37d03ff7 JRJ |
57 | static struct mi_writer *writer; |
58 | ||
f3ed775e DG |
59 | static struct poptOption long_options[] = { |
60 | /* longName, shortName, argInfo, argPtr, value, descrip, argDesc */ | |
679b4943 SM |
61 | {"help", 'h', POPT_ARG_NONE, NULL, OPT_HELP, NULL, NULL}, |
62 | {"output", 'o', POPT_ARG_STRING, &opt_output_path, 0, NULL, NULL}, | |
63 | {"list-options", 0, POPT_ARG_NONE, NULL, OPT_LIST_OPTIONS, NULL, NULL}, | |
23d14dff DG |
64 | {"set-url", 'U', POPT_ARG_STRING, &opt_url, 0, 0, 0}, |
65 | {"ctrl-url", 'C', POPT_ARG_STRING, &opt_ctrl_url, 0, 0, 0}, | |
66 | {"data-url", 'D', POPT_ARG_STRING, &opt_data_url, 0, 0, 0}, | |
96fe6b8d | 67 | {"no-output", 0, POPT_ARG_VAL, &opt_no_output, 1, 0, 0}, |
2bba9e53 | 68 | {"no-consumer", 0, POPT_ARG_VAL, &opt_no_consumer, 1, 0, 0}, |
16f6f820 | 69 | {"snapshot", 0, POPT_ARG_VAL, &opt_snapshot, 1, 0, 0}, |
d73c5802 | 70 | {"live", 0, POPT_ARG_INT | POPT_ARGFLAG_OPTIONAL, 0, OPT_LIVE_TIMER, 0, 0}, |
f3ed775e DG |
71 | {0, 0, 0, 0, 0, 0, 0} |
72 | }; | |
73 | ||
16de1a24 DG |
74 | /* |
75 | * Please have a look at src/lib/lttng-ctl/lttng-ctl.c for more information on | |
76 | * why this declaration exists and used ONLY in for this command. | |
77 | */ | |
07424f16 | 78 | extern int _lttng_create_session_ext(const char *name, const char *url, |
ecc48a90 | 79 | const char *datetime, int live_timer); |
07424f16 | 80 | |
f3ed775e DG |
81 | /* |
82 | * usage | |
83 | */ | |
84 | static void usage(FILE *ofp) | |
85 | { | |
a4b92340 | 86 | fprintf(ofp, "usage: lttng create [NAME] [OPTIONS] \n"); |
f3ed775e | 87 | fprintf(ofp, "\n"); |
a4b92340 DG |
88 | fprintf(ofp, "Without a given NAME, the default is 'auto-<yyyymmdd>-<hhmmss>'\n"); |
89 | fprintf(ofp, "\n"); | |
90 | fprintf(ofp, "Options:\n"); | |
f3ed775e | 91 | fprintf(ofp, " -h, --help Show this help\n"); |
1c8d13c8 | 92 | fprintf(ofp, " --list-options Simple listing of options\n"); |
58a97671 | 93 | fprintf(ofp, " -o, --output PATH Specify output path for traces\n"); |
96fe6b8d | 94 | fprintf(ofp, " --no-output Traces will not be outputted\n"); |
a2d6893b | 95 | fprintf(ofp, " --snapshot Set the session in snapshot mode.\n"); |
96fe6b8d | 96 | fprintf(ofp, " Created in no-output mode and uses the URL,\n"); |
16f6f820 DG |
97 | fprintf(ofp, " if one, as the default snapshot output.\n"); |
98 | fprintf(ofp, " Every channel will be set in overwrite mode\n"); | |
99 | fprintf(ofp, " and with mmap output (splice not supported).\n"); | |
d73c5802 | 100 | fprintf(ofp, " --live [USEC] Set the session in live-reading mode.\n"); |
ecc48a90 JD |
101 | fprintf(ofp, " The delay parameter in micro-seconds is the\n"); |
102 | fprintf(ofp, " maximum time the user can wait for the data\n"); | |
d73c5802 DG |
103 | fprintf(ofp, " to be flushed. Can be set with a network\n"); |
104 | fprintf(ofp, " URL (-U or -C/-D) and must have a relayd listening.\n"); | |
105 | fprintf(ofp, " By default, %u is used for the timer and the\n", | |
106 | DEFAULT_LTTNG_LIVE_TIMER); | |
107 | fprintf(ofp, " network URL is set to net://127.0.0.1.\n"); | |
a4b92340 DG |
108 | fprintf(ofp, "\n"); |
109 | fprintf(ofp, "Extended Options:\n"); | |
110 | fprintf(ofp, "\n"); | |
111 | fprintf(ofp, "Using these options, each API call can be controlled individually.\n"); | |
112 | fprintf(ofp, "\n"); | |
113 | fprintf(ofp, " -U, --set-url=URL Set URL destination of the trace data.\n"); | |
00e2e675 | 114 | fprintf(ofp, " It is persistent for the session lifetime.\n"); |
a4b92340 | 115 | fprintf(ofp, " This will set both data and control URL.\n"); |
a4b92340 DG |
116 | fprintf(ofp, " -C, --ctrl-url=URL Set control path URL. (Must use -D also)\n"); |
117 | fprintf(ofp, " -D, --data-url=URL Set data path URL. (Must use -C also)\n"); | |
a4b92340 DG |
118 | fprintf(ofp, "\n"); |
119 | fprintf(ofp, "Please refer to the man page (lttng(1)) for more information on network\n"); | |
120 | fprintf(ofp, "streaming mechanisms and explanation of the control and data port\n"); | |
121 | fprintf(ofp, "You must have a running remote lttng-relayd for network streaming\n"); | |
122 | fprintf(ofp, "\n"); | |
123 | fprintf(ofp, "URL format is has followed:\n"); | |
124 | fprintf(ofp, "\n"); | |
125 | fprintf(ofp, " proto://[HOST|IP][:PORT1[:PORT2]][/TRACE_PATH]\n"); | |
126 | fprintf(ofp, "\n"); | |
127 | fprintf(ofp, " Supported protocols are (proto):\n"); | |
128 | fprintf(ofp, " > file://...\n"); | |
129 | fprintf(ofp, " Local filesystem full path.\n"); | |
130 | fprintf(ofp, "\n"); | |
16de1a24 | 131 | fprintf(ofp, " > net[6]://...\n"); |
a4b92340 DG |
132 | fprintf(ofp, " This will use the default network transport layer which is\n"); |
133 | fprintf(ofp, " TCP for both control (PORT1) and data port (PORT2).\n"); | |
134 | fprintf(ofp, " The default ports are respectively 5342 and 5343.\n"); | |
135 | fprintf(ofp, "\n"); | |
0ab61906 | 136 | fprintf(ofp, " > tcp[6]://...\n"); |
a4b92340 DG |
137 | fprintf(ofp, " Can only be used with -C and -D together\n"); |
138 | fprintf(ofp, "\n"); | |
139 | fprintf(ofp, "NOTE: IPv6 address MUST be enclosed in brackets '[]' (rfc2732)\n"); | |
140 | fprintf(ofp, "\n"); | |
141 | fprintf(ofp, "Examples:\n"); | |
142 | fprintf(ofp, " # lttng create -U net://192.168.1.42\n"); | |
143 | fprintf(ofp, " Uses TCP and default ports for the given destination.\n"); | |
144 | fprintf(ofp, " # lttng create -U net6://[fe80::f66d:4ff:fe53:d220]\n"); | |
145 | fprintf(ofp, " Uses TCP, default ports and IPv6.\n"); | |
146 | fprintf(ofp, " # lttng create s1 -U net://myhost.com:3229\n"); | |
147 | fprintf(ofp, " Set the consumer to the remote HOST on port 3229 for control.\n"); | |
f3ed775e DG |
148 | fprintf(ofp, "\n"); |
149 | } | |
150 | ||
37d03ff7 | 151 | /* |
485ca16f | 152 | * Retrieve the created session and mi output it based on provided argument |
37d03ff7 JRJ |
153 | * This is currently a summary of what was pretty printed and is subject to |
154 | * enhancements. | |
37d03ff7 JRJ |
155 | */ |
156 | static int mi_created_session(const char *session_name) | |
157 | { | |
158 | int ret, i, count, found; | |
159 | struct lttng_session *sessions; | |
160 | ||
161 | /* session_name should not be null */ | |
162 | assert(session_name); | |
163 | assert(writer); | |
164 | ||
165 | count = lttng_list_sessions(&sessions); | |
166 | if (count < 0) { | |
167 | ret = count; | |
168 | ERR("%s", lttng_strerror(ret)); | |
169 | goto error; | |
170 | } | |
171 | ||
172 | if (count == 0) { | |
173 | ERR("Error session creation failed: session %s not found", session_name); | |
174 | ret = -LTTNG_ERR_SESS_NOT_FOUND; | |
175 | goto end; | |
176 | } | |
177 | ||
178 | found = 0; | |
179 | for (i = 0; i < count; i++) { | |
180 | if (strncmp(sessions[i].name, session_name, NAME_MAX) == 0) { | |
181 | found = 1; | |
182 | ret = mi_lttng_session(writer, &sessions[i], 0); | |
183 | if (ret) { | |
184 | goto error; | |
185 | } | |
186 | break; | |
187 | } | |
188 | } | |
189 | ||
190 | if (!found) { | |
191 | ret = -LTTNG_ERR_SESS_NOT_FOUND; | |
192 | } else { | |
193 | ret = CMD_SUCCESS; | |
194 | } | |
195 | ||
196 | error: | |
197 | free(sessions); | |
198 | end: | |
199 | return ret; | |
200 | } | |
201 | ||
00e2e675 | 202 | /* |
a4b92340 | 203 | * For a session name, set the consumer URLs. |
00e2e675 | 204 | */ |
a4b92340 DG |
205 | static int set_consumer_url(const char *session_name, const char *ctrl_url, |
206 | const char *data_url) | |
00e2e675 | 207 | { |
a4b92340 DG |
208 | int ret; |
209 | struct lttng_handle *handle; | |
210 | struct lttng_domain dom; | |
211 | ||
212 | assert(session_name); | |
213 | ||
214 | /* | |
215 | * Set handle with the session name and the domain set to 0. This means to | |
216 | * the session daemon that the next action applies on the tracing session | |
217 | * rather then the domain specific session. | |
218 | */ | |
219 | memset(&dom, 0, sizeof(dom)); | |
220 | ||
221 | handle = lttng_create_handle(session_name, &dom); | |
222 | if (handle == NULL) { | |
223 | ret = CMD_FATAL; | |
224 | goto error; | |
225 | } | |
00e2e675 | 226 | |
a4b92340 DG |
227 | ret = lttng_set_consumer_url(handle, ctrl_url, data_url); |
228 | if (ret < 0) { | |
229 | goto error; | |
00e2e675 DG |
230 | } |
231 | ||
a4b92340 DG |
232 | if (ctrl_url) { |
233 | MSG("Control URL %s set for session %s", ctrl_url, session_name); | |
00e2e675 DG |
234 | } |
235 | ||
a4b92340 DG |
236 | if (data_url) { |
237 | MSG("Data URL %s set for session %s", data_url, session_name); | |
238 | } | |
239 | ||
240 | error: | |
241 | lttng_destroy_handle(handle); | |
242 | return ret; | |
243 | } | |
244 | ||
16f6f820 DG |
245 | static int add_snapshot_output(const char *session_name, const char *ctrl_url, |
246 | const char *data_url) | |
247 | { | |
248 | int ret; | |
249 | struct lttng_snapshot_output *output = NULL; | |
250 | ||
251 | assert(session_name); | |
252 | ||
253 | output = lttng_snapshot_output_create(); | |
254 | if (!output) { | |
255 | ret = CMD_FATAL; | |
256 | goto error_create; | |
257 | } | |
258 | ||
259 | if (ctrl_url) { | |
260 | ret = lttng_snapshot_output_set_ctrl_url(ctrl_url, output); | |
261 | if (ret < 0) { | |
262 | goto error; | |
263 | } | |
264 | } | |
265 | ||
266 | if (data_url) { | |
267 | ret = lttng_snapshot_output_set_data_url(data_url, output); | |
268 | if (ret < 0) { | |
269 | goto error; | |
270 | } | |
271 | } | |
272 | ||
273 | /* This call, if successful, populates the id of the output object. */ | |
274 | ret = lttng_snapshot_add_output(session_name, output); | |
275 | if (ret < 0) { | |
276 | goto error; | |
277 | } | |
278 | ||
279 | error: | |
280 | lttng_snapshot_output_destroy(output); | |
281 | error_create: | |
282 | return ret; | |
283 | } | |
284 | ||
f3ed775e | 285 | /* |
1c8d13c8 TD |
286 | * Create a tracing session. |
287 | * If no name is specified, a default name is generated. | |
f3ed775e | 288 | * |
1c8d13c8 | 289 | * Returns one of the CMD_* result constants. |
f3ed775e | 290 | */ |
a4b92340 | 291 | static int create_session(void) |
f3ed775e | 292 | { |
a4b92340 | 293 | int ret; |
07424f16 | 294 | char *session_name = NULL, *traces_path = NULL, *alloc_path = NULL; |
a4b92340 | 295 | char *alloc_url = NULL, *url = NULL, datetime[16]; |
487b253b | 296 | char session_name_date[NAME_MAX + 17], *print_str_url = NULL; |
f3ed775e DG |
297 | time_t rawtime; |
298 | struct tm *timeinfo; | |
299 | ||
d6175221 DG |
300 | /* Get date and time for automatic session name/path */ |
301 | time(&rawtime); | |
302 | timeinfo = localtime(&rawtime); | |
303 | strftime(datetime, sizeof(datetime), "%Y%m%d-%H%M%S", timeinfo); | |
304 | ||
f3ed775e DG |
305 | /* Auto session name creation */ |
306 | if (opt_session_name == NULL) { | |
07424f16 DG |
307 | ret = snprintf(session_name_date, sizeof(session_name_date), |
308 | DEFAULT_SESSION_NAME "-%s", datetime); | |
d6175221 | 309 | if (ret < 0) { |
07424f16 DG |
310 | PERROR("snprintf session name"); |
311 | goto error; | |
312 | } | |
04965770 | 313 | session_name = session_name_date; |
07424f16 | 314 | DBG("Auto session name set to %s", session_name_date); |
f3ed775e | 315 | } else { |
487b253b DG |
316 | if (strlen(opt_session_name) > NAME_MAX) { |
317 | ERR("Session name too long. Length must be lower or equal to %d", | |
318 | NAME_MAX); | |
319 | ret = LTTNG_ERR_SESSION_FAIL; | |
320 | goto error; | |
321 | } | |
4b861950 DG |
322 | /* |
323 | * Check if the session name begins with "auto-" or is exactly "auto". | |
324 | * Both are reserved for the default session name. See bug #449 to | |
325 | * understand why we need to check both here. | |
326 | */ | |
327 | if ((strncmp(opt_session_name, DEFAULT_SESSION_NAME "-", | |
328 | strlen(DEFAULT_SESSION_NAME) + 1) == 0) || | |
329 | (strncmp(opt_session_name, DEFAULT_SESSION_NAME, | |
61b35a5a | 330 | strlen(DEFAULT_SESSION_NAME)) == 0 && |
4b861950 | 331 | strlen(opt_session_name) == strlen(DEFAULT_SESSION_NAME))) { |
61b35a5a DG |
332 | ERR("%s is a reserved keyword for default session(s)", |
333 | DEFAULT_SESSION_NAME); | |
334 | ret = CMD_ERROR; | |
335 | goto error; | |
336 | } | |
f3ed775e | 337 | session_name = opt_session_name; |
07424f16 DG |
338 | ret = snprintf(session_name_date, sizeof(session_name_date), |
339 | "%s-%s", session_name, datetime); | |
340 | if (ret < 0) { | |
341 | PERROR("snprintf session name"); | |
342 | goto error; | |
343 | } | |
f3ed775e DG |
344 | } |
345 | ||
1a241656 DG |
346 | if ((!opt_ctrl_url && opt_data_url) || (opt_ctrl_url && !opt_data_url)) { |
347 | ERR("You need both control and data URL."); | |
348 | ret = CMD_ERROR; | |
349 | goto error; | |
350 | } | |
351 | ||
785d2d0d | 352 | if (opt_output_path != NULL) { |
81b86775 | 353 | traces_path = utils_expand_path(opt_output_path); |
00e2e675 DG |
354 | if (traces_path == NULL) { |
355 | ret = CMD_ERROR; | |
356 | goto error; | |
357 | } | |
358 | ||
37d03ff7 | 359 | /* Create URL string from the local file system path */ |
a4b92340 | 360 | ret = asprintf(&alloc_url, "file://%s", traces_path); |
00e2e675 | 361 | if (ret < 0) { |
a4b92340 | 362 | PERROR("asprintf url path"); |
00e2e675 DG |
363 | ret = CMD_FATAL; |
364 | goto error; | |
365 | } | |
a4b92340 DG |
366 | /* URL to use in the lttng_create_session() call */ |
367 | url = alloc_url; | |
40b03f52 | 368 | print_str_url = traces_path; |
a4b92340 DG |
369 | } else if (opt_url) { /* Handling URL (-U opt) */ |
370 | url = opt_url; | |
40b03f52 | 371 | print_str_url = url; |
1a241656 DG |
372 | } else if (opt_data_url && opt_ctrl_url) { |
373 | /* | |
374 | * With both control and data, we'll be setting the consumer URL after | |
375 | * session creation thus use no URL. | |
376 | */ | |
377 | url = NULL; | |
2bba9e53 | 378 | } else if (!opt_no_output) { |
00e2e675 | 379 | /* Auto output path */ |
feb0f3e5 | 380 | alloc_path = utils_get_home_dir(); |
f3ed775e | 381 | if (alloc_path == NULL) { |
d386b234 | 382 | ERR("HOME path not found.\n \ |
00e2e675 | 383 | Please specify an output path using -o, --output PATH"); |
f3ed775e DG |
384 | ret = CMD_FATAL; |
385 | goto error; | |
386 | } | |
d386b234 | 387 | alloc_path = strdup(alloc_path); |
f3ed775e | 388 | |
07424f16 DG |
389 | ret = asprintf(&alloc_url, |
390 | "file://%s/" DEFAULT_TRACE_DIR_NAME "/%s", | |
391 | alloc_path, session_name_date); | |
58a97671 | 392 | if (ret < 0) { |
00e2e675 DG |
393 | PERROR("asprintf trace dir name"); |
394 | ret = CMD_FATAL; | |
58a97671 DG |
395 | goto error; |
396 | } | |
00e2e675 | 397 | |
a4b92340 | 398 | url = alloc_url; |
1a241656 | 399 | print_str_url = alloc_url + strlen("file://"); |
2bba9e53 | 400 | } else { |
96fe6b8d | 401 | /* No output means --no-output or --snapshot mode. */ |
2bba9e53 | 402 | url = NULL; |
00e2e675 DG |
403 | } |
404 | ||
1a241656 | 405 | /* Use default live URL if NO url is/are found. */ |
ecc48a90 | 406 | if ((opt_live_timer && !opt_url) && (opt_live_timer && !opt_data_url)) { |
d73c5802 DG |
407 | ret = asprintf(&alloc_url, "net://127.0.0.1"); |
408 | if (ret < 0) { | |
409 | PERROR("asprintf default live URL"); | |
410 | ret = CMD_FATAL; | |
411 | goto error; | |
412 | } | |
413 | url = alloc_url; | |
414 | print_str_url = url; | |
ecc48a90 JD |
415 | } |
416 | ||
417 | if (opt_snapshot && opt_live_timer) { | |
418 | ERR("Snapshot and live modes are mutually exclusive."); | |
419 | ret = CMD_ERROR; | |
420 | goto error; | |
421 | } | |
422 | ||
16f6f820 DG |
423 | if (opt_snapshot) { |
424 | /* No output by default. */ | |
425 | const char *snapshot_url = NULL; | |
426 | ||
427 | if (opt_url) { | |
428 | snapshot_url = url; | |
429 | } else if (!opt_data_url && !opt_ctrl_url) { | |
430 | /* This is the session path that we need to use as output. */ | |
431 | snapshot_url = url; | |
432 | } | |
433 | ret = lttng_create_session_snapshot(session_name, snapshot_url); | |
ecc48a90 | 434 | } else if (opt_live_timer) { |
8960e9cd DG |
435 | const char *pathname; |
436 | ||
437 | if (opt_relayd_path) { | |
438 | pathname = opt_relayd_path; | |
439 | } else { | |
440 | pathname = INSTALL_BIN_PATH "/lttng-relayd"; | |
441 | } | |
2c521c63 DG |
442 | if (!opt_url && !opt_data_url && !check_relayd() && |
443 | spawn_relayd(pathname, 0) < 0) { | |
8960e9cd DG |
444 | goto error; |
445 | } | |
ecc48a90 | 446 | ret = lttng_create_session_live(session_name, url, opt_live_timer); |
16f6f820 | 447 | } else { |
ecc48a90 | 448 | ret = _lttng_create_session_ext(session_name, url, datetime, -1); |
16f6f820 | 449 | } |
f3ed775e | 450 | if (ret < 0) { |
ae856491 | 451 | /* Don't set ret so lttng can interpret the sessiond error. */ |
42224349 | 452 | switch (-ret) { |
f73fabfd | 453 | case LTTNG_ERR_EXIST_SESS: |
42224349 DG |
454 | WARN("Session %s already exists", session_name); |
455 | break; | |
60e835ca | 456 | default: |
60e835ca | 457 | break; |
42224349 | 458 | } |
f3ed775e DG |
459 | goto error; |
460 | } | |
461 | ||
0ab61906 | 462 | if (opt_ctrl_url && opt_data_url) { |
16f6f820 DG |
463 | if (opt_snapshot) { |
464 | ret = add_snapshot_output(session_name, opt_ctrl_url, | |
465 | opt_data_url); | |
466 | } else { | |
467 | /* Setting up control URI (-C or/and -D opt) */ | |
468 | ret = set_consumer_url(session_name, opt_ctrl_url, opt_data_url); | |
469 | } | |
a4b92340 | 470 | if (ret < 0) { |
4f50c803 DG |
471 | /* Destroy created session because the URL are not valid. */ |
472 | lttng_destroy_session(session_name); | |
a4b92340 DG |
473 | goto error; |
474 | } | |
4f50c803 DG |
475 | } |
476 | ||
477 | MSG("Session %s created.", session_name); | |
16f6f820 | 478 | if (print_str_url && !opt_snapshot) { |
4f50c803 | 479 | MSG("Traces will be written in %s", print_str_url); |
d73c5802 DG |
480 | |
481 | if (opt_live_timer) { | |
482 | MSG("Live timer set to %u usec", opt_live_timer); | |
483 | } | |
16f6f820 DG |
484 | } else if (opt_snapshot) { |
485 | if (print_str_url) { | |
486 | MSG("Default snapshot output set to: %s", print_str_url); | |
487 | } | |
488 | MSG("Snapshot mode set. Every channel enabled for that session will " | |
1daafe0d | 489 | "be set in overwrite mode and mmap output."); |
a4b92340 DG |
490 | } |
491 | ||
37d03ff7 JRJ |
492 | /* Mi output */ |
493 | if (lttng_opt_mi) { | |
494 | ret = mi_created_session(session_name); | |
495 | if (ret) { | |
496 | ret = CMD_ERROR; | |
497 | goto error; | |
498 | } | |
499 | } | |
500 | ||
58a97671 DG |
501 | /* Init lttng session config */ |
502 | ret = config_init(session_name); | |
f3ed775e | 503 | if (ret < 0) { |
27089920 | 504 | ret = CMD_ERROR; |
f3ed775e DG |
505 | goto error; |
506 | } | |
507 | ||
f3ed775e DG |
508 | ret = CMD_SUCCESS; |
509 | ||
510 | error: | |
0e428499 DG |
511 | free(alloc_url); |
512 | free(traces_path); | |
87f222b6 | 513 | free(alloc_path); |
a4b92340 DG |
514 | |
515 | if (ret < 0) { | |
516 | ERR("%s", lttng_strerror(ret)); | |
517 | } | |
f3ed775e DG |
518 | return ret; |
519 | } | |
520 | ||
521 | /* | |
74cc1d0f | 522 | * The 'create <options>' first level command |
1c8d13c8 TD |
523 | * |
524 | * Returns one of the CMD_* result constants. | |
f3ed775e DG |
525 | */ |
526 | int cmd_create(int argc, const char **argv) | |
527 | { | |
37d03ff7 | 528 | int opt, ret = CMD_SUCCESS, command_ret = CMD_SUCCESS, success = 1; |
ecc48a90 | 529 | char *opt_arg = NULL; |
f3ed775e DG |
530 | static poptContext pc; |
531 | ||
532 | pc = poptGetContext(NULL, argc, argv, long_options, 0); | |
533 | poptReadDefaultConfig(pc, 0); | |
534 | ||
535 | while ((opt = poptGetNextOpt(pc)) != -1) { | |
536 | switch (opt) { | |
537 | case OPT_HELP: | |
27089920 | 538 | usage(stdout); |
f3ed775e | 539 | goto end; |
679b4943 SM |
540 | case OPT_LIST_OPTIONS: |
541 | list_cmd_options(stdout, long_options); | |
679b4943 | 542 | goto end; |
ecc48a90 JD |
543 | case OPT_LIVE_TIMER: |
544 | { | |
545 | unsigned long v; | |
546 | ||
547 | errno = 0; | |
548 | opt_arg = poptGetOptArg(pc); | |
d73c5802 DG |
549 | if (!opt_arg) { |
550 | /* Set up default values. */ | |
551 | opt_live_timer = (uint32_t) DEFAULT_LTTNG_LIVE_TIMER; | |
552 | DBG("Session live timer interval set to default value %d", | |
553 | opt_live_timer); | |
554 | break; | |
555 | } | |
556 | ||
ecc48a90 JD |
557 | v = strtoul(opt_arg, NULL, 0); |
558 | if (errno != 0 || !isdigit(opt_arg[0])) { | |
559 | ERR("Wrong value in --live parameter: %s", opt_arg); | |
560 | ret = CMD_ERROR; | |
561 | goto end; | |
562 | } | |
563 | if (v != (uint32_t) v) { | |
564 | ERR("32-bit overflow in --live parameter: %s", opt_arg); | |
565 | ret = CMD_ERROR; | |
566 | goto end; | |
567 | } | |
568 | opt_live_timer = (uint32_t) v; | |
569 | DBG("Session live timer interval set to %d", opt_live_timer); | |
570 | break; | |
571 | } | |
f3ed775e DG |
572 | default: |
573 | usage(stderr); | |
574 | ret = CMD_UNDEFINED; | |
575 | goto end; | |
576 | } | |
577 | } | |
578 | ||
785d2d0d | 579 | if (opt_no_consumer) { |
96fe6b8d | 580 | MSG("The option --no-consumer is obsolete. Use --no-output now."); |
785d2d0d DG |
581 | ret = CMD_WARNING; |
582 | goto end; | |
583 | } | |
584 | ||
acc09215 | 585 | /* MI initialization */ |
37d03ff7 JRJ |
586 | if (lttng_opt_mi) { |
587 | writer = mi_lttng_writer_create(fileno(stdout), lttng_opt_mi); | |
588 | if (!writer) { | |
589 | ret = -LTTNG_ERR_NOMEM; | |
590 | goto end; | |
591 | } | |
592 | ||
593 | /* Open command element */ | |
594 | ret = mi_lttng_writer_command_open(writer, | |
595 | mi_lttng_element_command_create); | |
596 | if (ret) { | |
597 | ret = CMD_ERROR; | |
598 | goto end; | |
599 | } | |
600 | ||
601 | /* Open output element */ | |
602 | ret = mi_lttng_writer_open_element(writer, | |
603 | mi_lttng_element_command_output); | |
604 | if (ret) { | |
605 | ret = CMD_ERROR; | |
606 | goto end; | |
607 | } | |
608 | } | |
f3ed775e DG |
609 | opt_session_name = (char*) poptGetArg(pc); |
610 | ||
37d03ff7 JRJ |
611 | command_ret = create_session(); |
612 | if (command_ret) { | |
613 | success = 0; | |
614 | } | |
615 | ||
616 | if (lttng_opt_mi) { | |
617 | /* Close output element */ | |
618 | ret = mi_lttng_writer_close_element(writer); | |
619 | if (ret) { | |
620 | ret = CMD_ERROR; | |
621 | goto end; | |
622 | } | |
623 | ||
624 | /* Success ? */ | |
625 | ret = mi_lttng_writer_write_element_bool(writer, | |
626 | mi_lttng_element_command_success, success); | |
627 | if (ret) { | |
628 | ret = CMD_ERROR; | |
629 | goto end; | |
630 | } | |
631 | ||
632 | /* Command element close */ | |
633 | ret = mi_lttng_writer_command_close(writer); | |
634 | if (ret) { | |
635 | ret = CMD_ERROR; | |
636 | goto end; | |
637 | } | |
638 | } | |
f3ed775e DG |
639 | |
640 | end: | |
37d03ff7 JRJ |
641 | /* Mi clean-up */ |
642 | if (writer && mi_lttng_writer_destroy(writer)) { | |
643 | /* Preserve original error code */ | |
644 | ret = ret ? ret : -LTTNG_ERR_MI_IO_FAIL; | |
645 | } | |
646 | ||
acc09215 | 647 | /* Overwrite ret if an error occurred in create_session() */ |
37d03ff7 JRJ |
648 | ret = command_ret ? command_ret : ret; |
649 | ||
ca1c3607 | 650 | poptFreeContext(pc); |
f3ed775e DG |
651 | return ret; |
652 | } |