Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm...
[deliverable/linux.git] / Documentation / devicetree / bindings / arc / archs-pct.txt
CommitLineData
9b28829d
VG
1* ARC HS Performance Counters
2
3The ARC HS can be configured with a pipeline performance monitor for counting
4CPU and cache events like cache misses and hits. Like conventional PCT there
da67e68c 5are 100+ hardware conditions dynamically mapped to up to 32 counters.
9b28829d
VG
6It also supports overflow interrupts.
7
8Required properties:
9
10- compatible : should contain
11 "snps,archs-pct"
12
13Example:
14
15pmu {
16 compatible = "snps,archs-pct";
17};
This page took 0.059384 seconds and 5 git commands to generate.