Re: [PATCHv2 00/45] perf stat: Add scripting support

2015-09-30 Thread Jiri Olsa
On Wed, Sep 30, 2015 at 09:09:39PM +, Liang, Kan wrote: SNIP > > instructions:u > > > > - To display different aggregation in report: > > > > > This one doesn't work well with uncore event. > > sudo ./perf stat -e uncore_imc_1/cas_count_read/ -a --per-socket record > -- sleep 5

Re: [PATCHv2 00/45] perf stat: Add scripting support

2015-09-30 Thread Jiri Olsa
On Wed, Sep 30, 2015 at 09:09:39PM +, Liang, Kan wrote: SNIP > > Examples: > > > > - To record data for command stat workload: > > > > $ perf stat record kill > > ... > > > >Performance counter stats for 'kill': > > > > 0.372007 task-clock (msec) #0.61

RE: [PATCHv2 00/45] perf stat: Add scripting support

2015-09-30 Thread Liang, Kan
> hi, > sending another version of stat scripting. > > v2 changes: > - rebased to latest Arnaldo's perf/core > - patches 1 to 11 already merged in > - added --per-core/--per-socket/-A options for perf stat report > command to allow custom aggregation in stat report, please > check n