Re: [PATCH 01/10] perf, tools: Add jsmn `jasmine' JSON parser

From: Arnaldo Carvalho de Melo
Date: Sat Mar 15 2014 - 09:04:32 EST


Em Sat, Mar 15, 2014 at 03:27:07AM +0100, Andi Kleen escreveu:
> On Fri, Mar 14, 2014 at 04:41:31PM -0600, David Ahern wrote:
> > On 3/14/14, 3:31 PM, Andi Kleen wrote:
> > >@@ -374,6 +376,8 @@ LIB_OBJS += $(OUTPUT)util/stat.o
> > > LIB_OBJS += $(OUTPUT)util/record.o
> > > LIB_OBJS += $(OUTPUT)util/srcline.o
> > > LIB_OBJS += $(OUTPUT)util/data.o
> > >+LIB_OBJS += $(OUTPUT)util/jsmn.o
> > >+LIB_OBJS += $(OUTPUT)util/json.o

> > CONFIG driven? Allow a user to omit this.

> Why? It has no external dependencies. AFAIK that's the only reason for configs.

> (unless you count the commands used by the shell script, but the basic parser
> works fine even without the script)

Will this be useful for all arches?

- Arnaldo
--
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/