aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/perf_event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-22ARC: perf: Accommodate big-endian CPUAlexey Brodkin1-2/+2
2019-01-17ARC: perf: avoid kernel killing where it is possibleEugeniy Paltsev1-2/+4
2019-01-17ARC: perf: move HW events mapping to separate functionEugeniy Paltsev1-15/+33
2019-01-17ARC: perf: introduce Kernel PMU events supportEugeniy Paltsev1-1/+105
2019-01-17ARC: perf: trivial code cleanupEugeniy Paltsev1-43/+42
2017-11-21ARCv2: perf: optimize given that num counters <= 32Vineet Gupta1-9/+7
2017-11-21ARCv2: perf: tweak overflow interruptVineet Gupta1-10/+14
2016-09-30arc: perf: Enable generic "cache-references" and "cache-misses" eventsAlexey Brodkin1-2/+4
2016-05-30Fix typosAndrea Gelmini1-1/+1
2016-05-16perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo1-3/+3
2015-12-12ARCv2: perf: Ensure perf intr gets enabled on all coresVineet Gupta1-23/+9
2015-08-27ARCv2: perf: Finally introduce HS perf unitVineet Gupta1-1/+2
2015-08-27ARCv2: perf: SMP supportAlexey Brodkin1-15/+54
2015-08-27ARCv2: perf: implement exclusion of event counting in user or kernel modeAlexey Brodkin1-2/+14
2015-08-27ARCv2: perf: Support sampling events using overflow interruptsAlexey Brodkin1-8/+120
2015-08-27ARCv2: perf: implement "event_set_period"Alexey Brodkin1-16/+63
2015-08-27ARC: perf: cap the number of counters to hardware max of 32Vineet Gupta1-3/+3
2015-08-20ARC: add/fix some comments in code - no functional changeVineet Gupta1-2/+2
2015-06-19ARC: perf: Remove unnecessary local variableTobias Klauser1-4/+2
2015-06-19arc: fix use of uninitialized arc_pmuMax Filippov1-1/+0
2015-04-20ARC: perf: don't add code for impossible caseVineet Gupta1-4/+1
2015-04-20ARC: perf: Rename DT binding to not confuse with power mgmtVineet Gupta1-2/+2
2015-04-20ARC: perf: add user space attribution in callchainsVineet Gupta1-0/+10
2015-04-20ARC: perf: Add kernel callchain supportVineet Gupta1-0/+29
2015-04-20ARC: perf: Add some comments/debug stuffVineet Gupta1-5/+13
2015-04-20ARC: perf: make @arc_pmu static globalVineet Gupta1-5/+2
2014-10-13ARC: boot: cpu feature print enhancementsVineet Gupta1-12/+10
2014-06-18arc, perf: Use common PMU interrupt disabled codeVince Weaver1-4/+3
2013-11-28ARC: [perf] Fix a few thinkosVineet Gupta1-2/+2
2013-11-15ARC: perf: ARC 700 PMU doesn't support sampling eventsMischa Jonker1-0/+4
2013-11-12ARC: Add perf support for ARC700 coresMischa Jonker1-0/+322