Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | coresight: etm3x: adding documentation for sysFS's cpu interface | Mathieu Poirier | 2015-10-17 | 1 | -0/+6 |
| | | | | | | | | Supplementing ABI documentation with a description of the newly added interface. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | ||||
* | coresight: etm3x: breaking down sysFS status interface | Mathieu Poirier | 2015-10-07 | 1 | -7/+70 |
| | | | | | | | | | | | SysFS rules stipulate that only one value can be conveyed per file. As such splitting the "status" interface in individual files. This is also useful for user space applications - that way they can probe each file individually rather than having to parse a list of entries. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | ||||
* | coresight-etm3x: Change the name of the ctxid_val to ctxid_pid | Chunyan Zhang | 2015-08-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | 'ctxid_val' array was used to store the value of ETM context ID comparator which actually stores the process ID to be traced, so using 'ctxid_pid' as its name instead make it easier to understand. This patch also changes the ABI, it is normally not allowed, but fortunately it is a testing ABI and very new for now. Nevertheless, if you don't think it should be changed, we could always add an alias for userspace. Signed-off-by: Chunyan Zhang <zhang.chunyan@linaro.org> Reviewed-by: Mark Brown <broonie@kernel.org> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | ||||
* | coresight: Adding ABI documentation | Mathieu Poirier | 2014-11-26 | 1 | -0/+253 |
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |