Re: [PATCH v2] net: phy: add tracepoints

From: David Miller
Date: Sat Aug 18 2018 - 17:01:58 EST


From: Tobias Waldekranz <tobias@xxxxxxxxxxxxxx>
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 <tobias@xxxxxxxxxxxxxx>
> Acked-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx>
> ---
> 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.