From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932877AbdGLBjI (ORCPT ); Tue, 11 Jul 2017 21:39:08 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:33460 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753193AbdGLBjG (ORCPT ); Tue, 11 Jul 2017 21:39:06 -0400 Subject: Re: [PATCH v5 00/16] perf tool: add meta-data header support for pipe-mode To: David Carrillo-Cisneros , linux-kernel@vger.kernel.org References: <20170711235307.99626-1-davidcc@google.com> Cc: Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , Alexander Shishkin , Andi Kleen , Simon Que , Wang Nan , Jiri Olsa , He Kuang , Masami Hiramatsu , Namhyung Kim , Stephane Eranian , Paul Turner From: David Ahern Message-ID: <0409f0c7-299b-a8d2-2ce1-bbafa9139aa4@gmail.com> Date: Tue, 11 Jul 2017 19:39:03 -0600 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170711235307.99626-1-davidcc@google.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 7/11/17 5:52 PM, David Carrillo-Cisneros wrote: ... > (This is a rebased and updated version of Stephane Eranian's version > in https://patchwork.kernel.org/patch/1499081/) ... > With this series, it is possible to get: > $ perf record -o - -e cycles sleep 1 | perf report --stdio --header > # ======== > # captured on: Mon May 22 16:33:43 2017 > # ======== > # > # hostname : my_hostname > # os release : 4.11.0-dbx-up_perf > # perf version : 4.11.rc6.g6277c80 > # arch : x86_64 > # nrcpus online : 72 > # nrcpus avail : 72 > # cpudesc : Intel(R) Xeon(R) CPU E5-2696 v3 @ 2.30GHz > # cpuid : GenuineIntel,6,63,2 > # total memory : 263457192 kB > # cmdline : /root/perf record -e cycles sleep 1 > # event : name = cycles, , size = 112, { sample_period, sample_freq } = 4000, sample_type = IP|TID|TIME|PERIOD, disabled = 1, inherit = 1, mmap = 1, comm = 1, freq = 1, enable_on_exec = 1, task = 1, sample_id_all = 1, exclude_guest = 1, mmap2 = 1, comm_exec = 1 > # CPU_TOPOLOGY info available, use -I to display > # NUMA_TOPOLOGY info available, use -I to display > # pmu mappings: intel_bts = 6, cpu = 4, msr = 49, uncore_cbox_10 = 36, [SNIP] > [ perf record: Woken up 1 times to write data ] > [ perf record: Captured and wrote 0.000 MB - ] > ... I like it; much needed functionality. Acked-by: David Ahern