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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 56973C677C4 for ; Tue, 10 Jun 2025 21:01:37 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id EF8E310E2EC; Tue, 10 Jun 2025 21:01:36 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="HNsXBDTG"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.13]) by gabe.freedesktop.org (Postfix) with ESMTPS id 06E4E10E2EC for ; Tue, 10 Jun 2025 21:01:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1749589296; x=1781125296; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=dCJH3/lE9XXlneslKpOQa1PKmRPgIaeduKSOQWGnmz0=; b=HNsXBDTGK772UOmykfWsNmoxzSG6uCb1YAvv7B/XxP1o1OUOKRAzqTLm HiLaDEjmSHFUsWlJejqpNwvQSqEcR4hhQzETCSrw/ZjatyIBayK4oMLHC CF+bjfo+USy0cdfZHZat9cqX5tLStopTCACVA7lVkUEVoUGKfJUR6u7+u Ewg+cjZyC8wlSdz0dzcU2X4OgWBVTTvxp6x9LHSUTOqrb2fVCZhbjXRTE 4QwjSelEZUwK0kGwOsLmiqOOZlFGvSUI7w5i6ZpS+C7UxMrcm6Pb2O155 fFy/aTggYCUDaihr1Q6pUbdmYvSqcaSFlBOsUeRK9SZnHCpf6LxGbfwtZ A==; X-CSE-ConnectionGUID: ind5GTrBSQOMobqiGAhXZA== X-CSE-MsgGUID: ZKrhzeNcRKCHfKjl/kmynw== X-IronPort-AV: E=McAfee;i="6800,10657,11460"; a="54347033" X-IronPort-AV: E=Sophos;i="6.16,226,1744095600"; d="scan'208";a="54347033" Received: from fmviesa005.fm.intel.com ([10.60.135.145]) by fmvoesa107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 14:01:36 -0700 X-CSE-ConnectionGUID: 0vh6GPzkQcKzXZJxLcuU2Q== X-CSE-MsgGUID: MLVrl0rlRBqkEYlGpXeXGA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.16,226,1744095600"; d="scan'208";a="151836739" Received: from edmundru-mobl1.amr.corp.intel.com (HELO adixit-MOBL3.intel.com) ([10.125.163.10]) by fmviesa005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 14:01:35 -0700 Date: Tue, 10 Jun 2025 14:01:34 -0700 Message-ID: <87y0tz2tw1.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: igt-dev@lists.freedesktop.org Cc: sushma.venkatesh.reddy@intel.com Subject: Re: [PATCH v2 i-g-t 2/2] xe/oa: Add oa-ptl.xml and guids.xml In-Reply-To: <20250610201426.1948744-2-ashutosh.dixit@intel.com> References: <20250610201426.1948744-1-ashutosh.dixit@intel.com> <20250610201426.1948744-2-ashutosh.dixit@intel.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/29.4 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-BeenThere: igt-dev@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development mailing list for IGT GPU Tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" On Tue, 10 Jun 2025 13:14:26 -0700, Ashutosh Dixit wrote: > > From: Sushma Venkatesh Reddy > > v2 (Ashutosh): > - Move changes to guids.xml to this patch > - Drop lines for PipelineStats, MediaSet1, MediaSet2 and EuStallSampling > since these either cause crashes and also don't generate anything in oa-ptl.xml > > Signed-off-by: Sushma Venkatesh Reddy Reviewed-by: Ashutosh Dixit