Allow regenerating the statedump of a running session
authorJulien Desfossez <jdesfossez@efficios.com>
Wed, 29 Jun 2016 21:07:05 +0000 (17:07 -0400)
committerJulien Desfossez <jdesfossez@efficios.com>
Tue, 5 Jul 2016 14:56:18 +0000 (10:56 -0400)
commita7ca6e73379def6f0f799c40778539da97777404
tree7b8fc832be51b801e7a684dc5554d0a58a4dee88
parente0ef70bc72fb9821b9af7553dd59df5cc1ff47f4
Allow regenerating the statedump of a running session

The "lttng regenerate statedump" command can be used to regenerate the
statedump of a running session whenever needed. This is particularly
useful in snapshot and trace-file rotation modes where the original
statedump may be lost.

Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
13 files changed:
include/lttng/lttng-error.h
include/lttng/lttng.h
src/bin/lttng-sessiond/cmd.c
src/bin/lttng-sessiond/cmd.h
src/bin/lttng-sessiond/main.c
src/bin/lttng-sessiond/ust-app.c
src/bin/lttng-sessiond/ust-app.h
src/bin/lttng/commands/regenerate.c
src/common/error.c
src/common/kernel-ctl/kernel-ctl.c
src/common/kernel-ctl/kernel-ctl.h
src/common/sessiond-comm/sessiond-comm.h
src/lib/lttng-ctl/lttng-ctl.c
This page took 0.028528 seconds and 5 git commands to generate.