/openbmc/linux/net/rxrpc/ |
H A D | local_event.c | diff 71f3ca408fd43b586c02480768a503af075b247e Sat Sep 17 04:49:14 CDT 2016 David Howells <dhowells@redhat.com> rxrpc: Improve skb tracing
Improve sk_buff tracing within AF_RXRPC by the following means:
(1) Use an enum to note the event type rather than plain integers and use an array of event names rather than a big multi ?: list.
(2) Distinguish Rx from Tx packets and account them separately. This requires the call phase to be tracked so that we know what we might find in rxtx_buffer[].
(3) Add a parameter to rxrpc_{new,see,get,free}_skb() to indicate the event type.
(4) A pair of 'rotate' events are added to indicate packets that are about to be rotated out of the Rx and Tx windows.
(5) A pair of 'lost' events are added, along with rxrpc_lose_skb() for packet loss injection recording.
Signed-off-by: David Howells <dhowells@redhat.com>
|
H A D | misc.c | diff 71f3ca408fd43b586c02480768a503af075b247e Sat Sep 17 04:49:14 CDT 2016 David Howells <dhowells@redhat.com> rxrpc: Improve skb tracing
Improve sk_buff tracing within AF_RXRPC by the following means:
(1) Use an enum to note the event type rather than plain integers and use an array of event names rather than a big multi ?: list.
(2) Distinguish Rx from Tx packets and account them separately. This requires the call phase to be tracked so that we know what we might find in rxtx_buffer[].
(3) Add a parameter to rxrpc_{new,see,get,free}_skb() to indicate the event type.
(4) A pair of 'rotate' events are added to indicate packets that are about to be rotated out of the Rx and Tx windows.
(5) A pair of 'lost' events are added, along with rxrpc_lose_skb() for packet loss injection recording.
Signed-off-by: David Howells <dhowells@redhat.com>
|
H A D | skbuff.c | diff 71f3ca408fd43b586c02480768a503af075b247e Sat Sep 17 04:49:14 CDT 2016 David Howells <dhowells@redhat.com> rxrpc: Improve skb tracing
Improve sk_buff tracing within AF_RXRPC by the following means:
(1) Use an enum to note the event type rather than plain integers and use an array of event names rather than a big multi ?: list.
(2) Distinguish Rx from Tx packets and account them separately. This requires the call phase to be tracked so that we know what we might find in rxtx_buffer[].
(3) Add a parameter to rxrpc_{new,see,get,free}_skb() to indicate the event type.
(4) A pair of 'rotate' events are added to indicate packets that are about to be rotated out of the Rx and Tx windows.
(5) A pair of 'lost' events are added, along with rxrpc_lose_skb() for packet loss injection recording.
Signed-off-by: David Howells <dhowells@redhat.com>
|
H A D | peer_event.c | diff 71f3ca408fd43b586c02480768a503af075b247e Sat Sep 17 04:49:14 CDT 2016 David Howells <dhowells@redhat.com> rxrpc: Improve skb tracing
Improve sk_buff tracing within AF_RXRPC by the following means:
(1) Use an enum to note the event type rather than plain integers and use an array of event names rather than a big multi ?: list.
(2) Distinguish Rx from Tx packets and account them separately. This requires the call phase to be tracked so that we know what we might find in rxtx_buffer[].
(3) Add a parameter to rxrpc_{new,see,get,free}_skb() to indicate the event type.
(4) A pair of 'rotate' events are added to indicate packets that are about to be rotated out of the Rx and Tx windows.
(5) A pair of 'lost' events are added, along with rxrpc_lose_skb() for packet loss injection recording.
Signed-off-by: David Howells <dhowells@redhat.com>
|
H A D | conn_event.c | diff 71f3ca408fd43b586c02480768a503af075b247e Sat Sep 17 04:49:14 CDT 2016 David Howells <dhowells@redhat.com> rxrpc: Improve skb tracing
Improve sk_buff tracing within AF_RXRPC by the following means:
(1) Use an enum to note the event type rather than plain integers and use an array of event names rather than a big multi ?: list.
(2) Distinguish Rx from Tx packets and account them separately. This requires the call phase to be tracked so that we know what we might find in rxtx_buffer[].
(3) Add a parameter to rxrpc_{new,see,get,free}_skb() to indicate the event type.
(4) A pair of 'rotate' events are added to indicate packets that are about to be rotated out of the Rx and Tx windows.
(5) A pair of 'lost' events are added, along with rxrpc_lose_skb() for packet loss injection recording.
Signed-off-by: David Howells <dhowells@redhat.com>
|
H A D | call_event.c | diff 71f3ca408fd43b586c02480768a503af075b247e Sat Sep 17 04:49:14 CDT 2016 David Howells <dhowells@redhat.com> rxrpc: Improve skb tracing
Improve sk_buff tracing within AF_RXRPC by the following means:
(1) Use an enum to note the event type rather than plain integers and use an array of event names rather than a big multi ?: list.
(2) Distinguish Rx from Tx packets and account them separately. This requires the call phase to be tracked so that we know what we might find in rxtx_buffer[].
(3) Add a parameter to rxrpc_{new,see,get,free}_skb() to indicate the event type.
(4) A pair of 'rotate' events are added to indicate packets that are about to be rotated out of the Rx and Tx windows.
(5) A pair of 'lost' events are added, along with rxrpc_lose_skb() for packet loss injection recording.
Signed-off-by: David Howells <dhowells@redhat.com>
|
H A D | recvmsg.c | diff 71f3ca408fd43b586c02480768a503af075b247e Sat Sep 17 04:49:14 CDT 2016 David Howells <dhowells@redhat.com> rxrpc: Improve skb tracing
Improve sk_buff tracing within AF_RXRPC by the following means:
(1) Use an enum to note the event type rather than plain integers and use an array of event names rather than a big multi ?: list.
(2) Distinguish Rx from Tx packets and account them separately. This requires the call phase to be tracked so that we know what we might find in rxtx_buffer[].
(3) Add a parameter to rxrpc_{new,see,get,free}_skb() to indicate the event type.
(4) A pair of 'rotate' events are added to indicate packets that are about to be rotated out of the Rx and Tx windows.
(5) A pair of 'lost' events are added, along with rxrpc_lose_skb() for packet loss injection recording.
Signed-off-by: David Howells <dhowells@redhat.com>
|
H A D | output.c | diff 71f3ca408fd43b586c02480768a503af075b247e Sat Sep 17 04:49:14 CDT 2016 David Howells <dhowells@redhat.com> rxrpc: Improve skb tracing
Improve sk_buff tracing within AF_RXRPC by the following means:
(1) Use an enum to note the event type rather than plain integers and use an array of event names rather than a big multi ?: list.
(2) Distinguish Rx from Tx packets and account them separately. This requires the call phase to be tracked so that we know what we might find in rxtx_buffer[].
(3) Add a parameter to rxrpc_{new,see,get,free}_skb() to indicate the event type.
(4) A pair of 'rotate' events are added to indicate packets that are about to be rotated out of the Rx and Tx windows.
(5) A pair of 'lost' events are added, along with rxrpc_lose_skb() for packet loss injection recording.
Signed-off-by: David Howells <dhowells@redhat.com>
|
H A D | sendmsg.c | diff 71f3ca408fd43b586c02480768a503af075b247e Sat Sep 17 04:49:14 CDT 2016 David Howells <dhowells@redhat.com> rxrpc: Improve skb tracing
Improve sk_buff tracing within AF_RXRPC by the following means:
(1) Use an enum to note the event type rather than plain integers and use an array of event names rather than a big multi ?: list.
(2) Distinguish Rx from Tx packets and account them separately. This requires the call phase to be tracked so that we know what we might find in rxtx_buffer[].
(3) Add a parameter to rxrpc_{new,see,get,free}_skb() to indicate the event type.
(4) A pair of 'rotate' events are added to indicate packets that are about to be rotated out of the Rx and Tx windows.
(5) A pair of 'lost' events are added, along with rxrpc_lose_skb() for packet loss injection recording.
Signed-off-by: David Howells <dhowells@redhat.com>
|
H A D | input.c | diff 71f3ca408fd43b586c02480768a503af075b247e Sat Sep 17 04:49:14 CDT 2016 David Howells <dhowells@redhat.com> rxrpc: Improve skb tracing
Improve sk_buff tracing within AF_RXRPC by the following means:
(1) Use an enum to note the event type rather than plain integers and use an array of event names rather than a big multi ?: list.
(2) Distinguish Rx from Tx packets and account them separately. This requires the call phase to be tracked so that we know what we might find in rxtx_buffer[].
(3) Add a parameter to rxrpc_{new,see,get,free}_skb() to indicate the event type.
(4) A pair of 'rotate' events are added to indicate packets that are about to be rotated out of the Rx and Tx windows.
(5) A pair of 'lost' events are added, along with rxrpc_lose_skb() for packet loss injection recording.
Signed-off-by: David Howells <dhowells@redhat.com>
|
H A D | call_object.c | diff 71f3ca408fd43b586c02480768a503af075b247e Sat Sep 17 04:49:14 CDT 2016 David Howells <dhowells@redhat.com> rxrpc: Improve skb tracing
Improve sk_buff tracing within AF_RXRPC by the following means:
(1) Use an enum to note the event type rather than plain integers and use an array of event names rather than a big multi ?: list.
(2) Distinguish Rx from Tx packets and account them separately. This requires the call phase to be tracked so that we know what we might find in rxtx_buffer[].
(3) Add a parameter to rxrpc_{new,see,get,free}_skb() to indicate the event type.
(4) A pair of 'rotate' events are added to indicate packets that are about to be rotated out of the Rx and Tx windows.
(5) A pair of 'lost' events are added, along with rxrpc_lose_skb() for packet loss injection recording.
Signed-off-by: David Howells <dhowells@redhat.com>
|
H A D | af_rxrpc.c | diff 71f3ca408fd43b586c02480768a503af075b247e Sat Sep 17 04:49:14 CDT 2016 David Howells <dhowells@redhat.com> rxrpc: Improve skb tracing
Improve sk_buff tracing within AF_RXRPC by the following means:
(1) Use an enum to note the event type rather than plain integers and use an array of event names rather than a big multi ?: list.
(2) Distinguish Rx from Tx packets and account them separately. This requires the call phase to be tracked so that we know what we might find in rxtx_buffer[].
(3) Add a parameter to rxrpc_{new,see,get,free}_skb() to indicate the event type.
(4) A pair of 'rotate' events are added to indicate packets that are about to be rotated out of the Rx and Tx windows.
(5) A pair of 'lost' events are added, along with rxrpc_lose_skb() for packet loss injection recording.
Signed-off-by: David Howells <dhowells@redhat.com>
|
H A D | ar-internal.h | diff 71f3ca408fd43b586c02480768a503af075b247e Sat Sep 17 04:49:14 CDT 2016 David Howells <dhowells@redhat.com> rxrpc: Improve skb tracing
Improve sk_buff tracing within AF_RXRPC by the following means:
(1) Use an enum to note the event type rather than plain integers and use an array of event names rather than a big multi ?: list.
(2) Distinguish Rx from Tx packets and account them separately. This requires the call phase to be tracked so that we know what we might find in rxtx_buffer[].
(3) Add a parameter to rxrpc_{new,see,get,free}_skb() to indicate the event type.
(4) A pair of 'rotate' events are added to indicate packets that are about to be rotated out of the Rx and Tx windows.
(5) A pair of 'lost' events are added, along with rxrpc_lose_skb() for packet loss injection recording.
Signed-off-by: David Howells <dhowells@redhat.com>
|
/openbmc/linux/include/trace/events/ |
H A D | rxrpc.h | diff 71f3ca408fd43b586c02480768a503af075b247e Sat Sep 17 04:49:14 CDT 2016 David Howells <dhowells@redhat.com> rxrpc: Improve skb tracing
Improve sk_buff tracing within AF_RXRPC by the following means:
(1) Use an enum to note the event type rather than plain integers and use an array of event names rather than a big multi ?: list.
(2) Distinguish Rx from Tx packets and account them separately. This requires the call phase to be tracked so that we know what we might find in rxtx_buffer[].
(3) Add a parameter to rxrpc_{new,see,get,free}_skb() to indicate the event type.
(4) A pair of 'rotate' events are added to indicate packets that are about to be rotated out of the Rx and Tx windows.
(5) A pair of 'lost' events are added, along with rxrpc_lose_skb() for packet loss injection recording.
Signed-off-by: David Howells <dhowells@redhat.com>
|