From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v2] net: phy: add tracepoints Date: Sat, 18 Aug 2018 14:01:52 -0700 (PDT) Message-ID: <20180818.140152.2012800277555454425.davem@davemloft.net> References: <20180816152452.7834-1-tobias@waldekranz.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, andrew@lunn.ch, f.fainelli@gmail.com, rostedt@goodmis.org, mingo@redhat.com, linux-kernel@vger.kernel.org To: tobias@waldekranz.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:48004 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726326AbeHSAKx (ORCPT ); Sat, 18 Aug 2018 20:10:53 -0400 In-Reply-To: <20180816152452.7834-1-tobias@waldekranz.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Tobias Waldekranz Date: Thu, 16 Aug 2018 17:24:48 +0200 > Two tracepoints for now: > > * `phy_interrupt` Pretty self-explanatory. > > * `phy_state_change` Whenever the PHY's state machine is run, trace > the old and the new state. > > Signed-off-by: Tobias Waldekranz > Acked-by: Steven Rostedt (VMware) > --- > v1 -> v2: > * Actually include the entire patch, based on current net-next. > * Pretty print the PHY's state according to Steven's suggestion. Please resubmit this when the net-next tree opens back up. Thank you.