Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp1568030pxa; Thu, 20 Aug 2020 14:55:55 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxBl3Kz1fKeAwiFRwxPkVzFozpjbOoZmcZ7aoweTvxmNR3U5Pyp1E5NF2+x669QEjCxEQ7I X-Received: by 2002:a17:906:2b44:: with SMTP id b4mr714440ejg.406.1597960555298; Thu, 20 Aug 2020 14:55:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1597960555; cv=none; d=google.com; s=arc-20160816; b=IHPDbiP1odyhk07xalrsN4e7OZOLHgQXqIZn7tiqfc1jL1zFsFkoleQ2vIdculIGmY mBRCwY/uaL7KnAWtX5o8KPCBF+QPC5IyuhpCdlx5EQ2KYwk5w+QMgnHUou0a3o7I0Dfo ZVi+rart+tmenpBnKyPElqkWtFJD8Es/+xQYERtFJMSk9Gt3TaJeZkthiJGGL1Iq/1OM oKKhuQCK2hcPTRscGnQCV3GGp6pzfl6d1JOx0JYH8HRePpc3PyNuOKKpJNnfU6X5XKDg j57O1R8S734uhQjfz+g7Z/+NCFEgGW1Wkv0OXiAf/xqLk87YYlWzwf3SpgLwwynuxrF3 q8yg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=eUvavJ3h5fkAfC4DUITbcywz+pyInuw27plZQnvJlsI=; b=we3avfGSDPWL32OnJVZwT/Gqmetb1iuBMafil0t/KZ3VQ5wIrjMvTaPDAL1P0h/dT8 3O+RP+Tqj/7wrZcub3DrDXuBybJmN9PnJZeX0B5/j+24c7/ULkeSikAM87QUUj9kgjN2 GJ+72qrIsIVc4adFgn+Xbzh+xL5dmbRoRpa+wAF95/BgX2ar1o/Lvu2apYfpmf9jY6n5 VwQNf/3wqp9R7QpqBKAkbpMohEme7AYRdCHCnT+wu+vQtizixXfrn5szlT+GAJSxdsJb 6fQ4AY2DmwOJlSxtUilTuaRq6bWLJKpMrSKATWanLfIT01VOowesfb6NUBVrCTxXlgfN 9bsQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id q26si2193036edw.453.2020.08.20.14.55.31; Thu, 20 Aug 2020 14:55:55 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728107AbgHTU1n (ORCPT + 99 others); Thu, 20 Aug 2020 16:27:43 -0400 Received: from mail.kernel.org ([198.145.29.99]:32896 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726908AbgHTU1m (ORCPT ); Thu, 20 Aug 2020 16:27:42 -0400 Received: from oasis.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9F9BE207BB; Thu, 20 Aug 2020 20:27:40 +0000 (UTC) Date: Thu, 20 Aug 2020 16:27:38 -0400 From: Steven Rostedt To: Peiyong Lin Cc: amit.kucheria@linaro.org, android-kernel@google.com, gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, mingo@redhat.com, paul.walmsley@sifive.com, pavel@ucw.cz, prahladk@google.com, rafael.j.wysocki@intel.com, ulf.hansson@linaro.org, yamada.masahiro@socionext.com, zzyiwei@android.com, sidaths@google.com Subject: Re: [PATCH v3] Add power/gpu_frequency tracepoint. Message-ID: <20200820162738.33053904@oasis.local.home> In-Reply-To: <20200820194134.2176242-1-lpy@google.com> References: <20200813175037.48a16064@oasis.local.home> <20200820194134.2176242-1-lpy@google.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 20 Aug 2020 12:41:34 -0700 Peiyong Lin wrote: > Historically there is no common trace event for GPU frequency, in > downstream Android each different hardware vendor implements their own > way to expose GPU frequency, for example as a debugfs node. This patch > standardize it as a common trace event in upstream linux kernel to help > the ecosystem have a common implementation across hardware vendors. > Toolings in the Linux ecosystem will benefit from this especially in the > downstream Android, where this information is critical to graphics > developers. > > Signed-off-by: Peiyong Lin Just from the tracing point of view (not from the content of the trace point of view). Reviewed-by: Steven Rostedt (VMware) -- Steve