Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: coresight: Add cc_threshold tunable

This updates config option to include 'cc_threshold' tunable value.

Cc: Suzuki K Poulose <suzuki.poulose@arm.com>
Cc: Mike Leach <mike.leach@linaro.org>
Cc: James Clark <james.clark@arm.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: coresight@lists.linaro.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-doc@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Reviewed by: Mike Leach <mike.leach@linaro.org>
Signed-off-by: Anshuman Khandual <anshuman.khandual@arm.com>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Link: https://lore.kernel.org/r/20230921033631.1298723-4-anshuman.khandual@arm.com

authored by

Anshuman Khandual and committed by
Suzuki K Poulose
e5d207b2 94566c5b

+4
+4
Documentation/trace/coresight/coresight.rst
··· 624 624 * - timestamp 625 625 - Session local version of the system wide setting: :ref:`ETMv4_MODE_TIMESTAMP 626 626 <coresight-timestamp>` 627 + * - cc_threshold 628 + - Cycle count threshold value. If nothing is provided here or the provided value is 0, then the 629 + default value i.e 0x100 will be used. If provided value is less than minimum cycles threshold 630 + value, as indicated via TRCIDR3.CCITMIN, then the minimum value will be used instead. 627 631 628 632 How to use the STM module 629 633 -------------------------