Re: [PATCH v2 net-next 0/6] add a set of tracepoints to tcp stack

2017-10-23 Thread David Miller
From: Song Liu Date: Mon, 23 Oct 2017 09:20:21 -0700 > Changes from v1: > > Fix build error (with ipv6 as ko) by adding EXPORT_TRACEPOINT_SYMBOL_GPL > for trace_tcp_send_reset. Series applied.

Re: [PATCH v2 net-next 0/6] add a set of tracepoints to tcp stack

2017-10-23 Thread Song Liu
CCing key audience of these patches. Thanks, Song > On Oct 23, 2017, at 9:20 AM, Song Liu wrote: > > Changes from v1: > > Fix build error (with ipv6 as ko) by adding EXPORT_TRACEPOINT_SYMBOL_GPL > for trace_tcp_send_reset. > > These patches add the following tracepoints to tcp stack. > > tcp

[PATCH v2 net-next 0/6] add a set of tracepoints to tcp stack

2017-10-23 Thread Song Liu
Changes from v1: Fix build error (with ipv6 as ko) by adding EXPORT_TRACEPOINT_SYMBOL_GPL for trace_tcp_send_reset. These patches add the following tracepoints to tcp stack. tcp_send_reset tcp_receive_reset tcp_destroy_sock tcp_set_state These tracepoints can be used to track TCP state changes.