Re: Re: [PATCH v2] net/ipv4: add tracepoint for icmp_send

2024-03-20 Thread He Peilin
> > From: Peilin He > > > > Introduce a tracepoint for icmp_send, which can help users to get more > > detail information conveniently when icmp abnormal events happen. > > > > 1. Giving an usecase example: > > = > > When an application experiences packet loss due to a

Re: Re: [PATCH] net/ipv4: add tracepoint for icmp_send

2024-03-02 Thread He Peilin
> > include/trace/events/icmp.h | 57 > > + > > net/ipv4/icmp.c | 4 > > 2 files changed, 61 insertions(+) > > create mode 100644 include/trace/events/icmp.h > > > > diff --git a/include/trace/events/icmp.h b/include/trace/events/icm

Re: Re: [PATCH] net/ipv4: add tracepoint for icmp_send

2024-03-02 Thread He Peilin
> > include/trace/events/icmp.h | 57 > > + > > net/ipv4/icmp.c | 4 > > 2 files changed, 61 insertions(+) > > create mode 100644 include/trace/events/icmp.h > > > > diff --git a/include/trace/events/icmp.h b/include/trace/events/icmp