X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Flib%2Flttng-ust-cyg-profile%2Flttng-ust-cyg-profile.h;h=87da97dfc35810194c081f7937cf394615f6cd05;hb=bb71a8ea3b2e7335393a6810887fb9b145cc6f7e;hp=e5451c323cb847912c35cf5f02d7311c1de10a1e;hpb=efa14d169c6336fa8b9f478538ac7968ef9c0338;p=lttng-ust.git diff --git a/src/lib/lttng-ust-cyg-profile/lttng-ust-cyg-profile.h b/src/lib/lttng-ust-cyg-profile/lttng-ust-cyg-profile.h index e5451c32..87da97df 100644 --- a/src/lib/lttng-ust-cyg-profile/lttng-ust-cyg-profile.h +++ b/src/lib/lttng-ust-cyg-profile/lttng-ust-cyg-profile.h @@ -7,7 +7,7 @@ #undef TRACEPOINT_PROVIDER #define TRACEPOINT_PROVIDER lttng_ust_cyg_profile -#if !defined(_TRACEPOINT_LTTNG_UST_CYG_PROFILE_H) || defined(TRACEPOINT_HEADER_MULTI_READ) +#if !defined(_TRACEPOINT_LTTNG_UST_CYG_PROFILE_H) || defined(LTTNG_UST_TRACEPOINT_HEADER_MULTI_READ) #define _TRACEPOINT_LTTNG_UST_CYG_PROFILE_H #ifdef __cplusplus @@ -16,7 +16,7 @@ extern "C" { #include -TRACEPOINT_EVENT_CLASS(lttng_ust_cyg_profile, func_class, +LTTNG_UST_TRACEPOINT_EVENT_CLASS(lttng_ust_cyg_profile, func_class, LTTNG_UST_TP_ARGS(void *, func_addr, void *, call_site), LTTNG_UST_TP_FIELDS( ctf_integer_hex(unsigned long, addr, @@ -26,26 +26,26 @@ TRACEPOINT_EVENT_CLASS(lttng_ust_cyg_profile, func_class, ) ) -TRACEPOINT_EVENT_INSTANCE(lttng_ust_cyg_profile, func_class, +LTTNG_UST_TRACEPOINT_EVENT_INSTANCE(lttng_ust_cyg_profile, func_class, func_entry, LTTNG_UST_TP_ARGS(void *, func_addr, void *, call_site) ) -TRACEPOINT_LOGLEVEL(lttng_ust_cyg_profile, func_entry, - TRACE_DEBUG_FUNCTION) +LTTNG_UST_TRACEPOINT_LOGLEVEL(lttng_ust_cyg_profile, func_entry, + LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_FUNCTION) -TRACEPOINT_EVENT_INSTANCE(lttng_ust_cyg_profile, func_class, +LTTNG_UST_TRACEPOINT_EVENT_INSTANCE(lttng_ust_cyg_profile, func_class, func_exit, LTTNG_UST_TP_ARGS(void *, func_addr, void *, call_site) ) -TRACEPOINT_LOGLEVEL(lttng_ust_cyg_profile, func_exit, - TRACE_DEBUG_FUNCTION) +LTTNG_UST_TRACEPOINT_LOGLEVEL(lttng_ust_cyg_profile, func_exit, + LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_FUNCTION) #endif /* _TRACEPOINT_LTTNG_UST_CYG_PROFILE_H */ -#undef TRACEPOINT_INCLUDE -#define TRACEPOINT_INCLUDE "./lttng-ust-cyg-profile.h" +#undef LTTNG_UST_TRACEPOINT_INCLUDE +#define LTTNG_UST_TRACEPOINT_INCLUDE "./lttng-ust-cyg-profile.h" /* This part must be outside ifdef protection */ #include