From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753089AbcAVJmI (ORCPT ); Fri, 22 Jan 2016 04:42:08 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40648 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752976AbcAVJlu (ORCPT ); Fri, 22 Jan 2016 04:41:50 -0500 Date: Fri, 22 Jan 2016 10:41:46 +0100 From: Jiri Olsa To: Andi Kleen Cc: acme@kernel.org, jolsa@kernel.org, mingo@kernel.org, linux-kernel@vger.kernel.org, eranian@google.com, Andi Kleen Subject: Re: [PATCH 2/9] perf, tools, stat: Add support for metrics in interval mode Message-ID: <20160122094146.GB27246@krava.brq.redhat.com> References: <1453256812-24006-1-git-send-email-andi@firstfloor.org> <1453256812-24006-3-git-send-email-andi@firstfloor.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1453256812-24006-3-git-send-email-andi@firstfloor.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 19, 2016 at 06:26:45PM -0800, Andi Kleen wrote: > From: Andi Kleen > > Now that we can modify the metrics printout functions easily, > it's straight forward to support metric printing for interval mode. > All that is needed is to print the time stamp on every new line. > Pass the prefix into the context and print it out. > > v2: Move wrong hunk to here. > Signed-off-by: Andi Kleen Acked-by: Jiri Olsa thanks, jirka