From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753341AbcBPT6A (ORCPT ); Tue, 16 Feb 2016 14:58:00 -0500 Received: from mail.kernel.org ([198.145.29.136]:34447 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751759AbcBPT57 (ORCPT ); Tue, 16 Feb 2016 14:57:59 -0500 Date: Tue, 16 Feb 2016 16:57:54 -0300 From: Arnaldo Carvalho de Melo To: Andi Kleen Cc: jolsa@kernel.org, eranian@google.com, mingo@kernel.org, linux-kernel@vger.kernel.org, Andi Kleen Subject: Re: [PATCH 2/8] perf, tools, stat: Add support for metrics in interval mode Message-ID: <20160216195754.GH17690@kernel.org> References: <1454173616-17710-1-git-send-email-andi@firstfloor.org> <1454173616-17710-3-git-send-email-andi@firstfloor.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1454173616-17710-3-git-send-email-andi@firstfloor.org> X-Url: http://acmel.wordpress.com 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 Em Sat, Jan 30, 2016 at 09:06:50AM -0800, Andi Kleen escreveu: > 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. > Acked-by: Jiri Olsa Thanks, applied. - Arnaldo