forked from deepin-community/kernel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
coresight-etm4x: Adding CoreSight ETM4x driver
This driver manages the CoreSight ETMv4 (Embedded Trace Macrocell) IP block to support HW assisted tracing on ARMv7 and ARMv8 architectures. Signed-off-by: Pratik Patel <pratikp@codeaurora.org> Signed-off-by: Kaixu Xia <xiakaixu@huawei.com> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
- Loading branch information
Showing
5 changed files
with
1,115 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
Documentation/ABI/testing/sysfs-bus-coresight-devices-etm4x
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
What: /sys/bus/coresight/devices/<memory_map>.etm/enable_source | ||
Date: April 2015 | ||
KernelVersion: 4.01 | ||
Contact: Mathieu Poirier <mathieu.poirier@linaro.org> | ||
Description: (RW) Enable/disable tracing on this specific trace entiry. | ||
Enabling a source implies the source has been configured | ||
properly and a sink has been identidifed for it. The path | ||
of coresight components linking the source to the sink is | ||
configured and managed automatically by the coresight framework. | ||
|
||
What: /sys/bus/coresight/devices/<memory_map>.etm/cpu | ||
Date: April 2015 | ||
KernelVersion: 4.01 | ||
Contact: Mathieu Poirier <mathieu.poirier@linaro.org> | ||
Description: (R) The CPU this tracing entity is associated with. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.