Skip to content

Commit

Permalink
PM / sleep: export suspend_resume trace event
Browse files Browse the repository at this point in the history
Export the suspend_resume tracepoint so it can be used
in loadable modules.

Signed-off-by: Todd Brandt <todd.e.brandt@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Todd E Brandt authored and Rafael J. Wysocki committed Jan 30, 2015
1 parent a03ff6f commit c9257f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/trace/power-traces.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit c9257f7

Please sign in to comment.