Prev: [tip:perf/urgent] perf_events: Fix Intel Westmere event constraints
Next: jump label v9: convert jump label to use a key
From: Peter Zijlstra on 10 Jun 2010 08:30 On Wed, 2010-06-09 at 17:39 -0400, Jason Baron wrote: > + JUMP_LABEL(&__tracepoint_##name, do_trace, __tracepoint_##name.state);\ > +#define JUMP_LABEL(tag, label, cond) \ > + do { \ > + extern const char __jlstrtab_##tag[]; \ So that results in: extern const char __jlstrtab_&__tracepoint_FOO[]; ? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |