From: will.deacon@arm.com (Will Deacon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v7 0/4] Add support for ThunderX2 pmu events using json files
Date: Thu, 12 Oct 2017 11:58:52 +0100 [thread overview]
Message-ID: <20171012105851.GC7395@arm.com> (raw)
In-Reply-To: <CAKTKpr5=msG9b-f2Mj+1SibUvMXefg9DAcNA7M3hgHCX=hpQ6g@mail.gmail.com>
On Thu, Oct 12, 2017 at 04:20:06PM +0530, Ganapatrao Kulkarni wrote:
> Hi Robert,
>
> On Thu, Oct 12, 2017 at 4:08 PM, Robert Richter <rric@kernel.org> wrote:
> > On 12.10.17 16:04:15, Ganapatrao Kulkarni wrote:
> >
> >> tools/perf/arch/arm64/util/Build | 1 +
> >> tools/perf/arch/arm64/util/header.c | 65 ++++++++++++++++++++++
> >> tools/perf/arch/powerpc/util/header.c | 2 +-
> >> tools/perf/arch/x86/util/header.c | 2 +-
> >> tools/perf/pmu-events/arch/arm64/mapfile.csv | 15 +++++
> >> .../arch/arm64/thunderx2/thunderx2-imp-def.json | 62 +++++++++++++++++++++
> >
> > I guess the dir needs to be named 'cavium'.
>
> i dont think so , while compilation arch type is detected, it has to be arm64
> refer SRCARCH in pmu-events/Build
The full name should be:
.../arch/arm64/cavium/thunderx2-imp-def.json
Will
WARNING: multiple messages have this Message-ID (diff)
From: Will Deacon <will.deacon@arm.com>
To: Ganapatrao Kulkarni <gklkml16@gmail.com>
Cc: Robert Richter <rric@kernel.org>,
Ganapatrao Kulkarni <ganapatrao.kulkarni@cavium.com>,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, catalin.marinas@arm.com,
mark.rutland@arm.com, Arnaldo Carvalho de Melo <acme@kernel.org>,
alexander.shishkin@linux.intel.com, peterz@infradead.org,
mingo@redhat.com, jnair@caviumnetworks.com,
Zhangshaokun <zhangshaokun@hisilicon.com>,
Jonathan.Cameron@huawei.com,
Robert Richter <Robert.Richter@cavium.com>
Subject: Re: [PATCH v7 0/4] Add support for ThunderX2 pmu events using json files
Date: Thu, 12 Oct 2017 11:58:52 +0100 [thread overview]
Message-ID: <20171012105851.GC7395@arm.com> (raw)
In-Reply-To: <CAKTKpr5=msG9b-f2Mj+1SibUvMXefg9DAcNA7M3hgHCX=hpQ6g@mail.gmail.com>
On Thu, Oct 12, 2017 at 04:20:06PM +0530, Ganapatrao Kulkarni wrote:
> Hi Robert,
>
> On Thu, Oct 12, 2017 at 4:08 PM, Robert Richter <rric@kernel.org> wrote:
> > On 12.10.17 16:04:15, Ganapatrao Kulkarni wrote:
> >
> >> tools/perf/arch/arm64/util/Build | 1 +
> >> tools/perf/arch/arm64/util/header.c | 65 ++++++++++++++++++++++
> >> tools/perf/arch/powerpc/util/header.c | 2 +-
> >> tools/perf/arch/x86/util/header.c | 2 +-
> >> tools/perf/pmu-events/arch/arm64/mapfile.csv | 15 +++++
> >> .../arch/arm64/thunderx2/thunderx2-imp-def.json | 62 +++++++++++++++++++++
> >
> > I guess the dir needs to be named 'cavium'.
>
> i dont think so , while compilation arch type is detected, it has to be arm64
> refer SRCARCH in pmu-events/Build
The full name should be:
.../arch/arm64/cavium/thunderx2-imp-def.json
Will
next prev parent reply other threads:[~2017-10-12 10:58 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-12 10:34 [PATCH v7 0/4] Add support for ThunderX2 pmu events using json files Ganapatrao Kulkarni
2017-10-12 10:34 ` Ganapatrao Kulkarni
2017-10-12 10:34 ` [PATCH v7 1/4] perf utils: passing pmu as a parameter to function get_cpuid_str Ganapatrao Kulkarni
2017-10-12 10:34 ` Ganapatrao Kulkarni
2017-10-12 10:34 ` [PATCH v7 2/4] perf tools arm64: Add support for get_cpuid_str function Ganapatrao Kulkarni
2017-10-12 10:34 ` Ganapatrao Kulkarni
2017-10-12 10:34 ` [PATCH v7 3/4] perf utils: Add helper function is_pmu_core to detect PMU CORE devices Ganapatrao Kulkarni
2017-10-12 10:34 ` Ganapatrao Kulkarni
2017-10-12 10:34 ` [PATCH v7 4/4] perf vendor events arm64: Add ThunderX2 implementation defined pmu core events Ganapatrao Kulkarni
2017-10-12 10:34 ` Ganapatrao Kulkarni
2017-10-12 10:38 ` [PATCH v7 0/4] Add support for ThunderX2 pmu events using json files Robert Richter
2017-10-12 10:38 ` Robert Richter
2017-10-12 10:50 ` Ganapatrao Kulkarni
2017-10-12 10:50 ` Ganapatrao Kulkarni
2017-10-12 10:58 ` Will Deacon [this message]
2017-10-12 10:58 ` Will Deacon
2017-10-12 11:45 ` Zhangshaokun
2017-10-12 11:45 ` Zhangshaokun
2017-10-12 13:47 ` Ganapatrao Kulkarni
2017-10-12 13:47 ` Ganapatrao Kulkarni
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=20171012105851.GC7395@arm.com \
--to=will.deacon@arm.com \
--cc=linux-arm-kernel@lists.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.