gnu: perf: Add dependency on libunwind and libnuma.
* gnu/packages/linux.scm (perf)[inputs]: Add NUMACTL and LIBUNWIND.master
parent
5efa0e4d4f
commit
1d484507dc
|
@ -72,6 +72,7 @@
|
||||||
#:use-module (gnu packages gnuzilla)
|
#:use-module (gnu packages gnuzilla)
|
||||||
#:use-module (gnu packages gperf)
|
#:use-module (gnu packages gperf)
|
||||||
#:use-module (gnu packages gtk)
|
#:use-module (gnu packages gtk)
|
||||||
|
#:use-module (gnu packages libunwind)
|
||||||
#:use-module (gnu packages libusb)
|
#:use-module (gnu packages libusb)
|
||||||
#:use-module (gnu packages man)
|
#:use-module (gnu packages man)
|
||||||
#:use-module (gnu packages maths)
|
#:use-module (gnu packages maths)
|
||||||
|
@ -2527,6 +2528,8 @@ in a digital read-out.")
|
||||||
("python" ,python-2) ;'perf' links against libpython
|
("python" ,python-2) ;'perf' links against libpython
|
||||||
("elfutils" ,elfutils)
|
("elfutils" ,elfutils)
|
||||||
("libiberty" ,libiberty) ;used alongside BDF for symbol demangling
|
("libiberty" ,libiberty) ;used alongside BDF for symbol demangling
|
||||||
|
("libunwind" ,libunwind) ;better stack walking
|
||||||
|
("numactl" ,numactl) ;for 'perf bench numa mem'
|
||||||
|
|
||||||
;; Documentation.
|
;; Documentation.
|
||||||
("libxml2" ,libxml2) ;for $XML_CATALOG_FILES
|
("libxml2" ,libxml2) ;for $XML_CATALOG_FILES
|
||||||
|
|
Reference in New Issue