Re: [PATCH v3 05/11] perf evlist: Introduce aux perf evlist

2016-05-23 Thread Arnaldo Carvalho de Melo
Em Mon, May 23, 2016 at 07:13:42AM +, Wang Nan escreveu: > Introduce auxiliary perf evlist. Such evlists created by > perf_evlist__new_aux() > using an existing evlist. A 'parent' pointer points to the template. You must define template above, otherwise I will not have how to compare the patc

[PATCH v3 05/11] perf evlist: Introduce aux perf evlist

2016-05-23 Thread Wang Nan
Introduce auxiliary perf evlist. Such evlists created by perf_evlist__new_aux() using an existing evlist. A 'parent' pointer points to the template. A 'evlist->parent' pointer is added to 'struct perf_evlist' and points to the evlist itself for normal evlists (so in this patch changing 'evlist' to