Re: [PATCH 0/7] perf tool: pipe-mode fixes

2017-04-11 Thread Arnaldo Carvalho de Melo
Em Tue, Apr 11, 2017 at 11:49:06AM +0200, Jiri Olsa escreveu: > On Mon, Apr 10, 2017 at 01:14:25PM -0700, David Carrillo-Cisneros wrote: > > Various fixes for perf tool pipe-mode for bugs that arose while trying > > to make this work: > > > > perf record -o - noploop | perf inject -b | perf an

Re: [PATCH 0/7] perf tool: pipe-mode fixes

2017-04-11 Thread Jiri Olsa
On Mon, Apr 10, 2017 at 01:14:25PM -0700, David Carrillo-Cisneros wrote: > Various fixes for perf tool pipe-mode for bugs that arose while trying > to make this work: > > perf record -o - noploop | perf inject -b | perf annotate -i - > > David Carrillo-Cisneros (7): > perf inject: don't pro

[PATCH 0/7] perf tool: pipe-mode fixes

2017-04-10 Thread David Carrillo-Cisneros
Various fixes for perf tool pipe-mode for bugs that arose while trying to make this work: perf record -o - noploop | perf inject -b | perf annotate -i - David Carrillo-Cisneros (7): perf inject: don't proceed if perf_session__process_event fails perf inject: copy events when reordering ev