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 A45CFC2BD09 for ; Wed, 3 Jul 2024 16:09:57 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7A99E10E021; Wed, 3 Jul 2024 16:09:57 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="Hs3dA7Ai"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.16]) by gabe.freedesktop.org (Postfix) with ESMTPS id F033E10E053 for ; Wed, 3 Jul 2024 16:09:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1720022996; x=1751558996; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=rE2+AReHTRueGrHY2y1EPEAMf9IlSDbEP9E8axWSiqE=; b=Hs3dA7AiIVfBT2PyK3Zb6zGPeaH+9ipdxtRxLiu2rgEKXp7HzHvwH1u8 +FyBGzUCX9Nd0Mn3Tp4BsLtu1LAEMjl4q5wloVOHC0NGVo8Vy7aJcvMGJ 5y195KQ4gozrBpsmXY1TczRV6j7yGWUUfw9Z4HW3s8p+vaH8ejx3W0ePJ a/jvu/n/qnnE8iQIKTHO+p3m+QMpJeCgjOXqDlRDTGkf6tWAZ1BStmDHx 9BtaTC0xATL/YtKoP9UXP3A37pX5AlLVKpv4NluRaK+LY0Uc++dqcW0We flB1MCK/oEjdqib0iaydtug3vtzUpCO7aB/Bi0npCCHHBY4MBzFFhvCdO g==; X-CSE-ConnectionGUID: 8KWBnMbNR726AHm4PF6VzQ== X-CSE-MsgGUID: EhEq12UZS6uti9m1L02HDQ== X-IronPort-AV: E=McAfee;i="6700,10204,11121"; a="12379090" X-IronPort-AV: E=Sophos;i="6.09,182,1716274800"; d="scan'208";a="12379090" Received: from orviesa010.jf.intel.com ([10.64.159.150]) by fmvoesa110.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jul 2024 09:09:55 -0700 X-CSE-ConnectionGUID: cz+Nl8tLRY6b5URFMnxgoA== X-CSE-MsgGUID: 7oMP4T+rRo2TtHR3CeX60Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.09,182,1716274800"; d="scan'208";a="46238618" Received: from rtatoosk-mobl2.amr.corp.intel.com (HELO adixit-arch.intel.com) ([10.125.129.72]) by orviesa010-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jul 2024 09:09:56 -0700 Date: Wed, 03 Jul 2024 08:50:57 -0700 Message-ID: <87r0caa2zi.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: "Souza, Jose" Cc: "intel-xe@lists.freedesktop.org" , "Vivi, Rodrigo" , "Nerlige Ramappa, Umesh" , "De Marchi, Lucas" Subject: Re: [PATCH] drm/xe/uapi: Rename xe perf layer as xe observation layer In-Reply-To: <405ecbace1f12fe2d70257da79764fd83d604b7e.camel@intel.com> References: <20240702214034.2507446-1-ashutosh.dixit@intel.com> <405ecbace1f12fe2d70257da79764fd83d604b7e.camel@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.3 (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: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" On Wed, 03 Jul 2024 08:52:54 -0700, Souza, Jose wrote: > > > +static struct ctl_table observation_ctl_table[] = { > > + { > > + .procname = "xe_observation_paranoid", > > This will lead to /proc/sys/dev/xe/xe_observation_paranoid, is this the intention? > Before it was /proc/sys/dev/xe/perf_stream_paranoid Yes, basically the "perf" name is purged and replaced by "observation" (or "open a perf stream" is now replaced by "open an observation stream").