Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp1672967pxa; Thu, 13 Aug 2020 14:23:46 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxLH0oQjoxKXYtqxWGvxKRqa8BRRLhxGP3UMSGJgYaIMPzjgzKmK0lfXPhOWoP8e1J0XOYW X-Received: by 2002:a05:6402:b26:: with SMTP id bo6mr494211edb.104.1597353825875; Thu, 13 Aug 2020 14:23:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1597353825; cv=none; d=google.com; s=arc-20160816; b=nUJ+rIj2f+nzbwS5jGo2Wmndb8esfdaMkRGvr3e/nYb38NHg2kGQZpTucId3f2TFu9 A5lQboJg4BB6XJhnf0LqDQgwQeXeRXL74uilw26f0Jxjf9mNuLR3NMhxYknYR1470EVZ 3iA1cBcNEs3jqZyKLV7yAee1829PF8DWxVXeppgxzycL4QDlJRNvY9aFEuygqK82/1j9 PPB+kbnlCF79n58y3M7GwNkIs39H8h7bLiEai+UIMIPvAGxgOvPpYc6Kv4sFXuKoTpCz Hq3FOUy08wz6UWeylndpNt0hBil/kifQ0qcxPfgyO70j4KiDxWUBCayuAFV/oIVLdR7S 8pKQ== 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=lgPkF0qVFWFkWerr3YNabk35Xy+nVB+CH5IA49d5Dtw=; b=btYN+ZN6x4B8BWE6YumOwKjQ7kLwtcQdY1YT7xC87w9PW8UA4WU+fvh6CJZieXL6M5 o02xWYf7qrhqKxFGMvVD4U6yuLY7imXQhJ3kIyRHuAddCv9httWU7Nf2ayZeWO07rBmz fXjt0VlkM/cSOTUQsFTcyMp6Bt0ozVScLUg0etMrqS/jp/1kD07EP2uUat7rEtLsC7l4 PP8IXjW7nhK2LXQUQLEmu0fd6RKSAzGn0XyekRNze6L7RKWzKPJMz+lwEICU+vsxGUtp 6+5bSpsp2l10zckKhNX0XA/MDPklVAh6+fEQur2LLx546JUUd8T/xdfzhuCbXVL4vu4m ZBFw== 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 x14si4182312edv.549.2020.08.13.14.23.22; Thu, 13 Aug 2020 14:23:45 -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 S1726522AbgHMVWm (ORCPT + 99 others); Thu, 13 Aug 2020 17:22:42 -0400 Received: from mail.kernel.org ([198.145.29.99]:49020 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726192AbgHMVWm (ORCPT ); Thu, 13 Aug 2020 17:22: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 360B820791; Thu, 13 Aug 2020 21:22:41 +0000 (UTC) Date: Thu, 13 Aug 2020 17:22:39 -0400 From: Steven Rostedt To: Peiyong Lin Cc: Ingo Molnar , Greg Kroah-Hartman , Masahiro Yamada , Paul Walmsley , "Rafael J. Wysocki" , Amit Kucheria , Ulf Hansson , Pavel Machek , linux-kernel@vger.kernel.org, prahladk@google.com, android-kernel@google.com Subject: Re: [PATCH] Add power/gpu_frequency tracepoint. Message-ID: <20200813172239.18ccc4f4@oasis.local.home> In-Reply-To: <20200813210357.146936-1-lpy@google.com> References: <20200813210357.146936-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, 13 Aug 2020 14:03:57 -0700 Peiyong Lin wrote: > +/** > + * gpu_frequency - Reports frequency changes in GPU clock domains > + * @state: New frequency (in KHz) > + * @gpu_id: GPU clock domain > + */ > +TRACE_EVENT(gpu_frequency, > + > + TP_PROTO(unsigned int state, unsigned int gpu_id), > + > + TP_ARGS(state, gpu_id), > + > + TP_STRUCT__entry( > + __field(unsigned int, state) > + __field(unsigned int, gpu_id) Both of the above entries are unsigned int. > + ), > + > + TP_fast_assign( > + __entry->state = state; > + __entry->gpu_id = gpu_id; > + ), > + > + TP_printk("state=%lu gpu_id=%lu", > + (unsigned long)__entry->state, > + (unsigned long)__entry->gpu_id) Why typecast to (unsigned long) to use it in %lu? Why not just have: TP_printk("state=%u gpu_id=%u", __entry->state, __entry->gpu_id) ? -- Steve > +); > #endif /* _TRACE_POWER_H */ > > /* This part must be outside protection */