X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2Fcontextmacros.h;h=b6276e983691b0ff0c98e9ec34fc7b3e53a14947;hb=ec7a5af61127aa50a1839eee5be99ce53494c57b;hp=35f1ca29cb58722e3988d2c7e97b6d4ead73339b;hpb=ee9b5c573329a296f8c6b8abf0f08eb38c3f4b56;p=lttv.git diff --git a/ltt/branches/poly/lttv/lttv/contextmacros.h b/ltt/branches/poly/lttv/lttv/contextmacros.h index 35f1ca29..b6276e98 100644 --- a/ltt/branches/poly/lttv/lttv/contextmacros.h +++ b/ltt/branches/poly/lttv/lttv/contextmacros.h @@ -220,7 +220,7 @@ * * NOTE : use g_quark_to_string to convert a GQuark into a static char * */ -#define LTTV_TRACE_STATE_GET_EVENTTYPE_NAME(tse, syscall_number)\ +#define LTTV_TRACE_STATE_GET_SYSCALL_NAME(tse, syscall_number)\ (tse->syscall_names[syscall_number]) /* LTTV_TRACE_STATE_GET_TRAP_NAME @@ -242,7 +242,7 @@ * * NOTE : use g_quark_to_string to convert a GQuark into a static char * */ -#define LTTV_TRACE_STATE_GET_TRAP_NAME(tse, irq_number)\ +#define LTTV_TRACE_STATE_GET_IRQ_NAME(tse, irq_number)\ (tse->irq_names[irq_number])