From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 02F9EA00C2; Fri, 24 Apr 2020 15:06:17 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DC9061D149; Fri, 24 Apr 2020 15:06:16 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id CDC811D149 for ; Fri, 24 Apr 2020 15:06:15 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 333DA5C03F1; Fri, 24 Apr 2020 09:06:15 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Fri, 24 Apr 2020 09:06:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm1; bh= PY1bwsW6yg5NNqGltuf8Wz4A17AQGWRkbXirEyr8+HI=; b=DxaFfPuoehmVwzgy DVun9Yfdn3MtXJbIVt3qbi7iabJN8hXQdMPnGjSORcao7T2QHjF5GdgMbjLXlx7E VckhnZQVhN1tYOQrCLAv27BEB1KerU1oht83RJizRdfkP6Iwpmhyd98rcgRQqD8i MRgWTaDt4kTmR1IYNQkxwsz5nK2uTgm+ftmL0jVCc/8QBs43pbRR6IuOL/z43zS/ O0UHkTBcOA9jYQrtiZJT//kN5HRbSJE10SG97/4wDLDaEhK0R3ZeZy5dve1YjW0u gGOpJvym/zUYrjTHeI6CiMPskd9tUX7cocL5t1ibbaYqEactGIV+IWS7wsU3Seas ovk0ng== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=PY1bwsW6yg5NNqGltuf8Wz4A17AQGWRkbXirEyr8+ HI=; b=PRAG9I5gOdYo3HbFEQqVmPTfvHW2DlAbOQXgG/zf+vhsx1nb9Xs/40Yjd FPOXjdNBYydDwqaaOVfMrhxVsUMjHfoA9W70PkECRrkPkFdp76FVIorWYOQmboFr cik5ASPHRDMpC5yj1ly9EgKb7NaxfoBDhi59NWRgCiT5/jnfGsGXv87MRWd4LhbP 6TK840qDxgjKBv7pZVP87mJBxHg5aizKzYTRNufyhKTBzfdxQiNwh1x0OPDBp4WD sxgDqbbaQ/kKrh1ATWEx5XRr/vo6L/m+7vL2p8tlyLnF2EF7DeQot2eg9fryIV4n eeLxx2eqbWVh3CKjIb9hTbi1M5BEA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrhedugdehhecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 5EAC53065D8C; Fri, 24 Apr 2020 09:06:14 -0400 (EDT) From: Thomas Monjalon To: David Marchand Cc: dev , Jerin Jacob Kollanukkaran , Sunil Kumar Kori Date: Fri, 24 Apr 2020 15:06:12 +0200 Message-ID: <1914044.UkFFEUeh36@thomas> In-Reply-To: References: <20200424105331.3643868-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] devtools: fix tracepoint symbols check X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 24/04/2020 14:43, David Marchand: > On Fri, Apr 24, 2020 at 12:53 PM Thomas Monjalon wrote: > > > > The tracepoint symbols __rte_*_trace_* are defined via a macro, > > adding prefix "__", so they cannot be found by map checker. > > Those symbols defined by RTE_TRACE_POINT and RTE_TRACE_POINT_FP > > are checked without the generated prefix. > > > > The same logic is applied to per-lcore variables, previously skipped. > > per core or per_lcore_ > > > > > Fixes: 6c232fc44c74 ("trace: add generic tracepoints") > > Fixes: 4931010619fe ("trace: add alarm tracepoints") > > Fixes: 52f409d614a0 ("trace: add memory tracepoints") > > Fixes: 402321cfca9b ("trace: add memzone tracepoints") > > Fixes: 0baa1e01c339 ("trace: add thread tracepoints") > > Fixes: 05c4105738d8 ("trace: add interrupt tracepoints") > > Fixes: 78d44153de8f ("ethdev: add tracepoints") > > Fixes: 32e326869ed6 ("eventdev: add tracepoints") > > Fixes: 4cf30e3f3c35 ("cryptodev: add tracepoints") > > Fixes: 40b75c73d1c6 ("mempool: add tracepoints") > > > > Signed-off-by: Thomas Monjalon > > Acked-by: David Marchand Applied with updated explanations.