From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753721AbdFMSy2 (ORCPT ); Tue, 13 Jun 2017 14:54:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45046 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752597AbdFMSy0 (ORCPT ); Tue, 13 Jun 2017 14:54:26 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com C9C16334597 Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jolsa@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com C9C16334597 Date: Tue, 13 Jun 2017 20:54:22 +0200 From: Jiri Olsa To: David Carrillo-Cisneros Cc: linux-kernel@vger.kernel.org, Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , Alexander Shishkin , Andi Kleen , Simon Que , Wang Nan , Jiri Olsa , He Kuang , Masami Hiramatsu , Stephane Eranian , Paul Turner Subject: Re: [PATCH v4 00/16] perf tool: add meta-data header support for pipe-mode Message-ID: <20170613185422.GA6092@krava> References: <20170613042932.141842-1-davidcc@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170613042932.141842-1-davidcc@google.com> User-Agent: Mutt/1.8.0 (2017-02-23) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Tue, 13 Jun 2017 18:54:26 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 12, 2017 at 09:29:16PM -0700, David Carrillo-Cisneros wrote: > v4: - Limit write_* functions to page_size. > - Fixed bugs spotted by Jiri. > - Add information about pipe-mode to some error messages. hum, looks like we have pipe report broken.. on arnaldo's perf/core branch: [jolsa@krava perf]$ ./perf record ls | ./perf report # To display the perf.data header info, please use --header/--header-only options. # ... [ perf record: Woken up 1 times to write data ] [ perf record: Captured and wrote 0.000 MB (null) ] # # Total Lost Samples: 0 # # Samples: 10 of event 'cycles:uhH' # Event count (approx.): 1810081 # # Overhead Trace output # ........ ............ # 100.00% N/A thanks, jirka