From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753944AbdIDRLe (ORCPT ); Mon, 4 Sep 2017 13:11:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:45140 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753895AbdIDRLc (ORCPT ); Mon, 4 Sep 2017 13:11:32 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4434221BF3 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=acme@kernel.org Date: Mon, 4 Sep 2017 14:11:28 -0300 From: Arnaldo Carvalho de Melo To: Andi Kleen Cc: jolsa@kernel.org, linux-kernel@vger.kernel.org, Andi Kleen Subject: Re: [PATCH v3 06/11] perf, tools, stat: Support JSON metrics in perf stat Message-ID: <20170904171128.GB22298@kernel.org> References: <20170831194036.30146-1-andi@firstfloor.org> <20170831194036.30146-7-andi@firstfloor.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170831194036.30146-7-andi@firstfloor.org> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Thu, Aug 31, 2017 at 12:40:31PM -0700, Andi Kleen escreveu: > The actual JSON metrics are in a separate pull request. Yeah, I noticed when trying to test it :-\ Was this pull req submitted? - Arnaldo > % perf stat -M Summary --metric-only -a sleep 1 [root@jouet ~]# perf stat -M Summary --metric-only -a sleep 1 Cannot find metric or group `Summary' Usage: perf stat [] [] -M, --metrics monitor specified metrics or metric groups (separated by ,) [root@jouet ~]# perf stat -M GFLOPs flops Cannot find metric or group `GFLOPs' Usage: perf stat [] [] -M, --metrics monitor specified metrics or metric groups (separated by ,) [root@jouet ~]#