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

2020-03-17 Thread Florian Walbroel via lttng-dev
* UDP transport header * ICMP transport header (Correct indentation for switch/case) (Fix whitespace for switch and correct struct type (icmphdr)) Signed-off-by: Florian Walbroel --- instrumentation/events/lttng-module/net.h | 166 -- 1 file changed, 153 insertions(+), 13

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

2020-03-13 Thread Florian Walbroel via lttng-dev
* UDP transport header * ICMP transport header (Correct indentation for switch/case) (Fix white space for switch and correct struct type (icmphdr)) Signed-off-by: Florian Walbroel --- instrumentation/events/lttng-module/net.h | 166 -- 1 file changed, 153 insertions(+), 13

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

2020-03-09 Thread Florian Walbroel
Hi, is there any update regarding the patches? BR, Florian On 17.12.19 18:20, Michael Jeanson wrote: On 2019-12-17 9:39 a.m., Mathieu Desnoyers wrote: I was expecting review from Geneviève and Julien on this patch, but never heard back from them. Geneviève, Julien, Michael, can you review t

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

2019-12-17 Thread Florian Walbroel
Hi, I sent in this patch last month and did not hear about any updates since then. There were a few formatting issues that have been addressed. Is there anything more that should be done? Best regards, Florian Walbroel Forwarded Message Subject: [PATCH lttng-modules

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

2019-11-13 Thread Florian Walbroel
* UDP transport header * ICMP transport header (Correct indentation for switch/case) Signed-off-by: Florian Walbroel --- instrumentation/events/lttng-module/net.h | 166 -- 1 file changed, 153 insertions(+), 13 deletions(-) diff --git a/instrumentation/events/lttng-module

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

2019-11-13 Thread Florian Walbroel
* UDP transport header * ICMP transport header (Correct indentation for switch/case) Signed-off-by: Florian Walbroel --- instrumentation/events/lttng-module/net.h | 165 -- 1 file changed, 152 insertions(+), 13 deletions(-) diff --git a/instrumentation/events/lttng-module

[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