Re: [PATCH net-next v3] net: FIB tracepoints

2015-08-29 Thread David Miller
From: David Ahern Date: Fri, 28 Aug 2015 08:42:09 -0700 > A few useful tracepoints developing VRF driver. > > Signed-off-by: David Ahern Applied, thanks David. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majord

[PATCH net-next v3] net: FIB tracepoints

2015-08-28 Thread David Ahern
A few useful tracepoints developing VRF driver. Signed-off-by: David Ahern --- I realize the sensitivity around adding tracepoints, but these have been invaluable developing the VRF device driver along with a return probe: perf probe -a 'fib_table_lookup_ret=fib_table_lookup%return ret=%ax' v3