aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/kernel/perf_event.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-28arc: perf: Move static structs to where they're really usedGravatar Alexey Brodkin 1-0/+162
2021-12-28ARC: perf: fix misleading comment about pmu vs counter stopGravatar Vineet Gupta 1-1/+1
2021-12-28ARC: perf: Remove redundant initialization of variable idxGravatar Colin Ian King 1-1/+1
2020-10-22ARC: perf: redo the pct irq missing in device-tree handlingGravatar Vineet Gupta 1-9/+18
2020-08-16ARC: perf: don't bail setup if pct irq missing in device-treeGravatar Vineet Gupta 1-10/+4
2019-10-22ARC: perf: Accommodate big-endian CPUGravatar Alexey Brodkin 1-2/+2
2019-01-17ARC: perf: avoid kernel killing where it is possibleGravatar Eugeniy Paltsev 1-2/+4
2019-01-17ARC: perf: move HW events mapping to separate functionGravatar Eugeniy Paltsev 1-15/+33
2019-01-17ARC: perf: introduce Kernel PMU events supportGravatar Eugeniy Paltsev 1-1/+105
2019-01-17ARC: perf: trivial code cleanupGravatar Eugeniy Paltsev 1-43/+42
2017-11-21ARCv2: perf: optimize given that num counters <= 32Gravatar Vineet Gupta 1-9/+7
2017-11-21ARCv2: perf: tweak overflow interruptGravatar Vineet Gupta 1-10/+14
2016-09-30arc: perf: Enable generic "cache-references" and "cache-misses" eventsGravatar Alexey Brodkin 1-2/+4
2016-05-30Fix typosGravatar Andrea Gelmini 1-1/+1
2016-05-16perf core: Pass max stack as a perf_callchain_entry contextGravatar Arnaldo Carvalho de Melo 1-3/+3
2015-12-12ARCv2: perf: Ensure perf intr gets enabled on all coresGravatar Vineet Gupta 1-23/+9
2015-08-27ARCv2: perf: Finally introduce HS perf unitGravatar Vineet Gupta 1-1/+2
2015-08-27ARCv2: perf: SMP supportGravatar Alexey Brodkin 1-15/+54
2015-08-27ARCv2: perf: implement exclusion of event counting in user or kernel modeGravatar Alexey Brodkin 1-2/+14
2015-08-27ARCv2: perf: Support sampling events using overflow interruptsGravatar Alexey Brodkin 1-8/+120
2015-08-27ARCv2: perf: implement "event_set_period"Gravatar Alexey Brodkin 1-16/+63
2015-08-27ARC: perf: cap the number of counters to hardware max of 32Gravatar Vineet Gupta 1-3/+3
2015-08-20ARC: add/fix some comments in code - no functional changeGravatar Vineet Gupta 1-2/+2
2015-06-19ARC: perf: Remove unnecessary local variableGravatar Tobias Klauser 1-4/+2
2015-06-19arc: fix use of uninitialized arc_pmuGravatar Max Filippov 1-1/+0
2015-04-20ARC: perf: don't add code for impossible caseGravatar Vineet Gupta 1-4/+1
2015-04-20ARC: perf: Rename DT binding to not confuse with power mgmtGravatar Vineet Gupta 1-2/+2
2015-04-20ARC: perf: add user space attribution in callchainsGravatar Vineet Gupta 1-0/+10
2015-04-20ARC: perf: Add kernel callchain supportGravatar Vineet Gupta 1-0/+29
2015-04-20ARC: perf: Add some comments/debug stuffGravatar Vineet Gupta 1-5/+13
2015-04-20ARC: perf: make @arc_pmu static globalGravatar Vineet Gupta 1-5/+2
2014-10-13ARC: boot: cpu feature print enhancementsGravatar Vineet Gupta 1-12/+10
2014-06-18arc, perf: Use common PMU interrupt disabled codeGravatar Vince Weaver 1-4/+3
2013-11-28ARC: [perf] Fix a few thinkosGravatar Vineet Gupta 1-2/+2
2013-11-15ARC: perf: ARC 700 PMU doesn't support sampling eventsGravatar Mischa Jonker 1-0/+4
2013-11-12ARC: Add perf support for ARC700 coresGravatar Mischa Jonker 1-0/+322