New naming convention for internal macros
authorDavid Goulet <david.goulet@polymtl.ca>
Tue, 28 Sep 2010 13:05:49 +0000 (15:05 +0200)
committerNils Carlson <nils.carlson@ericsson.com>
Thu, 30 Sep 2010 07:59:02 +0000 (09:59 +0200)
commit1e4b909b682cc34aaa51ee13432c1c23f7e70bab
tree0821c226fde85f11cb3b5e041d804a1aba6edddc
parent4723ca096d740ff93da400df304c9902e9834e5f
New naming convention for internal macros

This is the first patch introducing the new naming convention
for the UST tracer. To prevent namespace pollution, _ust_ prefix
is added to internal macros which are visible in the global header.

For this patch, only the container_of macro is renamed and the
redundant definition in kcompat/simple.h is removed.

Signed-off-by: David Goulet <david.goulet@polymtl.ca>
Acked-by: Nils Carlson <nils.carlson@ericsson.com>
include/ust/core.h
include/ust/kcompat/simple.h
libust/buffers.c
libust/channels.c
libust/marker.c
libust/tracepoint.c
libust/tracer.c
This page took 0.024509 seconds and 4 git commands to generate.