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 929E0C54FD2 for ; Thu, 30 Jul 2026 02:47:32 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 054B510E0CF; Thu, 30 Jul 2026 02:47:32 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="eAolO8Pz"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.10]) by gabe.freedesktop.org (Postfix) with ESMTPS id C880F10E0CF for ; Thu, 30 Jul 2026 02:46:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1785379617; x=1816915617; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=arG4GjSERRSc+kyAOs2OlE0g4gQin5uApD2yit0GgRw=; b=eAolO8PzhXLC4l3TXlkCGoojWCkYowHxMCWS5pzPBXfd2mZjNTuBlzBV C6CiXMkKyLSGtc28oqZItv0+1GC0cOG4Kx0SGVy8q4q+m5qffTxV1mKqg SwfpFsMTISBJJWfgXxodWjKzMIAVJCYANInsaQUaVjXPKV3dc60Edqeth e8QHLYINjhl6ZFE1j5qjV9HeEkBmNudCqvpEWk2E1tRgk+TQJbSTGm4wc nYqxo46mkqCX1dfIrgEk45HoOePlfNxkxviFOKhJiKF9miSwhTxXMOGjk wpsPSI+qutgHTPWrzQm3AFYEEOlFjxDPzboHd33DJK80Encpuffv4gAI2 Q==; X-CSE-ConnectionGUID: B7WW5GotQ4eHU3NRbG/vyw== X-CSE-MsgGUID: +PkVMupxSgGK7xISc51aTg== X-IronPort-AV: E=McAfee;i="6800,10657,11859"; a="97367447" X-IronPort-AV: E=Sophos;i="6.25,193,1779174000"; d="scan'208";a="97367447" Received: from fmviesa006.fm.intel.com ([10.60.135.146]) by fmvoesa104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Jul 2026 19:46:57 -0700 X-CSE-ConnectionGUID: Nq9ZR9g4TEWC+PBIXYjSag== X-CSE-MsgGUID: 2a79baf0RqKMgoLFLavRkA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.25,193,1779174000"; d="scan'208";a="255862973" Received: from mcapezzu-mobl1.amr.corp.intel.com (HELO adixit-MOBL3.intel.com) ([10.125.38.25]) by fmviesa006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Jul 2026 19:46:57 -0700 Date: Wed, 29 Jul 2026 19:46:56 -0700 Message-ID: <87a4r9gpnj.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Shekhar Chauhan Cc: Subject: Re: [PATCH] tools/xe-perf-recorder: expose some OA stream open properties In-Reply-To: <715ff9f8-217c-4ac6-818d-e79aaa4a4758@intel.com> References: <20260728063606.2874276-1-shekhar.chauhan@intel.com> <715ff9f8-217c-4ac6-818d-e79aaa4a4758@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/30.2 (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 Mon, 27 Jul 2026 23:40:50 -0700, Shekhar Chauhan wrote: > > Couple of things to note: > > On 7/28/2026 12:06, Shekhar Chauhan wrote: > > xe-perf-recorder only passes 5 of the OA stream open properties to > > DRM_XE_OBSERVATION_OP_STREAM_OPEN, leaving the rest without an open > > source consumer. Add few of the remaining ones. > 1. I missed out on adding "PATCH i-g-t" prefix, I did send it with a > subject-prefix="PATCH i-g-t" hoping it'll append that, but turns out, it > didn't, so I think I should explicitly do that while doing a git > format-patch. I remember being told to add it in the gitconfig, but, I > didn't wanna do it for all the patches that I send, so I didn't add there. No, this is is what I said: This can be configured in your .git/config: [format] subjectprefix = PATCH i-g-t So this .git/config in your IGT repo, not your global ~/.gitconfig.