2024-09-09 08:52:07 +00:00
|
|
|
Register Trace Buffer (RTB)
|
|
|
|
|
|
|
|
The RTB is used to log discrete events in the system in an uncached buffer that
|
|
|
|
can be post processed from RAM dumps. The RTB must reserve memory using
|
|
|
|
the msm specific memory reservation bindings (see
|
|
|
|
Documentation/devicetree/bindings/arm/msm/memory-reserve.txt).
|
|
|
|
|
|
|
|
Required properties
|
|
|
|
|
|
|
|
- compatible: "qcom,msm-rtb"
|
2024-09-09 08:57:42 +00:00
|
|
|
- qcom,rtb-size: size of the RTB buffer in bytes
|
|
|
|
|
|
|
|
Optional properties:
|
|
|
|
|
|
|
|
- linux,contiguous-region: phandle reference to a CMA region
|
2024-09-09 08:52:07 +00:00
|
|
|
|
|
|
|
Example:
|
|
|
|
|
|
|
|
qcom,msm-rtb {
|
|
|
|
compatible = "qcom,msm-rtb";
|
2024-09-09 08:57:42 +00:00
|
|
|
qcom,rtb-size = <0x100000>;
|
2024-09-09 08:52:07 +00:00
|
|
|
};
|