From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 0/6] linux: build host perf (branch yem/linux-host-perf)
Date: Fri, 11 Mar 2016 19:19:56 +0100 [thread overview]
Message-ID: <cover.1457720152.git.yann.morin.1998@free.fr> (raw)
Hello All!
This short series make it possible to build a host perf.
When run on the target, perf may generate raw dumps. Those dumps are to
be parsed by perf itself to gfenerate proper reports; this can (and
should probably) be done off-line ona fast machine, rather than on the
target.
First, we apply a number of fixes to the perf linux tool:
- really do not build the documentation
- honour the number of parallel jobs
- really disable unavailable features
- conditioanlly add support for gz and xz
Then, we build perf for the target in an empty directory, rather than
in-place, so that we do not mix the target .o files with the host .o
files.
Finally, we do build the host perf, alsao in its own directory.
Regards,
Yann E. MORIN.
The following changes since commit 0b7b84310c3781c346eea4c114c8cb4e97bbd8ea:
olimex_imx233_olinuxino_defconfig: genimage support (2016-03-11 13:14:54 +0100)
are available in the git repository at:
git://git.busybox.net/~ymorin/git/buildroot yem/linux-host-perf
for you to fetch changes up to b5f50fa3c517ddd37dbf339c011f6bf0621f55ac:
linux/perf: build the host perf tool (2016-03-11 18:11:58 +0100)
----------------------------------------------------------------
Yann E. MORIN (6):
linux/perf: really do not build the documentation
linux/perf: honour the number of parallel jobs
linux/perf: forcefully disable the features with missing dependencies
linux/perf: conditionally enable support for gz/xz compression
linux/perf: build in a sub-directory
linux/perf: build the host perf tool
linux/Config.tools.in | 4 +++
linux/linux-tool-perf.mk | 93 ++++++++++++++++++++++++++++++++++++++++++------
2 files changed, 87 insertions(+), 10 deletions(-)
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next reply other threads:[~2016-03-11 18:19 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-11 18:19 Yann E. MORIN [this message]
2016-03-11 18:19 ` [Buildroot] [PATCH 1/6] linux/perf: really do not build the documentation Yann E. MORIN
2016-03-11 18:19 ` [Buildroot] [PATCH 2/6] linux/perf: honour the number of parallel jobs Yann E. MORIN
2016-03-11 18:19 ` [Buildroot] [PATCH 3/6] linux/perf: forcefully disable the features with missing dependencies Yann E. MORIN
2016-03-11 18:19 ` [Buildroot] [PATCH 4/6] linux/perf: conditionally enable support for gz/xz compression Yann E. MORIN
2016-03-11 18:19 ` [Buildroot] [PATCH 5/6] linux/perf: build in a sub-directory Yann E. MORIN
2016-03-11 18:19 ` [Buildroot] [PATCH 6/6] linux/perf: build the host perf tool Yann E. MORIN
2016-03-19 13:55 ` Thomas Petazzoni
2016-03-19 14:23 ` Yann E. MORIN
2016-03-19 16:03 ` Arnout Vandecappelle
2016-03-19 13:48 ` [Buildroot] [PATCH 0/6] linux: build host perf (branch yem/linux-host-perf) Thomas Petazzoni
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.1457720152.git.yann.morin.1998@free.fr \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/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