From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752122AbbKCHqX (ORCPT ); Tue, 3 Nov 2015 02:46:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46364 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751851AbbKCHqS (ORCPT ); Tue, 3 Nov 2015 02:46:18 -0500 Date: Tue, 3 Nov 2015 08:46:16 +0100 From: Jiri Olsa To: Andi Kleen Cc: jolsa@kernel.org, acme@kernel.org, mingo@kernel.org, linux-kernel@vger.kernel.org Subject: Re: perf, tools: Refactor and support interval and CSV metrics v6 Message-ID: <20151103074616.GE23878@krava.brq.redhat.com> References: <1446515428-7450-1-git-send-email-andi@firstfloor.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1446515428-7450-1-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 Mon, Nov 02, 2015 at 05:50:19PM -0800, Andi Kleen wrote: > [v4: Addressed all review feedback.] > [v3: Addressed all review feedback. Update manpage for CSV. Various changes > (see individual patches). Remove some more redundant code > in printout callers.] > [v2: Addressed (near) all review feedback. No manpage updates so far. > Add support for --per-core metrics. Various cleanups.] > [v3: Everything compiles again. Some more cleanups.] > [v4: Split up abstract metrics patch into two. Fix bug with earlier > patch already enabling metrics for CSV/interval. Minor cleanups. > Man page is included] > [v5: Fix mainly bisect problems. No regressions introduced by one > patch and fixed again later. Some minor fixes in addition] > [v6: Fix running/noise printing patch.] I like the list.. starting with v4 goes down to v2 and raise again to v6 ;-) I'll try to check it this week thanks, jirka