markers: export pointer array instead of struct marker
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Thu, 17 Feb 2011 19:18:08 +0000 (14:18 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Thu, 17 Feb 2011 19:18:08 +0000 (14:18 -0500)
commiteb5d20c68aaf73661ffc02ba8fea3683c0358702
treeb95998b0b0f158f382d4bfe618bb6a9909c32a10
parentf218ff2821b494cf7b0fc3978e944070ad418772
markers: export pointer array instead of struct marker

Ensures we don't end up running in gcc/linker structure alignment problems by
exporting an array of pointers instead of the structures per se.

Same fix as done for tracepoints for the mainline kernel.

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