Make lttng-ust robust against -finstrument-functions.
authorPaul Woegerer <paul_woegerer@mentor.com>
Wed, 18 Jul 2012 19:28:44 +0000 (15:28 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 18 Jul 2012 19:28:44 +0000 (15:28 -0400)
commita8909ba54718ed54cefb1b839a5d41a065df09f9
tree921df1ef7d2ceca81427fc8e3260feb2d5b9708a
parent9b33aac411033000adafce04f947c7aca892c342
Make lttng-ust robust against -finstrument-functions.

[ Edit by Mathieu Desnoyers:

We need to declare the no_instrument_function attribute on function
declarations (rather than definition) for g++. Moved the attribute prior
to the function declaration (rather than after) to follow the coding
style within LTTng-UST. ]

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/Makefile.am
include/lttng/ringbuffer-config.h
include/lttng/tracepoint.h
include/lttng/ust-compiler.h [new file with mode: 0644]
include/lttng/ust-tracepoint-event.h
This page took 0.025285 seconds and 4 git commands to generate.