This repository has been archived by the owner on Dec 14, 2022. It is now read-only.
forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
coresight-etm4x: Controls pertaining to the context ID functions
Adding sysfs entries to access and configure specifics about the context ID comparator functions. Signed-off-by: Pratik Patel <[email protected]> Signed-off-by: Mathieu Poirier <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information
Showing
2 changed files
with
206 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -242,3 +242,22 @@ Date: April 2015 | |
KernelVersion: 4.01 | ||
Contact: Mathieu Poirier <[email protected]> | ||
Description: (RW) Controls the selection of the resources in the trace unit. | ||
|
||
What: /sys/bus/coresight/devices/<memory_map>.etm/ctxid_idx | ||
Date: April 2015 | ||
KernelVersion: 4.01 | ||
Contact: Mathieu Poirier <[email protected]> | ||
Description: (RW) Select which context ID comparator to work with. | ||
|
||
What: /sys/bus/coresight/devices/<memory_map>.etm/ctxid_val | ||
Date: April 2015 | ||
KernelVersion: 4.01 | ||
Contact: Mathieu Poirier <[email protected]> | ||
Description: (RW) Get/Set the context ID comparator value to trigger on. | ||
|
||
What: /sys/bus/coresight/devices/<memory_map>.etm/ctxid_masks | ||
Date: April 2015 | ||
KernelVersion: 4.01 | ||
Contact: Mathieu Poirier <[email protected]> | ||
Description: (RW) Mask for all 8 context ID comparator value | ||
registers (if implemented). |
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