[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f4d5ec71-b09a-84fa-599e-d0482cdb77b7@gmail.com>
Date: Thu, 4 Oct 2018 10:36:15 -0600
From: David Ahern <dsahern@...il.com>
To: David Howells <dhowells@...hat.com>, netdev@...r.kernel.org
Cc: linux-afs@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next] udp: Add tracepoints to monitor skbs going in
and out of a UDP socket
On 10/4/18 2:30 AM, David Howells wrote:
> Add three tracepoints to the UDP/UDP6 code to trace three aspects of
> sk_buff handling:
>
> (1) UDP packets that are about to be handed off to the IP layer to be
> transmitted.
>
> (2) UDP packets that have just arrived at the socket.
These do not add any real value. You are only dumping the skb address,
and you can get the same effect with a probe on the function and dumping
the value of the register with the skb argument.
Powered by blists - more mailing lists