ARC: Add perf support for ARC700 cores

This adds basic perf support for ARC700 cores. Most PERF_COUNT_HW* events
are supported now.

Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
This commit is contained in:
Mischa Jonker
2013-11-07 14:55:11 +01:00
committed by Vineet Gupta
parent 9c8e612d9d
commit 0dd450fe13
4 changed files with 530 additions and 1 deletions

View File

@@ -67,5 +67,9 @@
reg = <1>;
};
};
arcpmu0: pmu {
compatible = "snps,arc700-pmu";
};
};
};