Hi Thomas,

I have submitted a patch on our gerrit, see:
https://review.lttng.org/c/lttng-ust/+/9659

Thanks for the report!
Jérémie

--
Jérémie Galarneau
EfficiOS Inc.
https://www.efficios.com

From: lttng-dev <lttng-dev-bounces@lists.lttng.org> on behalf of thomas.gatterweh--- via lttng-dev <lttng-dev@lists.lttng.org>
Sent: March 14, 2023 05:03
To: lttng-dev <lttng-dev@lists.lttng.org>
Subject: [lttng-dev] UST context field "ip" is now in decimal since 2.13 instead of hexadecimal as before
 

Hi!

 

In this commit  https://github.com/lttng/lttng-ust/commit/4e48b5d2debaf6c0c598489c183cc6cb2125c8a3  the base for UST context field “ip” was changed from 16 (hexadecimal) to 10 (decimal), most likely an unintentional copy&paste error. See change in lttng-context-ip.c, line 47.

Can it be changed back to 16 (hexadecimal), so that the ip address recorded by this context field gets displayed in hex again, which makes much more sense?

 

Best regards,

Thomas Gatterweh