]> git.karo-electronics.de Git - karo-tx-linux.git/commit
coresight: etm3x: breaking down sysFS status interface
authorMathieu Poirier <mathieu.poirier@linaro.org>
Tue, 11 Aug 2015 20:20:47 +0000 (14:20 -0600)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Fri, 23 Oct 2015 13:35:43 +0000 (07:35 -0600)
commit916259311d8ffa9f492826d6e81b3e5ca6b6f0e6
tree06d2ca5c775f6ec18b85f5acfb775453f8ee18b1
parent8cc0f5e189137a4398f90d69031080b3fccab193
coresight: etm3x: breaking down sysFS status interface

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>
Documentation/ABI/testing/sysfs-bus-coresight-devices-etm3x
drivers/hwtracing/coresight/coresight-etm3x.c