From e6066aadd6a395ded2bdb8c604ee7c861047a4a0 Mon Sep 17 00:00:00 2001 From: Igor Nabirushkin Date: Thu, 26 Feb 2015 18:49:41 +0400 Subject: misc: tegra-profiler: add unwind reason codes Add unwind reason codes for dwarf unwinding. Bug 1611073 Change-Id: Ic7f324f526ba34505e3b9bbedae7b98c29ce097d Signed-off-by: Igor Nabirushkin Reviewed-on: http://git-master/r/711654 (cherry picked from commit ea2a41fa9056145e3f1cbe6f97c7725f51a08f3e) Reviewed-on: http://git-master/r/747750 GVS: Gerrit_Virtual_Submit Reviewed-by: Andrey Trachenko Reviewed-by: Winnie Hsu --- include/linux/tegra_profiler.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/linux/tegra_profiler.h b/include/linux/tegra_profiler.h index 1aa39a4ad4b4..f8042dcbe88e 100644 --- a/include/linux/tegra_profiler.h +++ b/include/linux/tegra_profiler.h @@ -210,6 +210,8 @@ enum { QUADD_UNW_TYPE_LR_FP, QUADD_UNW_TYPE_LR_UT, QUADD_UNW_TYPE_KCTX, + QUADD_UNW_TYPE_DWARF_EH, + QUADD_UNW_TYPE_DWARF_DF, }; struct quadd_sample_data { -- cgit v1.2.3