Remove unneeded creation of the UST domain sub-directory
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 27 Feb 2019 17:16:29 +0000 (12:16 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Sep 2019 20:39:13 +0000 (16:39 -0400)
commit0fe6e33925a00277b7a2a4088d82a4206d770186
treec7f54cc1109e4fb867f512301dcea5666d3dc5b8
parent727c01f3e4f8318e6fdd110db29b19867b2aa163
Remove unneeded creation of the UST domain sub-directory

ust_app_start_trace() always attempts to create its domain
sub-directory after the channel directory has been created. This is
redundant and can be safely removed.

To provide an example, a "domain sub-directory" is:
/home/jgalar/lttng-traces/allo-20190227-115205/ust

A "channel sub-directory" is, in per-uid buffering mode:
/home/jgalar/lttng-traces/allo-20190227-115205/ust/uid/1000/64-bit

or, in per-pid buffering mode:
/home/jgalar/lttng-traces/cloe_fafard-20190227-115609/ust/pid/hello-ust-20186-20190227-115700

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/ust-app.c
This page took 0.031094 seconds and 4 git commands to generate.