[PATCH 0/2 v3] tracepoints: Stop punishing non-static call users

From: Steven Rostedt
Date: Mon Feb 08 2021 - 16:22:02 EST


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