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, 18 Jul 2019 19:58:24 +0000 (15:58 -0400)
commit910f2c4845003968bb83824d2e4475ed7e247b59
tree774fb13a6d1ab1439404542437c379ffd2e79c26
parent0de5dd578a2dca9be208f6c2f56c8e1e9ae7291c
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.024612 seconds and 4 git commands to generate.