From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Rostedt Subject: Re: [PATCH v2] net: phy: add tracepoints Date: Thu, 16 Aug 2018 11:35:21 -0400 Message-ID: <20180816113521.55637a71@gandalf.local.home> References: <20180816152452.7834-1-tobias@waldekranz.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: , Andrew Lunn , Florian Fainelli , "David S. Miller" , Ingo Molnar , linux-kernel@vger.kernel.org (open list) To: Tobias Waldekranz Return-path: In-Reply-To: <20180816152452.7834-1-tobias@waldekranz.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Thu, 16 Aug 2018 17:24:48 +0200 Tobias Waldekranz wrote: > 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. Cool! Reviewed-by: Steven Rostedt (VMware) -- Steve > ---