lttng-ctl: add override helper to load api
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 8 Sep 2016 22:02:51 +0000 (18:02 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 22 Sep 2016 02:37:44 +0000 (22:37 -0400)
commit96607445f251caf6774eddea0b874c84fb442044
tree7292c9712b31b95177a6144054918273f566c97f
parenta2c87510c6a6a06b29252615fb5038def0f5814b
lttng-ctl: add override helper to load api

User can provide an url override that will be used during the loading of a
configuration file.

The url format is the same found at lttng-create(1).

This correspond to a --set-url operation on lttng-create.

Note: an url might be invalid for a trace configuration. The override will fail
during the session load (call to lttng_load_session) and simply cancel the
loading.

e.g Loading a live session with a file:// url override will fail.
include/lttng/load-internal.h
include/lttng/load.h
src/common/config/session-config.h
src/lib/lttng-ctl/load.c
This page took 0.028728 seconds and 5 git commands to generate.