enable `perf data' support

This commit is contained in:
Uwe Kleine-König 2016-12-21 09:53:24 +01:00
parent 344453b7f7
commit b9aaa1abc5
3 changed files with 9 additions and 0 deletions

4
debian/changelog vendored
View File

@ -6,6 +6,10 @@ linux (4.9-1~exp1) UNRELEASED; urgency=medium
[ Ben Hutchings ]
* Set ABI to trunk
[ Uwe Kleine-König ]
* enable `perf data' support; patch by Sebastian Andrzej Siewior
(Closes: #846597)
-- Uwe Kleine-Koenig <ukleinek@debian.org> Sun, 18 Dec 2016 17:53:39 +0100
linux (4.9~rc8-1~exp1) experimental; urgency=medium

View File

@ -48,6 +48,9 @@ MAKE_PERF += feature-libbfd=0 HAVE_CPLUS_DEMANGLE_SUPPORT=1
# an explicit exception. Override detection of libcrypto.
MAKE_PERF += NO_LIBCRYPTO=1
# Currently babeltrace support for `perf data' is not automatically detected.
MAKE_PERF += LIBBABELTRACE=1
all:
ifdef KERNEL_ARCH_PERF
# perf changes some default directories depending on whether DESTDIR is

View File

@ -34,6 +34,8 @@ Build-Depends:
flex (>= 2.6.1-1.1~) <!stage1 !pkg.linux.notools !nopython> | flex:native <!stage1 !pkg.linux.notools !nopython>,
gcc-multilib [amd64 ppc64 s390x sparc64] <!stage1 !pkg.linux.notools !nopython>,
libaudit-dev <!stage1 !pkg.linux.notools !nopython>,
libbabeltrace-dev (>= 1.5.0) <!stage1 !pkg.linux.notools !nopython>,
libbabeltrace-ctf-dev (>= 1.5.0) <!stage1 !pkg.linux.notools !nopython>,
libdw-dev <!stage1 !pkg.linux.notools !nopython>,
libelf-dev <!stage1 !pkg.linux.notools !nopython>,
libiberty-dev <!stage1 !pkg.linux.notools !nopython>,