diff options
| author | Igor Nabirushkin <inabirushkin@nvidia.com> | 2015-02-26 09:49:41 -0500 |
|---|---|---|
| committer | Igor Nabirushkin <inabirushkin@nvidia.com> | 2017-07-13 10:18:41 -0400 |
| commit | e5b34920b4be930e2e9bfd489b57f0e367b33254 (patch) | |
| tree | 69448c29871bc75353123ef714681686ee804fdb /include/linux | |
| parent | 408356b917028e4e854a36e203b73e8d315286af (diff) | |
misc: tegra-profiler: add unwind reason codes
Add unwind reason codes for dwarf unwinding.
Bug 1611073
Change-Id: Ic7f324f526ba34505e3b9bbedae7b98c29ce097d
Signed-off-by: Igor Nabirushkin <inabirushkin@nvidia.com>
Reviewed-on: http://git-master/r/711654
(cherry picked from commit 77f2f4d6d3361606a6458db4a41ddc265ed3b044)
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/tegra_profiler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/tegra_profiler.h b/include/linux/tegra_profiler.h index 1aa39a4ad..f8042dcbe 100644 --- a/include/linux/tegra_profiler.h +++ b/include/linux/tegra_profiler.h | |||
| @@ -210,6 +210,8 @@ enum { | |||
| 210 | QUADD_UNW_TYPE_LR_FP, | 210 | QUADD_UNW_TYPE_LR_FP, |
| 211 | QUADD_UNW_TYPE_LR_UT, | 211 | QUADD_UNW_TYPE_LR_UT, |
| 212 | QUADD_UNW_TYPE_KCTX, | 212 | QUADD_UNW_TYPE_KCTX, |
| 213 | QUADD_UNW_TYPE_DWARF_EH, | ||
| 214 | QUADD_UNW_TYPE_DWARF_DF, | ||
| 213 | }; | 215 | }; |
| 214 | 216 | ||
| 215 | struct quadd_sample_data { | 217 | struct quadd_sample_data { |
