Add lttng_ust_notrace to static inline functions
authorPaul Woegerer <paul_woegerer@mentor.com>
Mon, 7 Jul 2014 14:04:21 +0000 (16:04 +0200)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 7 Jul 2014 14:56:10 +0000 (10:56 -0400)
commit8029811d7126f23d0a2cc796f8cb4b86474541bb
treedf8aa18754f52e401d61b56882f089cb9b19879c
parent31cf5ca34ea522f407f2fcab780c4a644f2bd15e
Add lttng_ust_notrace to static inline functions

The static inline functions
__tracepoint_provider_mismatch_<TRACEPOINT_PROVIDER> and
__tracepoint_provider_check_<TRACEPOINT_PROVIDER> are missing the
lttng_ust_notrace attribute to prevent them from getting instrumented
with -finstrument-functions (if e.g. defined in CFLAGS). This patch is
adding the attribute to those functions.

Signed-off-by: Paul Woegerer <paul_woegerer@mentor.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/ust-tracepoint-event.h
This page took 0.025964 seconds and 4 git commands to generate.