Commit Graph

39 Commits

Author SHA1 Message Date
Bastian Blank ed67452fc5 Add hyperv-daemons package
svn path=/dists/trunk/linux-tools/; revision=22770
2015-06-28 18:44:20 +00:00
Ben Hutchings a2bc9d510e linux-tools: Install perf-read-vdso{,x}32 in versioned directory under /usr/lib
Also move all the other 'libexec' stuff from /usr/share to /usr/lib.
It's all a big multilib (not multiarch) mess. :-(

svn path=/dists/trunk/linux-tools/; revision=22602
2015-05-11 02:51:07 +00:00
Ben Hutchings 7d0adfb758 Group and sort KERNEL_ARCH_PERF definitions by kernel architecture
Use the $(filter) function to test for any of the CPU names that map
to each kernel architecture, where there are several.

svn path=/dists/trunk/linux-tools/; revision=22596
2015-05-11 00:48:55 +00:00
Ben Hutchings 0a463c3c64 linux-tools: Set ARCH=x86 when building for either amd64 or i386
svn path=/dists/trunk/linux-tools/; revision=22594
2015-05-11 00:32:20 +00:00
Ben Hutchings 7d0cee1a70 [mips*] Add the necessary CPU name mapping for linux-tools
svn path=/dists/trunk/linux-tools/; revision=22329
2015-02-01 01:53:11 +00:00
Ben Hutchings 0d10d7cf9a linux-tools: Remove explicit NO_LIBUNWIND
In 3.12.6-3 we explicitly disabled use of libunwind on most
architectures because perf requires its own architecture-specific code
on top of libunwind yet it would attempt to build with libunwind
wherever libunwind8-dev was installed.

This was fixed in perf 3.15 so we can remove this workaround.

svn path=/dists/trunk/linux-tools/; revision=22323
2015-01-31 23:14:36 +00:00
Ben Hutchings 9a55883a3a Merge pending changes from sid
svn path=/dists/trunk/linux-tools/; revision=22322
2015-01-31 23:09:41 +00:00
Ben Hutchings ff4066284b [arm64] Build perf with libunwind, even though we don't on armel and armhf
svn path=/dists/sid/linux-tools/; revision=22321
2015-01-31 23:04:38 +00:00
Ben Hutchings 3ca51a296a Revert "[armel,armhf] linux-tools: Enable use of libunwind"
I want to enable this, but (a) it doesn't work because I forgot to
change the build-dependency (b) it is not likely to be eligible for
a freeze exception.

svn path=/dists/sid/linux-tools/; revision=22319
2015-01-31 16:42:21 +00:00
Ben Hutchings 9ad41e0290 [arm64] Enable building linux-tools, thanks to Steve Capper
svn path=/dists/sid/linux-tools/; revision=22317
2015-01-31 16:21:27 +00:00
Ben Hutchings 10fff00504 Build usbip in a subdirectory of debian/build/tools/usb/usbip again
svn path=/dists/trunk/linux-tools/; revision=21954
2014-10-17 11:08:39 +00:00
Ben Hutchings 90fbb64333 Update to 3.17
usbip userspace moved to tools/usb/usbip.  Update genorig.py,
patch and makefiles accordingly.

svn path=/dists/trunk/linux-tools/; revision=21951
2014-10-17 09:58:05 +00:00
Ben Hutchings 1458163929 [armel,armhf] linux-tools: Enable use of libunwind
perf requires some architecture-specific code in conjunction with
libunwind.  It used to enable use of libunwind automatically anyway,
so we had to override this for architectures where it would fail to
build (by setting NO_LIBUNWIND=1).

The makefile is now fixed so we don't need to this.  Since perf now
has the extra code for arm, this enables use of libunwind there.

svn path=/dists/sid/linux-tools/; revision=21910
2014-09-27 02:07:04 +00:00
Ben Hutchings 3c43bbca49 linux-tools: Split up MAKE_PERF definition some more
svn path=/dists/sid/linux-tools/; revision=21909
2014-09-27 02:01:14 +00:00
Ben Hutchings 5e54999ac5 linux-tools: Fix build configuration to avoid linking perf with libbfd (Closes: #763002)
svn path=/dists/sid/linux-tools/; revision=21908
2014-09-27 01:54:29 +00:00
Ben Hutchings b7b252be8b [ppc64el] Build linux-tools binary package
svn path=/dists/trunk/linux-tools/; revision=21747
2014-08-26 08:14:42 +00:00
Ben Hutchings 986ca4e776 linux-tools: Install traceevent plugins in /usr/lib/traceevent_<version>/plugins (Closes: #756429)
svn path=/dists/trunk/linux-tools/; revision=21646
2014-07-29 19:28:46 +00:00
Ben Hutchings a00c00dda5 Revert previous changes to debian/rules.real and move to debian/build/tools/perf/Makefile
svn path=/dists/trunk/linux-tools/; revision=21645
2014-07-29 19:18:10 +00:00
Ben Hutchings 11a8ecec5a perf: Build with V=1 as V=2 no longer works
svn path=/dists/trunk/linux-tools/; revision=21642
2014-07-29 18:04:34 +00:00
Ben Hutchings b0512bce81 linux-tools: Remove the 'trace_3.13' link to perf
I don't think we should install this alias yet:
- We need a wrapper for it anyway, so there's little point adding a
  versioned link
- It doesn't work out-of-the-box as non-root (it depends on debugfs),
  so it's less widely useful than strace
- 'perf trace' doesn't take much more typing


svn path=/dists/sid/linux-tools/; revision=21106
2014-02-22 23:20:19 +00:00
Ben Hutchings f5fafa860e Merge changes from sid up to 3.12.6-3
svn path=/dists/trunk/linux-tools/; revision=21027
2014-02-02 15:57:46 +00:00
Ben Hutchings 315706dfad linux-tools: Only use libunwind on x86, as perf needs additional porting work for other architectures (fixes FTBFS on arm and powerpc)
svn path=/dists/sid/linux-tools/; revision=21024
2014-02-02 15:46:40 +00:00
Ben Hutchings a3f8abcc2a linux-tools: Explicitly enable/disable libunwind usage for all architectures (fixes FTBFS on s390x and sparc)
svn path=/dists/sid/linux-tools/; revision=21023
2014-02-02 15:41:21 +00:00
Ben Hutchings 3a58093841 Merge changes from sid up to 3.12.6-2
svn path=/dists/trunk/linux-tools/; revision=21018
2014-02-02 11:02:54 +00:00
Ben Hutchings 2fa2de4959 linux-tools: Replace build-dependency on libunwind7-dev with libunwind8-dev
svn path=/dists/sid/linux-tools/; revision=21015
2014-02-02 10:52:19 +00:00
Ben Hutchings 8cad86b947 Bypass the new and buggy tools/perf/Makefile in favour of Makefile.perf
Somehow this new wrapper manages to reduce the priority of our
'prefix' setting.  That interacts with the insane way prefix is
defaulted in config/Makefile so that the prefix is wrong at build time
but right at install time (resulting in a rebuild then!).

Also the wrapper replaces our -j option and we would have to set JOBS
instead.

The perf makefiles never get better, just different...

svn path=/dists/trunk/linux-tools/; revision=20994
2014-01-21 06:33:13 +00:00
Ben Hutchings f2655a84c9 Avoid building with libunwind8-dev
The transition from libunwind soversion 7 to 8 is blocked and will
likely remain blocked for some time because libunwind7 is linked into
all ia64 binaries.

For amd64 and i386, downgrade the build-dependency to libunwind7-dev.

For architectures that are supported by libunwind8-dev, remove the
build-dependency and ensure we don't accidentally link with libunwind8
by setting NO_LIBUNWIND=1 when building perf.

svn path=/dists/sid/linux-tools/; revision=20755
2013-10-29 03:41:10 +00:00
Ben Hutchings 48eaa7bab4 linux-tools: Build perf documentation out-of-tree, as this now works and our previous workaround does not
svn path=/dists/trunk/linux-tools/; revision=20466
2013-08-08 14:20:53 +00:00
Ben Hutchings 5a4c25ceca Add new intermediate files/directories to clean rules
svn path=/dists/sid/linux-tools/; revision=20191
2013-06-03 12:45:05 +00:00
Ben Hutchings 3ad6795577 Update to 3.8
Refresh perf patches.

svn path=/dists/trunk/linux-tools/; revision=19845
2013-02-24 05:15:41 +00:00
Ben Hutchings 000732c3ff [amd64] linux-tools: Enable optimisations and special-casing of x86_64 (Closes: #694759)
This requires including another source file in the 'orig' tarball, so
bump to the latest stable update.  I don't think it has any fixes
relevant to linux-tools.

svn path=/dists/trunk/linux-tools/; revision=19565
2012-12-02 00:46:42 +00:00
Ben Hutchings 4b391a0528 Explicitly disable perf Gtk UI for now
svn path=/dists/trunk/linux-tools/; revision=19337
2012-08-19 22:44:35 +00:00
Ben Hutchings c19b71e640 linux-tools: Build perf on alpha and hppa (Closes: #664834)
svn path=/dists/trunk/linux-tools/; revision=18884
2012-03-24 23:15:55 +00:00
Aurelien Jarno 788702d28f * Fix s390x support.
svn path=/dists/sid/linux-tools/; revision=18297
2011-11-19 18:55:14 +00:00
Bastian Blank 2e414e50f9 debian/build/tools/perf/Makefile: Remove debugging output.
svn path=/dists/trunk/linux-tools/; revision=18182
2011-10-27 20:49:19 +00:00
Bastian Blank 53efc1e6c4 debian/build/tools/perf/Makefile
- Workaround file-overwrite in documentation makefile.
- Remove debugging output.

svn path=/dists/trunk/linux-tools/; revision=18132
2011-09-26 13:22:17 +00:00
Bastian Blank 99bca1cff0 debian/build/tools/perf/Makefile: Add version to sub-make.
svn path=/dists/trunk/linux-tools/; revision=18129
2011-09-26 12:53:49 +00:00
Bastian Blank badbaf4943 debian/build/tools/perf/Makefile: Produce and check kernel arch.
svn path=/dists/trunk/linux-tools/; revision=18127
2011-09-26 11:50:12 +00:00
Bastian Blank 45f0fbef18 debian/build/tools: Add Makefiles.
svn path=/dists/trunk/linux-tools/; revision=18088
2011-09-13 15:10:56 +00:00