Add is_pic field to statedump soinfo event
authorAntoine Busque <abusque@efficios.com>
Wed, 13 Apr 2016 21:31:57 +0000 (17:31 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 15 Apr 2016 21:43:22 +0000 (17:43 -0400)
commit444da810e491b66b873466c240202c27e0cd1adc
tree00d6497933fdd532aa75c5afe1871b4c0ef80e39
parentb3d0eeae6d0807a5098dd7b054995c3ba541180b
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 <abusque@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
doc/man/lttng-ust.3.txt
include/lttng/ust-elf.h
liblttng-ust/lttng-ust-elf.c
liblttng-ust/lttng-ust-statedump-provider.h
liblttng-ust/lttng-ust-statedump.c
This page took 0.025442 seconds and 4 git commands to generate.