summaryrefslogtreecommitdiff
path: root/include/soc/qcom
diff options
context:
space:
mode:
authorShashank Mittal <mittals@codeaurora.org>2016-02-25 11:24:09 -0800
committerJeevan Shriram <jshriram@codeaurora.org>2016-05-16 20:10:44 -0700
commit90fb2251c8c0aea0e2546d953e07d288451a9265 (patch)
treead425229fcd0c75e808bd602209b0493dd4d40a3 /include/soc/qcom
parent273d5bfab1f6e8536437f79795b30d2dcba1b261 (diff)
memory-dump: add support to allocate memory for scan dumps
Add support to allocate memory for CPU scan dumps. This momeory can be used to save CPU scan dumps at the time of a crash. Change-Id: I9d644f18882729d187075e885bc2e8c02c5caf36 Signed-off-by: Shashank Mittal <mittals@codeaurora.org>
Diffstat (limited to 'include/soc/qcom')
-rw-r--r--include/soc/qcom/memory_dump.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/soc/qcom/memory_dump.h b/include/soc/qcom/memory_dump.h
index 63e1bc770f53..f1170dbb3569 100644
--- a/include/soc/qcom/memory_dump.h
+++ b/include/soc/qcom/memory_dump.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012, 2014-2015, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2012, 2014-2016, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -81,6 +81,7 @@ enum msm_dump_data_ids {
MSM_DUMP_DATA_MISC = 0xE8,
MSM_DUMP_DATA_VSENSE = 0xE9,
MSM_DUMP_DATA_RPM = 0xEA,
+ MSM_DUMP_DATA_SCANDUMP = 0xEB,
MSM_DUMP_DATA_TMC_ETF = 0xF0,
MSM_DUMP_DATA_TMC_REG = 0x100,
MSM_DUMP_DATA_LOG_BUF = 0x110,