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 Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id B6C37C43334 for ; Thu, 30 Jun 2022 21:15:13 +0000 (UTC) Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by mx.groups.io with SMTP id smtpd.web11.30610.1656623708304868025 for ; Thu, 30 Jun 2022 14:15:08 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17q1 header.b=P/CNtSFQ; spf=pass (domain: ti.com, ip: 198.47.19.142, mailfrom: reatmon@ti.com) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 25ULF3Hs053590; Thu, 30 Jun 2022 16:15:03 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1656623703; bh=cPYARoE5jmZ11JI3k7buGBF8txaH64Slc16Z+smdx/Y=; h=Date:Subject:To:CC:References:From:In-Reply-To; b=P/CNtSFQTRvkfVtG/zh9x4gu+M+mQ+32YAIbcEnl/3GFGAqJssytYOncIJh2YTS5t cRCq8is9ItGv6ZFmAukBal54MyI/4dIIAT1BHBCEyf1gGxBust89VWsTYE+AKGAobp GCF0hub15i0McM92VfwKuwzlhSu1RtYqnZRf9iY4= Received: from DFLE115.ent.ti.com (dfle115.ent.ti.com [10.64.6.36]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 25ULF37Z030427 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 30 Jun 2022 16:15:03 -0500 Received: from DFLE102.ent.ti.com (10.64.6.23) by DFLE115.ent.ti.com (10.64.6.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Thu, 30 Jun 2022 16:15:02 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DFLE102.ent.ti.com (10.64.6.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Thu, 30 Jun 2022 16:15:02 -0500 Received: from [10.250.37.187] (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 25ULF2Gk060878; Thu, 30 Jun 2022 16:15:02 -0500 Message-ID: Date: Thu, 30 Jun 2022 16:15:02 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: [meta-arago][dunfell][PATCH] gstreamer: Adding tracer-hooks build flag to enable GST_TRACERS Content-Language: en-US To: Denys Dmytriyenko , CC: "Bajjuri, Praneeth" , "meta-arago@lists.yoctoproject.org" , "Mantena, Prasanth" , "prashanth.ka@pathpartnertech.com" , "R, Karthik" , "Weaver, Lucas" References: <20220629105304.15355-1-a-limaye@ti.com> <2ff910d2-0865-4418-3d66-6bcf8a2efb12@ti.com> <3188ef5fecbe458d8d04c4b2348147c2@ti.com> <20220630172553.GX18692@denix.org> From: Ryan Eatmon In-Reply-To: <20220630172553.GX18692@denix.org> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Jun 2022 21:15:13 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/13931 So you're saying it should be in meta-arago-distro? On 6/30/2022 12:25, Denys Dmytriyenko wrote: > This is distro-specific configuration and should not be done in distro-agnostic meta-arago-extras layer. > > > On Thu, Jun 30, 2022 at 11:58:09AM +0000, Aniket Limaye via lists.yoctoproject.org wrote: >> +Karthik >> >> Praneeth, >> >> This is not specific to codec. This can be used for profiling latencies and such for any GStreamer elements. >> It should not impact performance either. It just prints latency logs if an environment variable is set, similar to GST_DEBUG. >> >> >> -----Original Message----- >> From: Bajjuri, Praneeth >> Sent: Thursday, June 30, 2022 3:29 PM >> To: Limaye, Aniket ; meta-arago@lists.yoctoproject.org; Mantena, Prasanth ; prashanth.ka@pathpartnertech.com >> Cc: Eatmon, Ryan ; Weaver, Lucas >> Subject: Re: [meta-arago][dunfell][PATCH] gstreamer: Adding tracer-hooks build flag to enable GST_TRACERS >> >> Prashanth,Prasanth, >> >> Please review. >> >> On 6/29/2022 4:23 PM, Aniket Limaye wrote: >>> Enables GST_TRACERS : an optional utility for profiling gstreamer applications >> >> Aniket, >> >> 1. What is the impact of this with codec performance? >> 2. Why is this optional utility need to enabled? >> >> >>> >>> Signed-off-by: Aniket Limaye >>> --- >>> .../gstreamer/gstreamer1.0_1.16.%.bbappend | 5 +++++ >>> 1 file changed, 5 insertions(+) >>> create mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0_1.16.%.bbappend >>> >>> diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0_1.16.%.bbappend b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0_1.16.%.bbappend >>> new file mode 100644 >>> index 00000000..d7bdaa04 >>> --- /dev/null >>> +++ b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0_1.16.%.bbappend >>> @@ -0,0 +1,5 @@ >>> + >>> +PACKAGECONFIG_append = " tracer-hooks" >>> + >>> +PR_append = ".arago0" >>> + -- Ryan Eatmon reatmon@ti.com ----------------------------------------- Texas Instruments, Inc. - LCPD - MGTS