summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorIgor Nabirushkin <inabirushkin@nvidia.com>2015-03-21 11:39:55 -0400
committerIgor Nabirushkin <inabirushkin@nvidia.com>2017-07-13 10:18:41 -0400
commitdad4a4474cf347d72f24500aece8f69cf67bebfa (patch)
treed67f1d739f8671bea6186a84f2c4d5e08a29c191 /include/linux
parent33cab0164b8860704bf75d15684134a78866d204 (diff)
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 <inabirushkin@nvidia.com> Reviewed-on: http://git-master/r/720598 (cherry picked from commit 4caa6c584dbaf62625115883259172f45da5b29d)
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/tegra_profiler.h1
1 files changed, 1 insertions, 0 deletions
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 {
193 QUADD_URC_FP_INCORRECT, 193 QUADD_URC_FP_INCORRECT,
194 QUADD_URC_NONE, 194 QUADD_URC_NONE,
195 QUADD_URC_UNWIND_MISMATCH, 195 QUADD_URC_UNWIND_MISMATCH,
196 QUADD_URC_TBL_LINK_INCORRECT,
196 QUADD_URC_MAX, 197 QUADD_URC_MAX,
197}; 198};
198 199