Rename statedump and dl events and fields
authorAntoine Busque <abusque@efficios.com>
Wed, 20 Apr 2016 17:09:07 +0000 (13:09 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 20 Apr 2016 18:32:42 +0000 (14:32 -0400)
commitf60e49dfa7bdb452c34b5241eee0cb29ebc08b11
tree1f5e884be432454054ba54e70a88ed397c1a9a3e
parent4fdf4dff348ae6e7df301cd06db8c938982dde40
Rename statedump and dl events and fields

The current names of the `lttng_ust_statedump:soinfo` event, as well
as its field `sopath` both refer exclusively to shared objects (so),
although the event applies to any executables, including
position-independent executables (PIE), as well as shared objects.

Thus, this patch changes the name of the event to `bin_info` and the
field to `path`, to avoid any confusion.

For consistency, the `sopath` field in the `lttng_ust_dl:dlopen` event
is also renamed to `path`, although dlopen only applies to shared
objects.

Signed-off-by: Antoine Busque <abusque@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust-dl/ust_dl.h
liblttng-ust/lttng-ust-statedump-provider.h
liblttng-ust/lttng-ust-statedump.c
This page took 0.024983 seconds and 4 git commands to generate.