From: Zhaolei Date: Tue, 25 Aug 2009 08:12:56 +0000 (+0800) Subject: ftrace: Move setting of clock-source out of options X-Git-Tag: v2.6.32-rc1~718^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5079f3261ffd7fe4a537679af695f2328943a245;p=pandora-kernel.git ftrace: Move setting of clock-source out of options There are many clock sources for the tracing system but we can only enable/disable one at a time with the trace/options file. We can move the setting of clock-source out of options and add a separate file for it: # cat trace_clock [local] global # echo global > trace_clock # cat trace_clock local [global] Signed-off-by: Zhao Lei LKML-Reference: <4A939D08.6050604@cn.fujitsu.com> Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed