From: Umut Tezduyar Lindskog Date: Thu, 4 Sep 2014 08:30:53 +0000 (+0200) Subject: Load modules through kmod X-Git-Tag: v2.6.0-rc1~62 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=234170acd2ca985ff9023007eef52440601d8f12;hp=234170acd2ca985ff9023007eef52440601d8f12;p=lttng-tools.git 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 ---