linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Xing Zhengjun <zhengjun.xing@linux.intel.com>
To: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>,
	Ingo Molnar <mingo@redhat.com>,
	alexander.shishkin@intel.com, Jiri Olsa <jolsa@kernel.org>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	linux-perf-users <linux-perf-users@vger.kernel.org>,
	Ian Rogers <irogers@google.com>, Andi Kleen <ak@linux.intel.com>,
	Kan Liang <kan.liang@linux.intel.com>,
	Namhyung Kim <namhyung@kernel.org>
Subject: Re: [PATCH v3 0/5] Add perf stat default events for hybrid machines
Date: Thu, 21 Jul 2022 14:44:56 +0800	[thread overview]
Message-ID: <33cc6a12-ccd7-c2ef-5dfc-0434105c50a8@linux.intel.com> (raw)
In-Reply-To: <1d0e29b9-aa14-4cf5-9692-21244f7ddef5@linux.intel.com>

Hi Arnaldo,

On 7/4/2022 5:05 PM, Xing Zhengjun wrote:
> Hi,
> 
> On 6/15/2022 1:59 AM, Namhyung Kim wrote:
>> Hello,
>>
>> On Thu, Jun 9, 2022 at 7:55 PM <zhengjun.xing@linux.intel.com> wrote:
>>>
>>> From: Zhengjun Xing <zhengjun.xing@linux.intel.com>
>>>
>>> The patch series is to clean up the existing perf stat default and 
>>> support
>>> the perf metrics Topdown for the p-core PMU in the perf stat default. 
>>> The
>>> first 4 patches are the clean-up patch and fixing the "--detailed" 
>>> issue.
>>> The last patch adds support for the perf metrics Topdown, the perf 
>>> metrics
>>> Topdown support for e-core PMU will be implemented later separately.
>>>
>>> Kan Liang (4):
>>>    perf stat: Revert "perf stat: Add default hybrid events"
>>>    perf evsel: Add arch_evsel__hw_name()
>>>    perf evlist: Always use arch_evlist__add_default_attrs()
>>>    perf x86 evlist: Add default hybrid events for perf stat
>>>
>>> Zhengjun Xing (1):
>>>    perf stat: Add topdown metrics in the default perf stat on the hybrid
>>>      machine
>>
>> Acked-by: Namhyung Kim <namhyung@kernel.org>
>>
> 
> Thanks Namhyung.
> 
> Hi Arnaldo,
> 
> Can this patch series go in?
> Thanks.

This patch series has been a long time, patch2(perf evsel: Add 
arch_evsel__hw_name() ) need rebase to the latest perf/core branch,
I will send a v4 version for it.
> 
>> Thanks,
>> Namhyung
>>
>>
>>>
>>>   tools/perf/arch/x86/util/evlist.c  | 64 +++++++++++++++++++++++++-----
>>>   tools/perf/arch/x86/util/evsel.c   | 20 ++++++++++
>>>   tools/perf/arch/x86/util/topdown.c | 51 ++++++++++++++++++++++++
>>>   tools/perf/arch/x86/util/topdown.h |  1 +
>>>   tools/perf/builtin-stat.c          | 50 ++++-------------------
>>>   tools/perf/util/evlist.c           | 11 +++--
>>>   tools/perf/util/evlist.h           |  9 ++++-
>>>   tools/perf/util/evsel.c            |  7 +++-
>>>   tools/perf/util/evsel.h            |  1 +
>>>   tools/perf/util/stat-display.c     |  2 +-
>>>   tools/perf/util/topdown.c          |  7 ++++
>>>   tools/perf/util/topdown.h          |  3 +-
>>>   12 files changed, 166 insertions(+), 60 deletions(-)
>>>
>>> -- 
>>> 2.25.1
>>>
> 

-- 
Zhengjun Xing

      reply	other threads:[~2022-07-21  6:45 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-10  2:54 [PATCH v3 0/5] Add perf stat default events for hybrid machines zhengjun.xing
2022-06-10  2:54 ` [PATCH v3 1/5] perf stat: Revert "perf stat: Add default hybrid events" zhengjun.xing
2022-06-10  2:54 ` [PATCH v3 2/5] perf evsel: Add arch_evsel__hw_name() zhengjun.xing
2022-06-10  2:54 ` [PATCH v3 3/5] perf evlist: Always use arch_evlist__add_default_attrs() zhengjun.xing
2022-06-10  2:54 ` [PATCH v3 4/5] perf x86 evlist: Add default hybrid events for perf stat zhengjun.xing
2022-06-10  2:54 ` [PATCH v3 5/5] perf stat: Add topdown metrics in the default perf stat on the hybrid machine zhengjun.xing
2022-06-14 17:59 ` [PATCH v3 0/5] Add perf stat default events for hybrid machines Namhyung Kim
2022-07-04  9:05   ` Xing Zhengjun
2022-07-21  6:44     ` Xing Zhengjun [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=33cc6a12-ccd7-c2ef-5dfc-0434105c50a8@linux.intel.com \
    --to=zhengjun.xing@linux.intel.com \
    --cc=acme@kernel.org \
    --cc=ak@linux.intel.com \
    --cc=alexander.shishkin@intel.com \
    --cc=irogers@google.com \
    --cc=jolsa@kernel.org \
    --cc=kan.liang@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-perf-users@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=namhyung@kernel.org \
    --cc=peterz@infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).