Messages in this thread |  | | Date | Mon, 08 Feb 2021 15:09:22 -0500 | From | Steven Rostedt <> | Subject | [PATCH 0/2 v3] tracepoints: Stop punishing non-static call users |
| |
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(-)
|  |