From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 24E2EC433E0 for ; Mon, 8 Feb 2021 21:22:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D06AD64E6C for ; Mon, 8 Feb 2021 21:22:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234692AbhBHVV7 (ORCPT ); Mon, 8 Feb 2021 16:21:59 -0500 Received: from mail.kernel.org ([198.145.29.99]:50174 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236623AbhBHULc (ORCPT ); Mon, 8 Feb 2021 15:11:32 -0500 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 0C09764E7A; Mon, 8 Feb 2021 20:10:52 +0000 (UTC) Received: from rostedt by gandalf.local.home with local (Exim 4.94) (envelope-from ) id 1l9Cry-00AfN8-Nx; Mon, 08 Feb 2021 15:10:50 -0500 Message-ID: <20210208200922.215867530@goodmis.org> User-Agent: quilt/0.66 Date: Mon, 08 Feb 2021 15:09:22 -0500 From: Steven Rostedt To: linux-kernel@vger.kernel.org Cc: Ingo Molnar , Andrew Morton , Peter Zijlstra , Mathieu Desnoyers Subject: [PATCH 0/2 v3] tracepoints: Stop punishing non-static call users Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-)