From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754927AbbEKPoJ (ORCPT ); Mon, 11 May 2015 11:44:09 -0400 Received: from one.firstfloor.org ([193.170.194.197]:51377 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751103AbbEKPoI (ORCPT ); Mon, 11 May 2015 11:44:08 -0400 Date: Mon, 11 May 2015 17:44:05 +0200 From: Andi Kleen To: Namhyung Kim Cc: Arnaldo Carvalho de Melo , Ingo Molnar , Peter Zijlstra , Jiri Olsa , LKML , David Ahern , Stephane Eranian , Andi Kleen , Minchan Kim Subject: Re: [RFC/PATCH v2] perf data: Add stat subcommand to show sample event stat Message-ID: <20150511154405.GV2366@two.firstfloor.org> References: <1431357915-10218-1-git-send-email-namhyung@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1431357915-10218-1-git-send-email-namhyung@kernel.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > The sampling ratio was useful for me to determine how often the event > was sampled - in this case the cpu cycles event was only sampled at 12% That's dangerous to determine without a plot. It could be that it was bimodal: 100% busy and then idle. You may want to add something like the spark plots I submitted for stat some time ago. -Andi