Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/6] linux: build host perf (branch yem/linux-host-perf)
@ 2016-03-11 18:19 Yann E. MORIN
  2016-03-11 18:19 ` [Buildroot] [PATCH 1/6] linux/perf: really do not build the documentation Yann E. MORIN
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Yann E. MORIN @ 2016-03-11 18:19 UTC (permalink / raw)
  To: buildroot

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.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-03-19 16:03 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-11 18:19 [Buildroot] [PATCH 0/6] linux: build host perf (branch yem/linux-host-perf) Yann E. MORIN
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox