Load modules through kmod
authorUmut Tezduyar Lindskog <umut.tezduyar@axis.com>
Thu, 4 Sep 2014 08:30:53 +0000 (10:30 +0200)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 8 Sep 2014 19:34:59 +0000 (15:34 -0400)
commit234170acd2ca985ff9023007eef52440601d8f12
treedc5c881b19bfe04aea990968db759e0843820fff
parentad866a5c2320511e2f17178f8b6d7f1655844620
Load modules through kmod

Instead of forking processes, load modules through libkmod.

This adds an optional package dependency to kmod but can be disabled by
--disable-kmod option in ./configure. If --enable-kmod option is given
but no kmod is found, loading will happen by forking a process.

The startup time has decreased by %36 on our embedded mips product. The
measurement is done by cgroup cpu shares.

Signed-off-by: David Goulet <dgoulet@efficios.com>
configure.ac
src/bin/lttng-sessiond/modprobe.c
This page took 0.026296 seconds and 5 git commands to generate.