Configurable kernel module probes support
authorJan Glauber <jan.glauber@gmail.com>
Wed, 14 May 2014 14:26:32 +0000 (16:26 +0200)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 14 May 2014 20:43:26 +0000 (16:43 -0400)
commitfbb9748b6dc509542c4a82960da36d7b03a3a66b
treecac823d0a5a8438d6989244ac2920e6a74bf6d91
parentab57d7d35916e90d36429ed717d58610c9005d14
Configurable kernel module probes support

Create a kernel module probes list and use it to load the specified
probes. The probes are selectable by the --kmod-probes command line
option to lttng-sessiond or the LTTNG_KMOD_PROBES environment variable.
If neither is set all probes are loaded so the current behaviour is not
changed.

Signed-off-by: Jan Glauber <jan.glauber@gmail.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
doc/man/lttng-sessiond.8
src/bin/lttng-sessiond/kern-modules.h
src/bin/lttng-sessiond/main.c
src/bin/lttng-sessiond/modprobe.c
src/bin/lttng-sessiond/modprobe.h
src/common/defaults.h
src/common/utils.c
src/common/utils.h
This page took 0.026136 seconds and 4 git commands to generate.