Re: [PATCH v2] PM: trace events for suspend/resume
From: Steven Rostedt <rostedt@goodmis.org> Date: 2014-05-31 02:36:52
On Fri, 30 May 2014 22:33:49 -0400
Steven Rostedt [off-list ref] wrote:
This is assuming that all of these calls are in core kernel code and
not in modules. Are they?
Reading my comment I wrote about tracepoint_string(), it's OK to be
used even with modules. As long as the strings don't change while the
module is loaded (seems to be the case for all strings here).
-- Steve