Fix: kernel metadata file outside of kernel/ directory
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 29 Jun 2020 21:29:03 +0000 (17:29 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 30 Jun 2020 18:41:51 +0000 (14:41 -0400)
commit8b3be07a094ad88c73990d5c945ac1b24582f479
treed0eb60186c2e96555645ac1f1e862f852f67f896
parent14a5bf2843c2bdc13c3a4ec3335a13c867ba3619
Fix: kernel metadata file outside of kernel/ directory

3ef395a9, a backport of a2814ea, introduces a regression that
causes the kernel trace metadata file to be created outside of
the "kernel" domain sub-directory.

master and stable-2.12 no longer need the domain sub-directory
to be passed to the consumer daemon. However, it was still used
in the 2.11 release.

Fixes #1275

Reported-by: Christophe Bedard <bedard.christophe@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I1fe10ddd414cc87264b5e6d6a6d81e45ebc800d4
src/bin/lttng-sessiond/kernel-consumer.c
This page took 0.025312 seconds and 4 git commands to generate.