Re: [PATCH 05/19] perf session: Add missing sample flush for piped events

2013-10-20 Thread Jiri Olsa
On Fri, Oct 18, 2013 at 03:29:02PM +0300, Adrian Hunter wrote: > Piped events can be sorted so a final flush is needed. > Add that and remove a redundant 'err = 0'. > > Signed-off-by: Adrian Hunter seems ok, Reviewed-by: Jiri Olsa jirka -- To unsubscribe from this list: send the line "unsubscr

[PATCH 05/19] perf session: Add missing sample flush for piped events

2013-10-18 Thread Adrian Hunter
Piped events can be sorted so a final flush is needed. Add that and remove a redundant 'err = 0'. Signed-off-by: Adrian Hunter --- tools/perf/util/session.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tools/perf/util/session.c b/tools/perf/util/session.c index d1e