From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754750AbcKNQ0x (ORCPT ); Mon, 14 Nov 2016 11:26:53 -0500 Received: from mail-pf0-f195.google.com ([209.85.192.195]:35606 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754177AbcKNQ0u (ORCPT ); Mon, 14 Nov 2016 11:26:50 -0500 Subject: Re: [PATCHSET 0/7] perf sched: Introduce timehist command, again (v1) To: Namhyung Kim , Arnaldo Carvalho de Melo References: <20161114161243.15403-1-namhyung@kernel.org> Cc: Ingo Molnar , Peter Zijlstra , Jiri Olsa , LKML , Stephane Eranian , Andi Kleen From: David Ahern Message-ID: Date: Mon, 14 Nov 2016 09:26:42 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161114161243.15403-1-namhyung@kernel.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/14/16 9:12 AM, Namhyung Kim wrote: > Hello, > > This patchset is a rebased version of David's sched timehist work [1]. > I plan to improve perf sched command more and think that having > timehist command before the work looks good. It seems David is busy > these days, so I'm retrying it by myself. > > This implements only basic feature and a few options. I just split > the patch to make it easier to review and did some cosmetic changes. > More patches will come later. > > The below is from the David's original description: > -----8<----- > > This code is available at 'perf/timehist-v1' branch in my tree > > git://git.kernel.org/pub/scm/linux/kernel/git/namhyung/linux-perf.git > > Any feedback is welcomed, David? > Love to see this go in. Thanks for reviving the patches.