Re: [PATCH 6/8] perf script: Display stat events by default

2016-01-06 Thread Jiri Olsa
On Tue, Jan 05, 2016 at 07:49:27PM -0300, Arnaldo Carvalho de Melo wrote: SNIP > [acme@zoo linux]$ > [acme@zoo linux]$ perf script > CPU THREAD VAL ENA RUNTIME > EVENT > 65535 4883 356474 356474 356474 >

Re: [PATCH 6/8] perf script: Display stat events by default

2016-01-05 Thread Arnaldo Carvalho de Melo
Em Tue, Jan 05, 2016 at 10:09:10PM +0100, Jiri Olsa escreveu: > If no script is specified for stat data, display > stat events in raw form. > > $ perf stat record ls > > SNIP > >Performance counter stats for 'ls': > > 0.851585 task-clock (msec) #0.717 CPUs u

[PATCH 6/8] perf script: Display stat events by default

2016-01-05 Thread Jiri Olsa
If no script is specified for stat data, display stat events in raw form. $ perf stat record ls SNIP Performance counter stats for 'ls': 0.851585 task-clock (msec) #0.717 CPUs utilized 0 context-switches #0.000 K/sec

[PATCH 6/8] perf script: Display stat events by default

2015-12-22 Thread Jiri Olsa
If no script is specified for stat data, display stat events in raw form. $ perf stat record ls SNIP Performance counter stats for 'ls': 0.851585 task-clock (msec) #0.717 CPUs utilized 0 context-switches #0.000 K/sec