From: Maxim Gorbachyov Date: Fri, 12 Jan 2018 17:54:41 +0000 (+0300) Subject: perf: use libunwind X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=006a8a063cbcc4395d9bb72f1bb85a9411e384ea;p=openwrt%2Fstaging%2Fmkresin.git perf: use libunwind Without libunwind perf does not show userspace stack frames. Tested on mvebu. Signed-off-by: Maxim Gorbachyov --- diff --git a/package/devel/perf/Makefile b/package/devel/perf/Makefile index 5bfcaa6994..f5c8c7060a 100644 --- a/package/devel/perf/Makefile +++ b/package/devel/perf/Makefile @@ -26,7 +26,7 @@ include $(INCLUDE_DIR)/package.mk define Package/perf SECTION:=devel CATEGORY:=Development - DEPENDS:= +libelf1 +libdw +libpthread +librt +objdump @!LINUX_3_18 @!IN_SDK @!TARGET_arc770 @KERNEL_PERF_EVENTS + DEPENDS:= +libelf1 +libdw +libunwind +libpthread +librt +objdump @!LINUX_3_18 @!IN_SDK @!TARGET_arc770 @KERNEL_PERF_EVENTS TITLE:=Linux performance monitoring tool VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE) URL:=http://www.kernel.org