diff options
| author | Dmitry Antipov <dantipov@nvidia.com> | 2015-03-20 08:23:53 -0400 |
|---|---|---|
| committer | Igor Nabirushkin <inabirushkin@nvidia.com> | 2017-07-13 10:18:41 -0400 |
| commit | 8e0f2d75648f453160db75bfbfc3f4b3790689ea (patch) | |
| tree | e76e5fbbf0d24319feadc0ddad7c025856afd914 /include/linux | |
| parent | 6064f00590195eac04101e81c7662c6b35c579da (diff) | |
misc: tegra-profiler: add unwind entry checking
Use simple disassembler to verify unwind table entry against function code.
Bug 1618651
Signed-off-by: Dmitry Antipov <dantipov@nvidia.com>
Change-Id: Ib75b50f1bb753b7358fcc08107bfefc3133b4f0c
Reviewed-on: http://git-master/r/714784
(cherry picked from commit a97c7b8fe35e29eea8bad5ac0176d1e561736840)
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/tegra_profiler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/tegra_profiler.h b/include/linux/tegra_profiler.h index fffa74a7e..a289eb7cb 100644 --- a/include/linux/tegra_profiler.h +++ b/include/linux/tegra_profiler.h | |||
| @@ -192,6 +192,7 @@ enum { | |||
| 192 | QUADD_URC_LEVEL_TOO_DEEP, | 192 | QUADD_URC_LEVEL_TOO_DEEP, |
| 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_MAX, | 196 | QUADD_URC_MAX, |
| 196 | }; | 197 | }; |
| 197 | 198 | ||
