linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2 v3] tracepoints: Stop punishing non-static call users
@ 2021-02-08 20:09 Steven Rostedt
  2021-02-08 20:09 ` [PATCH 1/2 v3] tracepoints: Remove unnecessary "data_args" macro parameter Steven Rostedt
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Steven Rostedt @ 2021-02-08 20:09 UTC (permalink / raw)
  To: linux-kernel
  Cc: Ingo Molnar, Andrew Morton, Peter Zijlstra, Mathieu Desnoyers

Broke this up into two patches now. See the second patch for the
description of waht this series is doing.

Changes since v2:

 Added a patch to remove "data_args", as it was causing issues with
 handling of "__data", especially when it wasn't needed.


Steven Rostedt (VMware) (2):
      tracepoints: Remove unnecessary "data_args" macro parameter
      tracepoints: Do not punish non static call users

----
 include/linux/tracepoint.h | 52 ++++++++++++++++++++--------------------------
 1 file changed, 23 insertions(+), 29 deletions(-)

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

end of thread, other threads:[~2021-02-09 14:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-08 20:09 [PATCH 0/2 v3] tracepoints: Stop punishing non-static call users Steven Rostedt
2021-02-08 20:09 ` [PATCH 1/2 v3] tracepoints: Remove unnecessary "data_args" macro parameter Steven Rostedt
2021-02-08 20:09 ` [PATCH 2/2 v3] tracepoints: Do not punish non static call users Steven Rostedt
2021-02-09 11:59 ` [PATCH 0/2 v3] tracepoints: Stop punishing non-static " Peter Zijlstra
2021-02-09 14:50 ` Mathieu Desnoyers

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).