[{"id":13560,"web_url":"https://patchwork.libcamera.org/comment/13560/","msgid":"<20201030004323.GN15024@pendragon.ideasonboard.com>","date":"2020-10-30T00:43:23","subject":"Re: [libcamera-devel] [PATCH v3 4/6] pipeline: raspberrypi: Add IPA\n\tcall tracepoints","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/people/2/","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"content":"Hi Paul,\n\nThank you for the patch.\n\nOn Thu, Oct 29, 2020 at 07:16:27PM +0900, Paul Elder wrote:\n> Emit tracepoints for IPA calls in the raspberrypi pipeline handler, to\n> allow profiling of IPA calls.\n> \n> Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>\n> \n> ---\n> Changes in v3:\n> - rename the tracepoints to ipa_call_begin and ipa_call_end\n> - remove the char * casts for the strings passed to the tracepoints\n\n\\o/\n\nReviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n\n> - use the new ipa call tracepoint macros\n> \n> New in v2\n> ---\n>  src/libcamera/pipeline/raspberrypi/raspberrypi.cpp | 9 +++++++++\n>  1 file changed, 9 insertions(+)\n> \n> diff --git a/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp b/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp\n> index 0a5a7288..07c9c25a 100644\n> --- a/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp\n> +++ b/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp\n> @@ -31,6 +31,7 @@\n>  #include \"libcamera/internal/ipa_manager.h\"\n>  #include \"libcamera/internal/media_device.h\"\n>  #include \"libcamera/internal/pipeline_handler.h\"\n> +#include \"libcamera/internal/tracepoints.h\"\n>  #include \"libcamera/internal/utils.h\"\n>  #include \"libcamera/internal/v4l2_controls.h\"\n>  #include \"libcamera/internal/v4l2_videodevice.h\"\n> @@ -1240,6 +1241,8 @@ int RPiCameraData::configureIPA(const CameraConfiguration *config)\n>  \n>  void RPiCameraData::statsMetadataComplete(uint32_t bufferId, const ControlList &controls)\n>  {\n> +\tLIBCAMERA_TRACEPOINT_IPA_END(rpi, signalStatReady);\n> +\n>  \tif (state_ == State::Stopped)\n>  \t\thandleState();\n>  \n> @@ -1273,6 +1276,8 @@ void RPiCameraData::statsMetadataComplete(uint32_t bufferId, const ControlList &\n>  \n>  void RPiCameraData::runIsp(uint32_t bufferId)\n>  {\n> +\tLIBCAMERA_TRACEPOINT_IPA_END(rpi, signalIspPrepare);\n> +\n>  \tif (state_ == State::Stopped)\n>  \t\thandleState();\n>  \n> @@ -1406,6 +1411,7 @@ void RPiCameraData::ispOutputDequeue(FrameBuffer *buffer)\n>  \t * application until after the IPA signals so.\n>  \t */\n>  \tif (stream == &isp_[Isp::Stats]) {\n> +\t\tLIBCAMERA_TRACEPOINT_IPA_BEGIN(rpi, signalStatReady);\n>  \t\tipa_->signalStatReady(RPi::BufferMask::STATS | static_cast<unsigned int>(index));\n>  \t} else {\n>  \t\t/* Any other ISP output can be handed back to the application now. */\n> @@ -1658,7 +1664,9 @@ void RPiCameraData::tryRunPipeline()\n>  \t * queue the ISP output buffer listed in the request to start the HW\n>  \t * pipeline.\n>  \t */\n> +\tLIBCAMERA_TRACEPOINT_IPA_BEGIN(rpi, signalQueueRequest);\n>  \tipa_->signalQueueRequest(request->controls());\n> +\tLIBCAMERA_TRACEPOINT_IPA_END(rpi, signalQueueRequest);\n>  \n>  \t/* Ready to use the buffers, pop them off the queue. */\n>  \tbayerQueue_.pop();\n> @@ -1677,6 +1685,7 @@ void RPiCameraData::tryRunPipeline()\n>  \tipa::rpi::IspPreparePayload ispPrepare;\n>  \tispPrepare.embeddedbufferId_ = RPi::BufferMask::EMBEDDED_DATA | embeddedId;\n>  \tispPrepare.bayerbufferId_ = RPi::BufferMask::BAYER_DATA | bayerId;\n> +\tLIBCAMERA_TRACEPOINT_IPA_BEGIN(rpi, signalIspPrepare);\n>  \tipa_->signalIspPrepare(ispPrepare);\n>  }\n>","headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 3EEF3BDB9B\n\tfor <parsemail@patchwork.libcamera.org>;\n\tFri, 30 Oct 2020 00:44:14 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id EE6F7628E3;\n\tFri, 30 Oct 2020 01:44:13 +0100 (CET)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id DF7BC61563\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 30 Oct 2020 01:44:12 +0100 (CET)","from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi\n\t[62.78.145.57])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 815999B7;\n\tFri, 30 Oct 2020 01:44:12 +0100 (CET)"],"Authentication-Results":"lancelot.ideasonboard.com;\n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"Scf08nmB\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1604018652;\n\tbh=QnAnj/FC8qTM/pSuW9CARSLjHb+/sR/BH0XhbnwsPcM=;\n\th=Date:From:To:Cc:Subject:References:In-Reply-To:From;\n\tb=Scf08nmBU1W7EC01Xsb2l5IobOd6eA3/JYuyDdTtv54+BuMKZCYgrmYc55gFgDF2H\n\tBhGl34bXCwZKJBUzCJyuSmFpsiU62Ri+23DG0qH84jSBHBwxRbczd1HLmFOQWgiVht\n\tZGKbSeuBgLz+MVw0IOmgJkC9f3ced+xezv+62+Wo=","Date":"Fri, 30 Oct 2020 02:43:23 +0200","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","To":"Paul Elder <paul.elder@ideasonboard.com>","Message-ID":"<20201030004323.GN15024@pendragon.ideasonboard.com>","References":"<20201029101629.61798-1-paul.elder@ideasonboard.com>\n\t<20201029101629.61798-5-paul.elder@ideasonboard.com>","MIME-Version":"1.0","Content-Disposition":"inline","In-Reply-To":"<20201029101629.61798-5-paul.elder@ideasonboard.com>","Subject":"Re: [libcamera-devel] [PATCH v3 4/6] pipeline: raspberrypi: Add IPA\n\tcall tracepoints","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Cc":"libcamera-devel@lists.libcamera.org","Content-Type":"text/plain; charset=\"us-ascii\"","Content-Transfer-Encoding":"7bit","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"}}]