linux-pm.vger.kernel.org archive mirror
 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

* Re: [PATCH] export suspend_resume trace event
  2014-12-13  4:06 [PATCH] export suspend_resume trace event Todd E Brandt
@ 2014-12-14 21:28 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2014-12-14 21:28 UTC (permalink / raw)
  To: todd.e.brandt; +Cc: linux-pm, rafael.j.wysocki, todd.e.brandt

On Friday, December 12, 2014 08:06:46 PM Todd E Brandt wrote:
> Export the suspend_resume tracepoint so it can be used
> in loadable modules.
> 
> Signed-off-by: Todd Brandt <todd.e.brandt@linux.intel.com>

I'm going to queue this up for 3.20 some time after the 3.19 merge window ends.


> ----
>  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);
>  
> --
> To unsubscribe from this list: send the line "unsubscribe linux-pm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.

^ permalink raw reply	[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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).