Re: [PATCH v6 00/11] perf stat: Enable '--per-thread' on all thread

2017-12-05 Thread Jin, Yao
On 12/5/2017 6:21 PM, Jiri Olsa wrote: On Tue, Dec 05, 2017 at 10:03:00PM +0800, Jin Yao wrote: v6: --- Update according to Arnaldo's comments. 1. In 'perf util: Define a structure for runtime shadow stats' Remove '#include "evsel.h"' 2. In 'perf stat: Extend rbtree to support per-thread sha

Re: [PATCH v6 00/11] perf stat: Enable '--per-thread' on all thread

2017-12-05 Thread Jiri Olsa
On Tue, Dec 05, 2017 at 10:03:00PM +0800, Jin Yao wrote: > v6: > --- > Update according to Arnaldo's comments. > > 1. In 'perf util: Define a structure for runtime shadow stats' > Remove '#include "evsel.h"' > > 2. In 'perf stat: Extend rbtree to support per-thread shadow stats' > Change patch su