All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] export suspend_resume trace event
@ 2014-12-13  4:06 Todd E Brandt
  2014-12-14 21:28 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Todd E Brandt @ 2014-12-13  4:06 UTC (permalink / raw)
  To: linux-pm; +Cc: rjw, rafael.j.wysocki, todd.e.brandt

Export the suspend_resume tracepoint so it can be used
in loadable modules.

Signed-off-by: Todd Brandt <todd.e.brandt@linux.intel.com>
----
 kernel/trace/power-traces.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/trace/power-traces.c b/kernel/trace/power-traces.c
index 1c71382..eb4220a 100644
--- a/kernel/trace/power-traces.c
+++ b/kernel/trace/power-traces.c
@@ -13,5 +13,6 @@
 #define CREATE_TRACE_POINTS
 #include <trace/events/power.h>
 
+EXPORT_TRACEPOINT_SYMBOL_GPL(suspend_resume);
 EXPORT_TRACEPOINT_SYMBOL_GPL(cpu_idle);
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-12-14 21:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-13  4:06 [PATCH] export suspend_resume trace event Todd E Brandt
2014-12-14 21:28 ` Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.