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 19:34:36 +0000 (15:34 -0400)
commitf5eb039d03be9b844c5cfde268008c60d79258d8
tree00d6497933fdd532aa75c5afe1871b4c0ef80e39
parent64ec15a9a258a16b5de4d1b5d4b06505c5babfe4
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.024886 seconds and 4 git commands to generate.