Add a docstring so that test_importer picks up ftrace. SRSLY? UGH.
* We shouldn't have these requirements at all and should specify test and profiler metadata in its own structured format file in the same directory... Signed-off-by: Gregory Smith <[email protected]> --- autotest/client/profilers/ftrace/ftrace.py 2010-09-07 14:02:55.000000000 -0700 +++ autotest/client/profilers/ftrace/ftrace.py 2010-09-08 14:03:25.000000000 -0700 @@ -1,3 +1,7 @@ +""" +An Autotest profiler to turn on ftrace during a test. +""" + import os import signal import subprocess _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
