From dad4a4474cf347d72f24500aece8f69cf67bebfa Mon Sep 17 00:00:00 2001 From: Igor Nabirushkin Date: Sat, 21 Mar 2015 19:39:55 +0400 Subject: misc: tegra-profiler: fix broken backtraces Unwinding based on arm32 ehabi: fix broken backtraces when all unwind entries are located in exidx section and extab section is not exist. Bug 1625585 Change-Id: I800e1347b04aa2c2c8802b81478931985c19feb2 Signed-off-by: Igor Nabirushkin Reviewed-on: http://git-master/r/720598 (cherry picked from commit 4caa6c584dbaf62625115883259172f45da5b29d) --- include/linux/tegra_profiler.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') diff --git a/include/linux/tegra_profiler.h b/include/linux/tegra_profiler.h index a289eb7cb..3462998f9 100644 --- a/include/linux/tegra_profiler.h +++ b/include/linux/tegra_profiler.h @@ -193,6 +193,7 @@ enum { QUADD_URC_FP_INCORRECT, QUADD_URC_NONE, QUADD_URC_UNWIND_MISMATCH, + QUADD_URC_TBL_LINK_INCORRECT, QUADD_URC_MAX, }; -- cgit v1.2.2