diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2014-11-18 17:36:11 +0530 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2015-08-27 14:59:07 +0530 |
commit | 9b28829d6da391f67a76dbba07a167e2b554bd10 (patch) | |
tree | 856949987dbe487c76ddfad11dac420711ffb61a /Documentation/devicetree/bindings/arc | |
parent | e525c37f8413b19130d0499c7467fed45a94579b (diff) | |
download | blackbird-op-linux-9b28829d6da391f67a76dbba07a167e2b554bd10.tar.gz blackbird-op-linux-9b28829d6da391f67a76dbba07a167e2b554bd10.zip |
ARCv2: perf: Finally introduce HS perf unit
With all features in place, the ARC HS pct block can now be effectively
allowed to be probed/used
Acked-by: Peter Zijlstra <peterz@infradead.org>
Cc: Arnaldo Carvalho de Melo <acme@kernel.org>
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'Documentation/devicetree/bindings/arc')
-rw-r--r-- | Documentation/devicetree/bindings/arc/archs-pct.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arc/archs-pct.txt b/Documentation/devicetree/bindings/arc/archs-pct.txt new file mode 100644 index 000000000000..1ae98b87c640 --- /dev/null +++ b/Documentation/devicetree/bindings/arc/archs-pct.txt @@ -0,0 +1,17 @@ +* ARC HS Performance Counters + +The ARC HS can be configured with a pipeline performance monitor for counting +CPU and cache events like cache misses and hits. Like conventional PCT there +are 100+ hardware conditions dynamically mapped to upto 32 counters. +It also supports overflow interrupts. + +Required properties: + +- compatible : should contain + "snps,archs-pct" + +Example: + +pmu { + compatible = "snps,archs-pct"; +}; |