Re: [PATCH 4/6] perf kmem: Print gfp flags in human readable string

2015-05-11 Thread Namhyung Kim
On Mon, May 11, 2015 at 11:41:10AM -0300, Arnaldo Carvalho de Melo wrote: > Em Mon, May 11, 2015 at 11:35:36AM -0300, Arnaldo Carvalho de Melo escreveu: > > Em Tue, Apr 21, 2015 at 01:55:05PM +0900, Namhyung Kim escreveu: > > > Save libtraceevent output and print it in the header. > > > > > > >

Re: [PATCH 4/6] perf kmem: Print gfp flags in human readable string

2015-05-11 Thread Arnaldo Carvalho de Melo
Em Mon, May 11, 2015 at 11:35:36AM -0300, Arnaldo Carvalho de Melo escreveu: > Em Tue, Apr 21, 2015 at 01:55:05PM +0900, Namhyung Kim escreveu: > > Save libtraceevent output and print it in the header. > > > > > +static int parse_gfp_flags(struct perf_evsel *evsel, struct perf_sample > >

Re: [PATCH 4/6] perf kmem: Print gfp flags in human readable string

2015-05-11 Thread Arnaldo Carvalho de Melo
Em Tue, Apr 21, 2015 at 01:55:05PM +0900, Namhyung Kim escreveu: > Save libtraceevent output and print it in the header. > +static int parse_gfp_flags(struct perf_evsel *evsel, struct perf_sample > *sample, > +unsigned int gfp_flags) > +{ > + struct pevent_record

Re: [PATCH 4/6] perf kmem: Print gfp flags in human readable string

2015-05-11 Thread Arnaldo Carvalho de Melo
Em Tue, Apr 21, 2015 at 01:55:05PM +0900, Namhyung Kim escreveu: Save libtraceevent output and print it in the header. SNIP +static int parse_gfp_flags(struct perf_evsel *evsel, struct perf_sample *sample, +unsigned int gfp_flags) +{ + struct pevent_record

Re: [PATCH 4/6] perf kmem: Print gfp flags in human readable string

2015-05-11 Thread Arnaldo Carvalho de Melo
Em Mon, May 11, 2015 at 11:35:36AM -0300, Arnaldo Carvalho de Melo escreveu: Em Tue, Apr 21, 2015 at 01:55:05PM +0900, Namhyung Kim escreveu: Save libtraceevent output and print it in the header. SNIP +static int parse_gfp_flags(struct perf_evsel *evsel, struct perf_sample *sample,

Re: [PATCH 4/6] perf kmem: Print gfp flags in human readable string

2015-05-11 Thread Namhyung Kim
On Mon, May 11, 2015 at 11:41:10AM -0300, Arnaldo Carvalho de Melo wrote: Em Mon, May 11, 2015 at 11:35:36AM -0300, Arnaldo Carvalho de Melo escreveu: Em Tue, Apr 21, 2015 at 01:55:05PM +0900, Namhyung Kim escreveu: Save libtraceevent output and print it in the header. SNIP

[PATCH 4/6] perf kmem: Print gfp flags in human readable string

2015-04-20 Thread Namhyung Kim
Save libtraceevent output and print it in the header. # perf kmem stat --page --caller # # GFP flags # - # 0010: NI: GFP_NOIO # 00d0:K: GFP_KERNEL # 0200: NWR: GFP_NOWARN # 84d0:K|R|Z: GFP_KERNEL|GFP_REPEAT|GFP_ZERO # 000200d2:

[PATCH 4/6] perf kmem: Print gfp flags in human readable string

2015-04-20 Thread Namhyung Kim
Save libtraceevent output and print it in the header. # perf kmem stat --page --caller # # GFP flags # - # 0010: NI: GFP_NOIO # 00d0:K: GFP_KERNEL # 0200: NWR: GFP_NOWARN # 84d0:K|R|Z: GFP_KERNEL|GFP_REPEAT|GFP_ZERO # 000200d2:

[PATCH 4/6] perf kmem: Print gfp flags in human readable string

2015-04-13 Thread Namhyung Kim
Save libtraceevent output and print it in the header. # perf kmem stat --page --caller # # GFP flags # - # 0010: NI: GFP_NOIO # 00d0:K: GFP_KERNEL # 0200: NWR: GFP_NOWARN # 84d0:K|R|Z: GFP_KERNEL|GFP_REPEAT|GFP_ZERO # 000200d2:

[PATCH 4/6] perf kmem: Print gfp flags in human readable string

2015-04-13 Thread Namhyung Kim
Save libtraceevent output and print it in the header. # perf kmem stat --page --caller # # GFP flags # - # 0010: NI: GFP_NOIO # 00d0:K: GFP_KERNEL # 0200: NWR: GFP_NOWARN # 84d0:K|R|Z: GFP_KERNEL|GFP_REPEAT|GFP_ZERO # 000200d2: