All of lore.kernel.org
 help / color / mirror / Atom feed
* [MPTCP] [MPTCP][RFC mptcp-next 0/6] add trace events
@ 2021-01-26 13:21 Geliang Tang
  0 siblings, 0 replies; only message in thread
From: Geliang Tang @ 2021-01-26 13:21 UTC (permalink / raw)
  To: mptcp 

[-- Attachment #1: Type: text/plain, Size: 1006 bytes --]

This patchset addressed issues 131, replace some/most pr_debug with trace
events.

Closes: https://github.com/multipath-tcp/mptcp_net-next/issues/131

Geliang Tang (6):
  mptcp: add tracepoints for data operations
  mptcp: add echo field in mptcp_out_options
  mptcp: add tracepoints for options operations
  mptcp: add mptcpi_local_addr_* in mptcp_info
  mptcp: add tracepoints for PM operations
  mptcp: add tracepoints for subflow operations

 include/net/mptcp.h          |   1 +
 include/trace/events/mptcp.h | 408 +++++++++++++++++++++++++++++++++++
 include/uapi/linux/mptcp.h   |   4 +-
 net/mptcp/mptcp_diag.c       |   4 +-
 net/mptcp/options.c          |  11 +-
 net/mptcp/pm.c               |   3 +
 net/mptcp/pm_netlink.c       |   6 +-
 net/mptcp/protocol.c         |   5 +
 net/mptcp/protocol.h         |   1 +
 net/mptcp/subflow.c          |   6 +
 10 files changed, 445 insertions(+), 4 deletions(-)
 create mode 100644 include/trace/events/mptcp.h

-- 
2.29.2

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-26 13:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-26 13:21 [MPTCP] [MPTCP][RFC mptcp-next 0/6] add trace events Geliang Tang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.