From: Steven Rostedt (Red Hat) Date: Mon, 9 Feb 2015 21:32:19 +0000 (-0500) Subject: tracing: Add TRACE_EVENT_FN example X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~111^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6adc13f8c096736957444ffa2aa11421b5671aef;p=pandora-kernel.git tracing: Add TRACE_EVENT_FN example If a function should be called before a tracepoint is enabled and/or after it is disabled, the TRACE_EVENT_FN() serves this purpose. But it is not well documented. Having it as a sample would help developers to know how to use it. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed