summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorIgor Nabirushkin <inabirushkin@nvidia.com>2015-03-21 19:39:55 +0400
committerWinnie Hsu <whsu@nvidia.com>2015-05-29 14:27:50 -0700
commit628479e4e44c3b647d0affefb4c4a1018d8cc44f (patch)
tree12ca92cd36ace03b5032ba3e9d071b85af52097f /include
parent8a9b9b0c16211c6ca7977346a56a5f6939e2e273 (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 dfc9e9e4ce081b3116e457711e2f4a67fabb169c) Reviewed-on: http://git-master/r/748089 GVS: Gerrit_Virtual_Submit Reviewed-by: Andrey Trachenko <atrachenko@nvidia.com> Reviewed-by: Winnie Hsu <whsu@nvidia.com>
Diffstat (limited to 'include')
-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 a289eb7cb13e..3462998f9872 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,
};