tracepoints: export pointer array
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Thu, 17 Feb 2011 18:25:52 +0000 (13:25 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Thu, 17 Feb 2011 18:25:52 +0000 (13:25 -0500)
commitf218ff2821b494cf7b0fc3978e944070ad418772
tree8f523e6f3093d724c2db08b2525fac7aa9ed49da
parent980eae09eeb6df4964886b27315ac5a130cf86e4
tracepoints: export pointer array

Fixes odd alignment issues between linker and compiler, caused by compiler
using larger alignment values than expected for structures -- and the linker
adding unexpected padding within the sections. Use the same technique recently
introduced for Linux kernel tracepoints.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/ust/tracepoint.h
libust/tracepoint.c
This page took 0.023005 seconds and 4 git commands to generate.