Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-28 | ARC: [perf] Fix a few thinkos | Vineet Gupta | |
Signed-off-by: Vineet Gupta <vgupta@synopsys.com> | |||
2013-11-15 | ARC: perf: ARC 700 PMU doesn't support sampling events | Mischa Jonker | |
The ARC 700 does not have an interrupt associated with it, and as such it cannot trigger when a counter overflows. As the counters are 48 bit, it will usually take at least 100 days before a counter overflows, so for mere counting of events, there is no problem. Sampling is not supported though. Signed-off-by: Mischa Jonker <mjonker@synopsys.com> Acked-by: Peter Zijlstra <peterz@infradead.org> Signed-off-by: Vineet Gupta <vgupta@synopsys.com> | |||
2013-11-12 | ARC: Add perf support for ARC700 cores | Mischa Jonker | |
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> |