* [GIT PULL] Please pull JSON files for POWR9 PMU events
@ 2017-11-08 20:19 Sukadev Bhattiprolu
2017-11-09 19:15 ` Arnaldo Carvalho de Melo
0 siblings, 1 reply; 4+ messages in thread
From: Sukadev Bhattiprolu @ 2017-11-08 20:19 UTC (permalink / raw)
To: Arnaldo Carvalho de Melo
Cc: Jiri Olsa, Michael Ellerman, Madhavan Srinivasan, linuxppc-dev,
linux-kernel
Hi Arnaldo,
Please pull an update to the JSON files for POWER9 PMU events.
The following changes since commit 148b43a3540bf25875bb5ab695a446950dc8d559:
tools headers: Synchronize kernel ABI headers wrt SPDX tags (2017-11-07 13:41:35 -0300)
are available in the git repository at:
https://github.com/sukadev/linux p9-json-v4
for you to fetch changes up to 4afb062d7d306bf56dbae9b5291e3515ccfede4c:
perf vendor events powerpc: Update POWER9 events (2017-11-08 18:42:03 -0500)
----------------------------------------------------------------
Sukadev Bhattiprolu (1):
perf vendor events powerpc: Update POWER9 events
.../perf/pmu-events/arch/powerpc/power9/cache.json | 5 -
.../pmu-events/arch/powerpc/power9/frontend.json | 7 +-
.../pmu-events/arch/powerpc/power9/marked.json | 27 +-
.../perf/pmu-events/arch/powerpc/power9/other.json | 276 ++++++---------------
.../pmu-events/arch/powerpc/power9/pipeline.json | 14 +-
tools/perf/pmu-events/arch/powerpc/power9/pmc.json | 2 +-
.../arch/powerpc/power9/translation.json | 5 -
7 files changed, 88 insertions(+), 248 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] Please pull JSON files for POWR9 PMU events
2017-11-08 20:19 [GIT PULL] Please pull JSON files for POWR9 PMU events Sukadev Bhattiprolu
@ 2017-11-09 19:15 ` Arnaldo Carvalho de Melo
0 siblings, 0 replies; 4+ messages in thread
From: Arnaldo Carvalho de Melo @ 2017-11-09 19:15 UTC (permalink / raw)
To: Sukadev Bhattiprolu
Cc: Jiri Olsa, Michael Ellerman, Madhavan Srinivasan, linuxppc-dev,
linux-kernel
Em Wed, Nov 08, 2017 at 12:19:38PM -0800, Sukadev Bhattiprolu escreveu:
> Hi Arnaldo,
>
> Please pull an update to the JSON files for POWER9 PMU events.
>
> The following changes since commit 148b43a3540bf25875bb5ab695a446950dc8d559:
>
> tools headers: Synchronize kernel ABI headers wrt SPDX tags (2017-11-07 13:41:35 -0300)
>
> are available in the git repository at:
>
> https://github.com/sukadev/linux p9-json-v4
Thanks, applied.
- Arnaldo
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] Please pull JSON files for POWR9 PMU events
@ 2018-03-13 22:46 Sukadev Bhattiprolu
2018-03-14 20:41 ` Arnaldo Carvalho de Melo
0 siblings, 1 reply; 4+ messages in thread
From: Sukadev Bhattiprolu @ 2018-03-13 22:46 UTC (permalink / raw)
To: Arnaldo Carvalho de Melo; +Cc: linuxppc-dev, linux-kernel
Hi Arnaldo,
Please pull an update to the JSON files for POWER9 PMU events.
The following changes since commit 90d2614c4d10c2f9d0ada9a3b01e5f43ca8d1ae3:
perf test: Fix exit code for record+probe_libc_inet_pton.sh (2018-03-13 15:14:43 -0300)
are available in the git repository at:
https://github.com/sukadev/linux/ p9-json-v5
for you to fetch changes up to 99c9dff949f2502964005f9afa8d60c89b446f2c:
perf vendor events: Update POWER9 events (2018-03-13 16:48:12 -0500)
----------------------------------------------------------------
Sukadev Bhattiprolu (1):
perf vendor events: Update POWER9 events
.../perf/pmu-events/arch/powerpc/power9/cache.json | 25 ---
.../pmu-events/arch/powerpc/power9/frontend.json | 10 -
.../pmu-events/arch/powerpc/power9/marked.json | 5 -
.../pmu-events/arch/powerpc/power9/memory.json | 5 -
.../perf/pmu-events/arch/powerpc/power9/other.json | 241 ++++++++++++++-------
.../pmu-events/arch/powerpc/power9/pipeline.json | 50 ++---
tools/perf/pmu-events/arch/powerpc/power9/pmc.json | 5 -
.../arch/powerpc/power9/translation.json | 10 +-
8 files changed, 178 insertions(+), 173 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] Please pull JSON files for POWR9 PMU events
2018-03-13 22:46 Sukadev Bhattiprolu
@ 2018-03-14 20:41 ` Arnaldo Carvalho de Melo
0 siblings, 0 replies; 4+ messages in thread
From: Arnaldo Carvalho de Melo @ 2018-03-14 20:41 UTC (permalink / raw)
To: Sukadev Bhattiprolu
Cc: linuxppc-dev, linux-kernel, Ingo Molnar, Namhyung Kim, Jiri Olsa
Em Tue, Mar 13, 2018 at 03:46:47PM -0700, Sukadev Bhattiprolu escreveu:
>
> Hi Arnaldo,
>
> Please pull an update to the JSON files for POWER9 PMU events.
Can you please be a bit more verbose in the next pull requets, something
like describing what is the nature of this specific pull request, say it
is to better support some specific measurements, etc, so that people
don't have to go and peruse the patches looking for what has changed.
If you could even show it being used and drawind some interesting
conclusion, even better. Or point to documentation describing it being
used, a blog post, whatever that clarifies these updates and encourages
potential users to try the perf tools with those events.
- Arnaldo
> The following changes since commit 90d2614c4d10c2f9d0ada9a3b01e5f43ca8d1ae3:
>
> perf test: Fix exit code for record+probe_libc_inet_pton.sh (2018-03-13 15:14:43 -0300)
>
> are available in the git repository at:
>
> https://github.com/sukadev/linux/ p9-json-v5
>
> for you to fetch changes up to 99c9dff949f2502964005f9afa8d60c89b446f2c:
>
> perf vendor events: Update POWER9 events (2018-03-13 16:48:12 -0500)
>
> ----------------------------------------------------------------
> Sukadev Bhattiprolu (1):
> perf vendor events: Update POWER9 events
>
> .../perf/pmu-events/arch/powerpc/power9/cache.json | 25 ---
> .../pmu-events/arch/powerpc/power9/frontend.json | 10 -
> .../pmu-events/arch/powerpc/power9/marked.json | 5 -
> .../pmu-events/arch/powerpc/power9/memory.json | 5 -
> .../perf/pmu-events/arch/powerpc/power9/other.json | 241 ++++++++++++++-------
> .../pmu-events/arch/powerpc/power9/pipeline.json | 50 ++---
> tools/perf/pmu-events/arch/powerpc/power9/pmc.json | 5 -
> .../arch/powerpc/power9/translation.json | 10 +-
> 8 files changed, 178 insertions(+), 173 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-03-14 20:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-08 20:19 [GIT PULL] Please pull JSON files for POWR9 PMU events Sukadev Bhattiprolu
2017-11-09 19:15 ` Arnaldo Carvalho de Melo
-- strict thread matches above, loose matches on Subject: below --
2018-03-13 22:46 Sukadev Bhattiprolu
2018-03-14 20:41 ` Arnaldo Carvalho de Melo
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).