Re: [PATCH] Linux Kernel Markers

From: Alan Cox
Date: Mon Sep 18 2006 - 20:19:47 EST


Ar Llu, 2006-09-18 am 19:45 -0400, ysgrifennodd Mathieu Desnoyers:
> +#define MARK_KPROBE(event, format, args...) MARK_SYM(event);
> +
> +#define MARK_JPROBE(event, format, args...) \
> + do { \
> + MARK_SYM(event); \
> + JPROBE_TARGET; \
> + } while(0)

Seems a good path and has scope to be combined with some of our debug
trace printks to take them out into trace tool space instead of
cluttering up mainstream

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/