'perf upgrade' (was: Re: [PATCH v9 00/11] Add support for JSON event files.)

Sukadev Bhattiprolu sukadev at linux.vnet.ibm.com
Wed Apr 15 04:03:18 AEST 2015


Ingo Molnar [mingo at kernel.org] wrote:

Meant to Cc Tom Huynh as they had a related patchset a few months
ago.

| 
| * Michael Ellerman <mpe at ellerman.id.au> wrote:
| 
| > On Tue, 2015-04-14 at 10:55 +0200, Ingo Molnar wrote:
| > > * Sukadev Bhattiprolu <sukadev at linux.vnet.ibm.com> wrote:
| > > 
| > > > This is another attempt to resurrect Andi Kleen's patchset so users
| > > > can specify perf events by their event names rather than raw codes.
| > > > 
| > > > This is a rebase of Andi Kleen's patchset from Jul 30, 2014[1] to 4.0.
| > > > (I fixed minor and not so minor conflicts).
| > > 
| > > So this series shows some progress, but instead of this limited 
| > > checkout ability I'd still prefer it if 'perf download' downloaded 
| > > the latest perf code itself and built it - it shouldn't be limited 
| > > to just a small subset of the perf source code!
| > 
| > Ingo, can you please stop blocking this? It's getting ridiculous.
| > 
| > We've been waiting over 8 months for this to go in.
| 
| We just merged a patch series that was first sent in 2013. Some things 
| take time to get right.

I used to rebuild git years ago to work around bugs in rebase, but rarely
need to rebuild these days, because it is stable.  I am guessing it is the
same for most users of perf.

IOW, perf download/upgrade can be extended to fetch and build, but
dont' understand why that is _required_ to _use_ the JSON files.

- perf having an ability to parse JSON files
- perf downloading JSON files
- perf downloading latest source code
- perf downloading dependent RPMS/packages to build (which
  seem to be tied to distros)

all seem like independent steps to me. If current design can be
tweaked to not constrain future choices, we should definitely do
that.

If not, can we make incremental progress on this?

If necessary, we could add an option to 'perf upgrade' to fetch only
the JSON files?  Or by default, 'perf upgrade' can assume --all
and download everything it can download.

In the future we can add --json-files, --sources etc and still
ahve --all fetch everything it can.

Sukadev



More information about the Linuxppc-dev mailing list