[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20171219180155.xxkv437fqmwhmhgg@ast-mbp.dhcp.thefacebook.com>
Date: Tue, 19 Dec 2017 10:01:56 -0800
From: Alexei Starovoitov <alexei.starovoitov@...il.com>
To: Masami Hiramatsu <mhiramat@...nel.org>
Cc: Ingo Molnar <mingo@...nel.org>,
Stephen Hemminger <stephen@...workplumber.org>,
Steven Rostedt <rostedt@...dmis.org>,
Peter Zijlstra <peterz@...radead.org>,
Thomas Gleixner <tglx@...utronix.de>,
LKML <linux-kernel@...r.kernel.org>,
"David S . Miller" <davem@...emloft.net>, netdev@...r.kernel.org
Subject: Re: [PATCH -tip v3 0/6] net: tcp: sctp: dccp: Replace jprobe usage
with trace events
On Tue, Dec 19, 2017 at 05:56:55PM +0900, Masami Hiramatsu wrote:
> include/trace/events/sctp.h | 98 ++++++++++++++
> include/trace/events/tcp.h | 80 +++++++++++
> net/Kconfig | 17 --
> net/dccp/Kconfig | 17 --
> net/dccp/Makefile | 2
> net/dccp/probe.c | 203 -----------------------------
> net/dccp/proto.c | 5 +
> net/dccp/trace.h | 105 +++++++++++++++
> net/ipv4/Makefile | 1
> net/ipv4/tcp_input.c | 3
> net/ipv4/tcp_probe.c | 301 -------------------------------------------
> net/sctp/Kconfig | 12 --
> net/sctp/Makefile | 3
> net/sctp/probe.c | 244 -----------------------------------
> net/sctp/sm_statefuns.c | 5 +
> 15 files changed, 296 insertions(+), 800 deletions(-)
You need to target net-next tree for this patch set.
Powered by blists - more mailing lists