[ltt-dev] [UST PATCH 3/3] Remove unused code
Nils Carlson
nils at as68123.uab.ericsson.se
Tue Sep 21 08:14:14 EDT 2010
Acked, pulled, thanks.
/Nils
On Fri, 17 Sep 2010, David Goulet wrote:
> Signed-off-by: David Goulet <david.goulet at polymtl.ca>
> ---
> include/ust/marker.h | 22 ----------------------
> 1 files changed, 0 insertions(+), 22 deletions(-)
>
> diff --git a/include/ust/marker.h b/include/ust/marker.h
> index 7670648..6103629 100644
> --- a/include/ust/marker.h
> +++ b/include/ust/marker.h
> @@ -77,9 +77,6 @@ struct marker {
> void *location; /* Address of marker in code */
> } __attribute__((aligned(8)));
>
> -#define CONFIG_MARKERS
> -#ifdef CONFIG_MARKERS
> -
> #define GET_MARKER(channel, name) (__mark_##channel##_##name)
>
> #define _DEFINE_MARKER(channel, name, tp_name_str, tp_cb, format, unique, m) \
> @@ -200,25 +197,6 @@ struct marker {
> extern void marker_update_probe_range(struct marker *begin,
> struct marker *end);
>
> -#else /* !CONFIG_MARKERS */
> -#define DEFINE_MARKER(channel, name, tp_name, tp_cb, format, m)
> -#define __trace_mark(generic, channel, name, call_private, format, args...) \
> - __mark_check_format(format, ## args)
> -#define __trace_mark_tp(channel, name, call_private, tp_name, tp_cb, \
> - format, args...) \
> - do { \
> - void __check_tp_type(void) \
> - { \
> - register_trace_##tp_name(tp_cb, call_private); \
> - } \
> - __mark_check_format(format, ## args); \
> - } while (0)
> -static inline void marker_update_probe_range(struct marker *begin,
> - struct marker *end)
> -{ }
> -#define GET_MARKER(channel, name)
> -#endif /* CONFIG_MARKERS */
> -
> /**
> * trace_mark - Marker using code patching
> * @channel: marker channel (where to send the data), not quoted.
> --
> 1.7.2.3
>
>
> _______________________________________________
> ltt-dev mailing list
> ltt-dev at lists.casi.polymtl.ca
> http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
>
More information about the lttng-dev
mailing list