Rename helper providers and events for consistency
authorAntoine Busque <abusque@efficios.com>
Mon, 25 May 2015 23:17:09 +0000 (19:17 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 26 May 2015 18:30:30 +0000 (14:30 -0400)
commit6d4658aa879ddabdd79fc6c637ee039413ad215b
tree7ceafd176f3f8138d66e0960758e5d3cd9cf2c4a
parentcf73e0fea355d408180a66a88ba7a33cfbd17c33
Rename helper providers and events for consistency

This patch renders uniform the provider names of UST helpers by making
them all start with the "lttng_ust_" prefix. Also, the helper formerly
known as "ust_baddr" is now "lttng_ust_dl", and its "push" and "pop"
events are now "dlopen" and "dlclose", respectively. This is in line
with the other helpers, for which the name of the provider reflects
the name of the library, and the names of events correspond to those
of the traced functions.

Signed-off-by: Antoine Busque <abusque@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust-dl/Makefile.am
liblttng-ust-dl/lttng-ust-dl.c [new file with mode: 0644]
liblttng-ust-dl/ust_baddr.c [deleted file]
liblttng-ust-dl/ust_baddr.h [deleted file]
liblttng-ust-dl/ust_dl.c [new file with mode: 0644]
liblttng-ust-dl/ust_dl.h [new file with mode: 0644]
liblttng-ust-dl/ustdl.c [deleted file]
liblttng-ust-libc-wrapper/lttng-ust-malloc.c
liblttng-ust-libc-wrapper/lttng-ust-pthread.c
liblttng-ust-libc-wrapper/ust_libc.h
liblttng-ust-libc-wrapper/ust_pthread.h
This page took 0.025162 seconds and 4 git commands to generate.