From: zhangwei(Jovi) Date: Mon, 11 Mar 2013 07:13:42 +0000 (+0800) Subject: tracing: Move find_event_field() into trace_events.c X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~134^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3a8c6fd7bb61c910bd4f80ae1d75056e8f98c19;p=pandora-kernel.git tracing: Move find_event_field() into trace_events.c By moving find_event_field() and trace_find_field() into trace_events.c, the ftrace_common_fields list and trace_get_fields() can become local to the trace_events.c file. find_event_field() is renamed to trace_find_event_field() to conform to the tracing global function names. Link: http://lkml.kernel.org/r/513D8426.9070109@huawei.com Signed-off-by: zhangwei(Jovi) [ rostedt: Modified trace_find_field() to trace_find_event_field() ] Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed