Re: [PATCH] net: Add trace events for all receive exit points

2018-11-09 Thread Steven Rostedt
On Thu, 8 Nov 2018 14:56:48 -0500 Geneviève Bastien wrote: > Trace events are already present for the receive entry points, to indicate > how the reception entered the stack. > > This patch adds the corresponding exit trace events that will bound the > reception such that all events occurring b

Re: [PATCH] net: Add trace events for all receive exit points

2018-11-08 Thread Genevieve Bastien
On 2018-11-08 03:25 PM, Mathieu Desnoyers wrote: > - On Nov 8, 2018, at 2:56 PM, Geneviève Bastien gbast...@versatic.net > wrote: > >> Trace events are already present for the receive entry points, to indicate >> how the reception entered the stack. >> >> This patch adds the corresponding exit

Re: [PATCH] net: Add trace events for all receive exit points

2018-11-08 Thread Mathieu Desnoyers
- On Nov 8, 2018, at 2:56 PM, Geneviève Bastien gbast...@versatic.net wrote: > Trace events are already present for the receive entry points, to indicate > how the reception entered the stack. > > This patch adds the corresponding exit trace events that will bound the > reception such that al

[PATCH] net: Add trace events for all receive exit points

2018-11-08 Thread Geneviève Bastien
Trace events are already present for the receive entry points, to indicate how the reception entered the stack. This patch adds the corresponding exit trace events that will bound the reception such that all events occurring between the entry and the exit can be considered as part of the reception