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:55:55 +0000 (10:55 -0400)
commit7ce6b21d2587810fa7a11cdf9b95b4a09c8cd907
tree275632d96b86a929d88f123468c3e87d0b635304
parent819caf5a7773224af985c7cc3af3a8b09c8d772d
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.024841 seconds and 4 git commands to generate.