Re: [PATCH 03/31] perf tools: Introduce dummy evsel

2015-09-02 Thread pi3orama
发自我的 iPhone > 在 2015年9月3日,上午8:11,Namhyung Kim 写道: > > Hi, > >> On Sat, Aug 29, 2015 at 04:21:37AM +, Wang Nan wrote: >> This patch allows linking dummy evsel onto evlist as a placeholder. It >> is for following patch which allows passing BPF object using '--event >> object.o'. >> >> Does

Re: [PATCH 03/31] perf tools: Introduce dummy evsel

2015-09-02 Thread Namhyung Kim
Hi, On Sat, Aug 29, 2015 at 04:21:37AM +, Wang Nan wrote: > This patch allows linking dummy evsel onto evlist as a placeholder. It > is for following patch which allows passing BPF object using '--event > object.o'. > > Doesn't link other event selectors, if passing a BPF object file to > '--

Re: [PATCH 03/31] perf tools: Introduce dummy evsel

2015-08-31 Thread Arnaldo Carvalho de Melo
Em Sat, Aug 29, 2015 at 04:21:37AM +, Wang Nan escreveu: > This patch allows linking dummy evsel onto evlist as a placeholder. It > is for following patch which allows passing BPF object using '--event > object.o'. Summary: this patch ended up adding too many subtle clever tricks to achieve wh

[PATCH 03/31] perf tools: Introduce dummy evsel

2015-08-28 Thread Wang Nan
This patch allows linking dummy evsel onto evlist as a placeholder. It is for following patch which allows passing BPF object using '--event object.o'. Doesn't link other event selectors, if passing a BPF object file to '--event', nothing is linked onto evlist. Instead, events described in BPF obj