From: tom.zanussi@intel.com
To: yocto@yoctoproject.org, bruce.ashfield@windriver.com,
richard.purdie@linuxfoundation.org, saul.wold@intel.com
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>,
Arnaldo Carvalho de Melo <acme@redhat.com>,
Paul Mackerras <paulus@samba.org>, Ingo Molnar <mingo@elte.hu>,
Jiri Olsa <jolsa@redhat.com>
Subject: [PATCH 0/6][3.0 KERNEL] linux-yocto-3.0 perf-scripting updates
Date: Wed, 11 Jul 2012 00:29:00 -0500 [thread overview]
Message-ID: <cover.1341983825.git.tom.zanussi@intel.com> (raw)
From: Tom Zanussi <tom.zanussi@intel.com>
This patchset comprises the kernel side of the modifications needed to
enable the Perl and Python bindings for perf scripting for
linux-yocto-3.0.
I haven't had time to build-test all four meta-yocto machines that
need this, but I did do a successful build-test of the atom-pc machine
and got the expected perf compile/install results. I assume that
since it worked for atom-pc it should also work for the other
meta-yocto machines as well. I don't have the hardware to test
the meta-yocto machines either, but since essentially the same thing
worked fine for the similar set of qemu machines as well as all other
hardware tested so far, we can probably assume the same for these.
Please pull into linux-yocto-3.0 yocto/standard/base.
Thanks,
Tom
The following changes since commit bd6ad607c754dea30d91502a237870b4c45e0f1b:
Bruce Ashfield (1):
Merge branch 'yocto/base' into yocto/standard/base
are available in the git repository at:
git://git.yoctoproject.org/linux-yocto-2.6.37-contrib.git tzanussi/perf-features-linux-yocto-3.0
http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=tzanussi/perf-features-linux-yocto-3.0
Jiri Olsa (1):
perf tools: Add support to install perf python extension
Tom Zanussi (5):
Revert "perf: hard-code NO_LIBPERL/NO_LIBPYTHON"
perf: use pkg-config instead of python-config
perf: add 'libperl not found' warning
perf: change --root to --prefix for python install
perf: add sgidefs.h to for mips builds
tools/perf/Makefile | 96 +++++++++++++++++++-
.../perf/scripts/python/Perf-Trace-Util/Context.c | 4 +
.../util/scripting-engines/trace-event-python.c | 4 +
tools/perf/util/setup.py | 21 ++++-
4 files changed, 119 insertions(+), 6 deletions(-)
next reply other threads:[~2012-07-11 5:29 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-11 5:29 tom.zanussi [this message]
2012-07-11 5:28 ` [PATCH 1/6] Revert "perf: hard-code NO_LIBPERL/NO_LIBPYTHON" tom.zanussi
2012-07-11 5:28 ` [PATCH 2/6] perf tools: Add support to install perf python extension tom.zanussi
2012-07-11 5:29 ` [PATCH 3/6] perf: use pkg-config instead of python-config tom.zanussi
2012-07-11 5:29 ` [PATCH 4/6] perf: add 'libperl not found' warning tom.zanussi
2012-07-11 5:29 ` [PATCH 5/6] perf: change --root to --prefix for python install tom.zanussi
2012-07-11 5:29 ` [PATCH 6/6] perf: add sgidefs.h to for mips builds tom.zanussi
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=cover.1341983825.git.tom.zanussi@intel.com \
--to=tom.zanussi@intel.com \
--cc=a.p.zijlstra@chello.nl \
--cc=acme@redhat.com \
--cc=bruce.ashfield@windriver.com \
--cc=jolsa@redhat.com \
--cc=mingo@elte.hu \
--cc=paulus@samba.org \
--cc=richard.purdie@linuxfoundation.org \
--cc=saul.wold@intel.com \
--cc=yocto@yoctoproject.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.