[lttng-dev] [PATCH lttng-modules] Add UDP and ICMP packet header information to the tracepoint:

2019-11-12 Thread Florian Walbroel
* UDP transport header * ICMP transport header Signed-off-by: Florian Walbroel --- instrumentation/events/lttng-module/net.h | 172 -- 1 file changed, 156 insertions(+), 16 deletions(-) diff --git a/instrumentation/events/lttng-module/net.h b/instrumentation/events/lttng-mo

Re: [lttng-dev] [PATCH lttng-modules] Add UDP and ICMP packet header information to the tracepoint:

2019-11-12 Thread Mathieu Desnoyers
- On Nov 12, 2019, at 11:39 AM, Florian Walbroel walbr...@silexica.com wrote: > * UDP transport header > * ICMP transport header Hi! Thanks for submitting this patch! One nit: I suspect the code style needs to be fixed for the switch/case. Your code appears to have: switch (cond) { case A