From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752531AbdLEMV4 (ORCPT ); Tue, 5 Dec 2017 07:21:56 -0500 Received: from mga06.intel.com ([134.134.136.31]:58781 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752035AbdLEMVy (ORCPT ); Tue, 5 Dec 2017 07:21:54 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,364,1508828400"; d="scan'208";a="183816448" Subject: Re: [PATCH v6 00/11] perf stat: Enable '--per-thread' on all thread To: Jiri Olsa Cc: acme@kernel.org, jolsa@kernel.org, peterz@infradead.org, mingo@redhat.com, alexander.shishkin@linux.intel.com, Linux-kernel@vger.kernel.org, ak@linux.intel.com, kan.liang@intel.com, yao.jin@intel.com References: <1512482591-4646-1-git-send-email-yao.jin@linux.intel.com> <20171205102122.GB24808@krava> From: "Jin, Yao" Message-ID: <80369ec2-1fe7-c9a0-eceb-813c81866fca@linux.intel.com> Date: Tue, 5 Dec 2017 20:21:51 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171205102122.GB24808@krava> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/5/2017 6:21 PM, Jiri Olsa wrote: > On Tue, Dec 05, 2017 at 10:03:00PM +0800, Jin Yao wrote: >> v6: >> --- >> Update according to Arnaldo's comments. >> >> 1. In 'perf util: Define a structure for runtime shadow stats' >> Remove '#include "evsel.h"' >> >> 2. In 'perf stat: Extend rbtree to support per-thread shadow stats' >> Change patch subject to 'perf stat: Extend rbtree to support per-thread shadow stats'. >> >> 3. Split the 'perf util: Update and print per-thread shadow stats' to 2 patches. >> perf util: Update per-thread shadow stats >> perf util: Print per-thread shadow stats >> >> 4. Rebase to latest perf/core branch >> Because 3 patches have been merged yet so remove them in this patch series. >> >> Update the patch 'perf util: Enumerate all threads from /proc' in rebase. > > v6 looks also good > > Acked-by: Jiri Olsa > > thanks, > jirka > Thanks for reviewing the patch. Thanks! Jin Yao