From: Antoine Busque Date: Wed, 13 Apr 2016 21:31:57 +0000 (-0400) Subject: Add is_pic field to statedump soinfo event X-Git-Tag: v2.9.0-rc1~135 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=f5eb039d03be9b844c5cfde268008c60d79258d8;hp=f5eb039d03be9b844c5cfde268008c60d79258d8;p=lttng-ust.git Add is_pic field to statedump soinfo event This field indicates whether the executable or library is position independent code (PIC). The field is not added to the similar dlopen event from liblttng-ust-dl because in that case all dlopened libraries are necessarily PIC. This allows a posteriori analyses to be performed without having to read the executable file to know whether adresses are relative to the base address or absolute. Signed-off-by: Antoine Busque Signed-off-by: Mathieu Desnoyers ---