From: compudj Date: Wed, 20 Sep 2006 23:28:14 +0000 (+0000) Subject: update X-Git-Tag: v0.12.20~1360 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=4e7397fba4f1864942afd81064a086fdf1c28bef;p=lttv.git update git-svn-id: http://ltt.polymtl.ca/svn@2129 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/marker-loader/marker-loader.c b/marker-loader/marker-loader.c index 9fd079cc..b02e6b56 100644 --- a/marker-loader/marker-loader.c +++ b/marker-loader/marker-loader.c @@ -20,12 +20,6 @@ void do_mark1(const char *format, int value) printk("value is %d\n", value); } - -//#define CALL __mark_subsys_mark1_call -//#define JUMP_OVER __mark_subsys_mark1_jump_over -//#define JUMP_CALL __mark_subsys_mark1_jump_call -//#define JUMP_INLINE __mark_subsys_mark1_jump_inline - static void *saved_over; static void **target_mark_call;