From: Yuanhan Liu Date: Mon, 8 Nov 2010 06:05:12 +0000 (+0800) Subject: tracing: Export trace_set_clr_event() X-Git-Tag: v2.6.39-rc1~510^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56355b83e2a24ce7e1870c8479205e2cdd332225;p=pandora-kernel.git tracing: Export trace_set_clr_event() Trace events belonging to a module only exists when the module is loaded. Well, we can use trace_set_clr_event funtion to enable some trace event at the module init routine, so that we will not miss something while loading then module. So, Export the trace_set_clr_event function so that module can use it. Signed-off-by: Yuanhan Liu LKML-Reference: <1289196312-25323-1-git-send-email-yuanhan.liu@linux.intel.com> Cc: Steven Rostedt Cc: Frederic Weisbecker Cc: Ingo Molnar Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed