From nobody Fri Oct 3 14:34:25 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C18341ACED7; Fri, 29 Aug 2025 01:56:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756432588; cv=none; b=LlOb7FtZuw8aDru898K3dgaRVgT2C/ZsvLJEYyoiDlBUjayz2T6fheRlrU1bl22IKOJK1ju+usSWr/DPTPA/5klXtodFADysjl1ru+o33vfDtx3ih+7Iy4A5JOnOjR4i4iGqxMrJb08rqaS7qzVnKDf0TXNVvhN2QtaB2NGFrr8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756432588; c=relaxed/simple; bh=DsF8Q2GnjZbAlXFzOOw6Vu1NkOPPgUZHPCcAMrL9200=; h=Message-ID:Date:From:To:Cc:Subject:References:MIME-Version: Content-Type; b=lCjn+4G7Y00ASwGxcxVQ4qPrrOf4HyocXYhu/GPl8ovxZVytIYK/ksFhB8pam/fjCP/dbjUfZ+ZwWuL4E9wes5aqviN72k7xF++9exI2BuvR3qfBqPX1e1oNorjnVWYVkRbMT7ShbXGxhCht1xuemUsrqANzyfDGMiEm1GHpOA0= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=sNlqrvay; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="sNlqrvay" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 56B90C4CEEB; Fri, 29 Aug 2025 01:56:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1756432588; bh=DsF8Q2GnjZbAlXFzOOw6Vu1NkOPPgUZHPCcAMrL9200=; h=Date:From:To:Cc:Subject:References:From; b=sNlqrvaysKWxNtTUIsQ+Dm+ADeQuKNcO0EbwuFl94fm6fD3ngeCFFihDebJe6xDN1 x48RJ6jTv5qOAjA/dZRxbdkWasLosq6g5RUA7xvScl2IRHGW/aYi94VR/5Gzs9ZhdS FCqul/NvDlkluVabA++4Za+PsaDCZEMcZLGnTNDDgX5P8utGru1+36x5VDjdOkD+W3 b0wI+uHYxi/CSUseRpenW32X8cwAq4ViA1nEVIG5GTS3Z1FClOjbJe+fT+nD4J6ZyV 5LabvwFzEBoVTRvuBnSsOFZm5VOt/+MUEwYworZDs8GT04aT+WeWw0sgmZ8qk8VLW7 rfjZkIl/VFi0A== Received: from rostedt by gandalf with local (Exim 4.98.2) (envelope-from ) id 1uroME-00000004Pqd-08Up; Thu, 28 Aug 2025 21:56:50 -0400 Message-ID: <20250829015649.885512884@kernel.org> User-Agent: quilt/0.68 Date: Thu, 28 Aug 2025 21:55:53 -0400 From: Steven Rostedt To: linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org, linux-usb@vger.kernel.org Cc: Masami Hiramatsu , Mark Rutland , Mathieu Desnoyers , Andrew Morton , Peter Chen , Pawel Laszczak , Greg Kroah-Hartman Subject: [PATCH 1/3] cdns2: Remove unused tracepoints References: <20250829015552.314865014@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" From: Steven Rostedt Tracepoints that are defined take up around 5K each, even if they are not used. If they are defined and not used, then they waste memory for unused code. Soon unused tracepoints will cause warnings. Remove the unused tracepoints of the cdns2 subsystem. They are: cdns2_ep0_enqueue cdns2_ep0_set_config cdns2_ep_queue cdns2_iso_out_ep_disable cdns2_lpm cdns2_mapped_request cdns2_map_request cdns2_may_wakeup Signed-off-by: Steven Rostedt (Google) --- drivers/usb/gadget/udc/cdns2/cdns2-trace.h | 69 ---------------------- 1 file changed, 69 deletions(-) diff --git a/drivers/usb/gadget/udc/cdns2/cdns2-trace.h b/drivers/usb/gadge= t/udc/cdns2/cdns2-trace.h index ade1752956b1..f4df0e2ff853 100644 --- a/drivers/usb/gadget/udc/cdns2/cdns2-trace.h +++ b/drivers/usb/gadget/udc/cdns2/cdns2-trace.h @@ -47,16 +47,6 @@ DEFINE_EVENT(cdns2_log_enable_disable, cdns2_pullup, TP_ARGS(set) ); =20 -DEFINE_EVENT(cdns2_log_enable_disable, cdns2_lpm, - TP_PROTO(int set), - TP_ARGS(set) -); - -DEFINE_EVENT(cdns2_log_enable_disable, cdns2_may_wakeup, - TP_PROTO(int set), - TP_ARGS(set) -); - DECLARE_EVENT_CLASS(cdns2_log_simple, TP_PROTO(char *msg), TP_ARGS(msg), @@ -79,11 +69,6 @@ DEFINE_EVENT(cdns2_log_simple, cdns2_ep0_status_stage, TP_ARGS(msg) ); =20 -DEFINE_EVENT(cdns2_log_simple, cdns2_ep0_set_config, - TP_PROTO(char *msg), - TP_ARGS(msg) -); - DEFINE_EVENT(cdns2_log_simple, cdns2_ep0_setup, TP_PROTO(char *msg), TP_ARGS(msg) @@ -340,11 +325,6 @@ DEFINE_EVENT(cdns2_log_request, cdns2_free_request, TP_ARGS(preq) ); =20 -DEFINE_EVENT(cdns2_log_request, cdns2_ep_queue, - TP_PROTO(struct cdns2_request *preq), - TP_ARGS(preq) -); - DEFINE_EVENT(cdns2_log_request, cdns2_request_dequeue, TP_PROTO(struct cdns2_request *preq), TP_ARGS(preq) @@ -355,50 +335,6 @@ DEFINE_EVENT(cdns2_log_request, cdns2_request_giveback, TP_ARGS(preq) ); =20 -TRACE_EVENT(cdns2_ep0_enqueue, - TP_PROTO(struct cdns2_device *dev_priv, struct usb_request *request), - TP_ARGS(dev_priv, request), - TP_STRUCT__entry( - __field(int, dir) - __field(int, length) - ), - TP_fast_assign( - __entry->dir =3D dev_priv->eps[0].dir; - __entry->length =3D request->length; - ), - TP_printk("Queue to ep0%s length: %u", __entry->dir ? "in" : "out", - __entry->length) -); - -DECLARE_EVENT_CLASS(cdns2_log_map_request, - TP_PROTO(struct cdns2_request *priv_req), - TP_ARGS(priv_req), - TP_STRUCT__entry( - __string(name, priv_req->pep->name) - __field(struct usb_request *, req) - __field(void *, buf) - __field(dma_addr_t, dma) - ), - TP_fast_assign( - __assign_str(name); - __entry->req =3D &priv_req->request; - __entry->buf =3D priv_req->request.buf; - __entry->dma =3D priv_req->request.dma; - ), - TP_printk("%s: req: %p, req buf %p, dma %p", - __get_str(name), __entry->req, __entry->buf, &__entry->dma - ) -); - -DEFINE_EVENT(cdns2_log_map_request, cdns2_map_request, - TP_PROTO(struct cdns2_request *req), - TP_ARGS(req) -); -DEFINE_EVENT(cdns2_log_map_request, cdns2_mapped_request, - TP_PROTO(struct cdns2_request *req), - TP_ARGS(req) -); - DECLARE_EVENT_CLASS(cdns2_log_trb, TP_PROTO(struct cdns2_endpoint *pep, struct cdns2_trb *trb), TP_ARGS(pep, trb), @@ -507,11 +443,6 @@ DEFINE_EVENT(cdns2_log_ep, cdns2_gadget_ep_disable, TP_ARGS(pep) ); =20 -DEFINE_EVENT(cdns2_log_ep, cdns2_iso_out_ep_disable, - TP_PROTO(struct cdns2_endpoint *pep), - TP_ARGS(pep) -); - DEFINE_EVENT(cdns2_log_ep, cdns2_ep_busy_try_halt_again, TP_PROTO(struct cdns2_endpoint *pep), TP_ARGS(pep) --=20 2.50.1 From nobody Fri Oct 3 14:34:25 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EC4011FF1A0; Fri, 29 Aug 2025 01:56:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756432589; cv=none; b=TJVptfEvs/Row9HOqPjlLlIYJtGCSknm8wHftt8tRbMygTpUgvn+TCERekM6Ky61lpWHIJEXVwhVTmdq/Wv8pWeATmQSPg5RZncvIWiOCSA17XBuzQXuaUi6OJUXUDclyg+vwAWpO5eMOiAZ/6T/UmPCvl3T8kcTsRaodnp1+Jk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756432589; c=relaxed/simple; bh=KUmRm6wGRzwd8d4vpk2py4TElSiA2CAsGm0SJ7MQvSE=; h=Message-ID:Date:From:To:Cc:Subject:References:MIME-Version: Content-Type; b=dFGeXDvAetkMvSdqXlLxMOWtSIDMC2P++sW1OljZqbxZYbGwCBgHxXSihD/vpbBG6a+7xVbdW0GdUuhBeVGZL1lwRsI4JwkcCOXGxAqHnxMrtoby0sqosg8D4KKT4yu5uEe+A2xXGC1WII73CeJN6z/zoHm5c/wpLzp5jjYe5xo= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Bb6thhdW; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Bb6thhdW" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 80A8FC4CEF8; Fri, 29 Aug 2025 01:56:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1756432588; bh=KUmRm6wGRzwd8d4vpk2py4TElSiA2CAsGm0SJ7MQvSE=; h=Date:From:To:Cc:Subject:References:From; b=Bb6thhdWxJ9y/sMC7wTqnt1ISQJJIkEWWLxGEDIIciZZ4aLeiusnDr8ziPwQPakuj 2ACbNlPMJzSlRew+ytmZuk9wWlOPv2lm+j0memCZ5SZoGhA+fU50XF3AYoX5sz2M76 hpRkE+traKZHZT6JDrS9S3+qBUYRNGTaJxIX+OQPlUSLq82thd4FRoAGS6V3iliFga qWiXXzipxgt1vaBB5fntu2IX8jV4woteu8BJipccShsht1F1PpgZh/53gcXTmnpt8L znXiBxJ9V1qnIbgW97TwOauOi2IDWmaxHSP5Q7zjQ72M15buSgkaCjeFaUufDy3EHd QinW9vUadB5Gg== Received: from rostedt by gandalf with local (Exim 4.98.2) (envelope-from ) id 1uroME-00000004Pr7-0qgE; Thu, 28 Aug 2025 21:56:50 -0400 Message-ID: <20250829015650.053498355@kernel.org> User-Agent: quilt/0.68 Date: Thu, 28 Aug 2025 21:55:54 -0400 From: Steven Rostedt To: linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org, linux-usb@vger.kernel.org Cc: Masami Hiramatsu , Mark Rutland , Mathieu Desnoyers , Andrew Morton , Peter Chen , Pawel Laszczak , Greg Kroah-Hartman Subject: [PATCH 2/3] cdns3: Remove unused tracepoints References: <20250829015552.314865014@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" From: Steven Rostedt Tracepoints that are defined take up around 5K each, even if they are not used. If they are defined and not used, then they waste memory for unused code. Soon unused tracepoints will cause warnings. Remove the unused tracepoints of the cdns3 subsystem. They are: cdns3_mapped_request cdns3_map_request cdns3_stream_transfer_split cdns3_stream_transfer_split_next_part Signed-off-by: Steven Rostedt (Google) Acked-by: Peter Chen --- drivers/usb/cdns3/cdns3-trace.h | 61 --------------------------------- 1 file changed, 61 deletions(-) diff --git a/drivers/usb/cdns3/cdns3-trace.h b/drivers/usb/cdns3/cdns3-trac= e.h index c4e542f1b9b7..21a6a2ce7a3d 100644 --- a/drivers/usb/cdns3/cdns3-trace.h +++ b/drivers/usb/cdns3/cdns3-trace.h @@ -283,39 +283,6 @@ TRACE_EVENT(cdns3_ep0_queue, __entry->length) ); =20 -DECLARE_EVENT_CLASS(cdns3_stream_split_transfer_len, - TP_PROTO(struct cdns3_request *req), - TP_ARGS(req), - TP_STRUCT__entry( - __string(name, req->priv_ep->name) - __field(struct cdns3_request *, req) - __field(unsigned int, length) - __field(unsigned int, actual) - __field(unsigned int, stream_id) - ), - TP_fast_assign( - __assign_str(name); - __entry->req =3D req; - __entry->actual =3D req->request.length; - __entry->length =3D req->request.actual; - __entry->stream_id =3D req->request.stream_id; - ), - TP_printk("%s: req: %p,request length: %u actual length: %u SID: %u", - __get_str(name), __entry->req, __entry->length, - __entry->actual, __entry->stream_id) -); - -DEFINE_EVENT(cdns3_stream_split_transfer_len, cdns3_stream_transfer_split, - TP_PROTO(struct cdns3_request *req), - TP_ARGS(req) -); - -DEFINE_EVENT(cdns3_stream_split_transfer_len, - cdns3_stream_transfer_split_next_part, - TP_PROTO(struct cdns3_request *req), - TP_ARGS(req) -); - DECLARE_EVENT_CLASS(cdns3_log_aligned_request, TP_PROTO(struct cdns3_request *priv_req), TP_ARGS(priv_req), @@ -354,34 +321,6 @@ DEFINE_EVENT(cdns3_log_aligned_request, cdns3_prepare_= aligned_request, TP_ARGS(req) ); =20 -DECLARE_EVENT_CLASS(cdns3_log_map_request, - TP_PROTO(struct cdns3_request *priv_req), - TP_ARGS(priv_req), - TP_STRUCT__entry( - __string(name, priv_req->priv_ep->name) - __field(struct usb_request *, req) - __field(void *, buf) - __field(dma_addr_t, dma) - ), - TP_fast_assign( - __assign_str(name); - __entry->req =3D &priv_req->request; - __entry->buf =3D priv_req->request.buf; - __entry->dma =3D priv_req->request.dma; - ), - TP_printk("%s: req: %p, req buf %p, dma %p", - __get_str(name), __entry->req, __entry->buf, &__entry->dma - ) -); -DEFINE_EVENT(cdns3_log_map_request, cdns3_map_request, - TP_PROTO(struct cdns3_request *req), - TP_ARGS(req) -); -DEFINE_EVENT(cdns3_log_map_request, cdns3_mapped_request, - TP_PROTO(struct cdns3_request *req), - TP_ARGS(req) -); - DECLARE_EVENT_CLASS(cdns3_log_trb, TP_PROTO(struct cdns3_endpoint *priv_ep, struct cdns3_trb *trb), TP_ARGS(priv_ep, trb), --=20 2.50.1 From nobody Fri Oct 3 14:34:25 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CC1CF1E1C1A; Fri, 29 Aug 2025 01:56:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756432590; cv=none; b=IKfCR7zVv/1Mz4v2H9ssRG+e7xCIyqdwN3utvk6z/fhDJNz/WhMu0zYZ12dSElPo3lCO2DVmZsjgof9IfttlQjc4PIDI7/c0w1F2LCqk929nhc4s6XfmhpRXmXS+g0BYnqB51Wrypq+CUgb82iqJ6cOuF9SG/IGi0SJ7UAaLCu4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756432590; c=relaxed/simple; bh=5TyW6yrGeyb7nMU0ulwU5MSbnNPSaEJZ7KfGOW7dCqw=; h=Message-ID:Date:From:To:Cc:Subject:References:MIME-Version: Content-Type; b=Mekl5tagGsgOXW3iy5wHT1oLLqwcEYNWO4BNW4Oa/gm1b0yx5cgHjOGvYGPa8s2IZ+b1g4cUwx0HknhT58OIRW5HyiJyeQQ2ujVRMd3Flu1RQ5T/IG8i0Vz8FHCPThWNdjSosLfOEMjVHRmQ86FVvTzeh8a/i3Emi3C+In4F8t4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=kMf/YGJo; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="kMf/YGJo" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AAC48C4CEFB; Fri, 29 Aug 2025 01:56:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1756432588; bh=5TyW6yrGeyb7nMU0ulwU5MSbnNPSaEJZ7KfGOW7dCqw=; h=Date:From:To:Cc:Subject:References:From; b=kMf/YGJoHz5UypoQ6DWMc2pj+6VszUnwU/bXsBp6B7JdXcDzW8R+qXfO5rIAfzzfO cktfF/ok9SbvgcrUC384jdu/6Sn33Ee8Q2ewcmjBaRtinvwM/J7vcxcL+ay2xERKH4 Xi3VZAs/noLrmq9WGyxo5Tv48SPB9+r1NjaI4XzlksbnSeA3IZyHhFaufaF1thP/2E afvwE19UHg94YAuUszAgCawiTqM/FltkKaaMkR0A4+S5kdilZckzHoPD/p1DVbemBk pTelZssk1wSEc9XPBNH05VFn+1qnt7o1yxHetkBpsXHOH2qVikSn+hHbyP8S+GsHmO 9WwhoFiBO6NdA== Received: from rostedt by gandalf with local (Exim 4.98.2) (envelope-from ) id 1uroME-00000004Prb-1YA0; Thu, 28 Aug 2025 21:56:50 -0400 Message-ID: <20250829015650.224063821@kernel.org> User-Agent: quilt/0.68 Date: Thu, 28 Aug 2025 21:55:55 -0400 From: Steven Rostedt To: linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org, linux-usb@vger.kernel.org Cc: Masami Hiramatsu , Mark Rutland , Mathieu Desnoyers , Andrew Morton , Peter Chen , Pawel Laszczak , Greg Kroah-Hartman Subject: [PATCH 3/3] cdnsp: Remove unused tracepoints References: <20250829015552.314865014@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" From: Steven Rostedt Tracepoints that are defined take up around 5K each, even if they are not used. If they are defined and not used, then they waste memory for unused code. Soon unused tracepoints will cause warnings. Remove the unused tracepoints of the cdnsp subsystem. They are: cdnsp_defered_event cdnsp_ep0_halted cdnsp_free_priv_device cdnsp_handle_cmd_flush_ep Signed-off-by: Steven Rostedt (Google) Acked-by: Peter Chen --- drivers/usb/cdns3/cdnsp-trace.h | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/drivers/usb/cdns3/cdnsp-trace.h b/drivers/usb/cdns3/cdnsp-trac= e.h index f2bcf77a5d0a..9b33a736c3de 100644 --- a/drivers/usb/cdns3/cdnsp-trace.h +++ b/drivers/usb/cdns3/cdnsp-trace.h @@ -178,11 +178,6 @@ DEFINE_EVENT(cdnsp_log_simple, cdnsp_ep0_set_config, TP_ARGS(msg) ); =20 -DEFINE_EVENT(cdnsp_log_simple, cdnsp_ep0_halted, - TP_PROTO(char *msg), - TP_ARGS(msg) -); - DEFINE_EVENT(cdnsp_log_simple, cdnsp_ep_halt, TP_PROTO(char *msg), TP_ARGS(msg) @@ -399,11 +394,6 @@ DEFINE_EVENT(cdnsp_log_trb, cdnsp_cmd_timeout, TP_ARGS(ring, trb) ); =20 -DEFINE_EVENT(cdnsp_log_trb, cdnsp_defered_event, - TP_PROTO(struct cdnsp_ring *ring, struct cdnsp_generic_trb *trb), - TP_ARGS(ring, trb) -); - DECLARE_EVENT_CLASS(cdnsp_log_pdev, TP_PROTO(struct cdnsp_device *pdev), TP_ARGS(pdev), @@ -433,16 +423,6 @@ DEFINE_EVENT(cdnsp_log_pdev, cdnsp_alloc_priv_device, TP_ARGS(vdev) ); =20 -DEFINE_EVENT(cdnsp_log_pdev, cdnsp_free_priv_device, - TP_PROTO(struct cdnsp_device *vdev), - TP_ARGS(vdev) -); - -DEFINE_EVENT(cdnsp_log_pdev, cdnsp_setup_device, - TP_PROTO(struct cdnsp_device *vdev), - TP_ARGS(vdev) -); - DEFINE_EVENT(cdnsp_log_pdev, cdnsp_setup_addressable_priv_device, TP_PROTO(struct cdnsp_device *vdev), TP_ARGS(vdev) @@ -575,11 +555,6 @@ DEFINE_EVENT(cdnsp_log_ep_ctx, cdnsp_handle_cmd_stop_e= p, TP_ARGS(ctx) ); =20 -DEFINE_EVENT(cdnsp_log_ep_ctx, cdnsp_handle_cmd_flush_ep, - TP_PROTO(struct cdnsp_ep_ctx *ctx), - TP_ARGS(ctx) -); - DEFINE_EVENT(cdnsp_log_ep_ctx, cdnsp_handle_cmd_set_deq_ep, TP_PROTO(struct cdnsp_ep_ctx *ctx), TP_ARGS(ctx) --=20 2.50.1