mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
8897689b06
Since cs is not a well known acronym for CoreSight, rename directory and files from cs to coresight. Change-Id: I5f9b12794b80b1c01c9ce0621d53ee6be408a361 Signed-off-by: Pratik Patel <pratikp@codeaurora.org>
32 lines
1.1 KiB
Text
32 lines
1.1 KiB
Text
config MSM_QDSS
|
|
bool "CoreSight tracing"
|
|
help
|
|
Enables support for CoreSight tracing. This uses CoreSight trace
|
|
components and buses to support both hardware (eg. processor ETM)
|
|
and hardware assisted software instrumentation based (eg. STM)
|
|
tracing.
|
|
|
|
For production builds, you should probably say 'N' here to avoid
|
|
potential power, performance and memory penalty.
|
|
|
|
config MSM_QDSS_STM_DEFAULT_ENABLE
|
|
bool "Turn on CoreSight STM tracing by default"
|
|
depends on MSM_QDSS
|
|
help
|
|
Turns on CoreSight STM tracing (hardware assisted software
|
|
instrumentation based tracing) by default. Otherwise, tracing is
|
|
disabled by default but can be enabled via sysfs.
|
|
|
|
For production builds, you should probably say 'N' here to avoid
|
|
potential power, performance and memory penalty.
|
|
|
|
config MSM_QDSS_ETM_DEFAULT_ENABLE
|
|
bool "Turn on CoreSight ETM tracing by default"
|
|
depends on MSM_QDSS
|
|
help
|
|
Turns on CoreSight ETM tracing (processor tracing) by default.
|
|
Otherwise, tracing is disabled by default but can be enabled via
|
|
sysfs.
|
|
|
|
For production builds, you should probably say 'N' here to avoid
|
|
potential power, performance and memory penalty.
|