From: Steven Rostedt (Red Hat) Date: Mon, 9 Feb 2015 22:14:04 +0000 (-0500) Subject: tracing: Add samples of DECLARE_EVENT_CLASS() and DEFINE_EVENT() X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~111^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7496946a88ab48830f3101c08f8e770cc0902bbb;p=pandora-kernel.git tracing: Add samples of DECLARE_EVENT_CLASS() and DEFINE_EVENT() Add to samples/trace_events/ the macros DECLARE_EVENT_CLASS() and DEFINE_EVENT() and recommend using them over multiple TRACE_EVENT() macros if the multiple events have the same format. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed