On Fri, Jun 27, 2014 at 04:15:58PM -0700, Andi Kleen wrote: > From: Andi Kleen <a...@linux.intel.com>
SNIP > +} > diff --git a/tools/perf/util/jevents.h b/tools/perf/util/jevents.h > new file mode 100644 > index 0000000..4c2b879 > --- /dev/null > +++ b/tools/perf/util/jevents.h > @@ -0,0 +1,3 @@ missing standard '#ifndef ...' macros > +int json_events(const char *fn, > + int (*func)(void *data, char *name, char *event, char *desc), > + void *data); jirka -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/