summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/perf_event.c
Commit message (Expand)AuthorAgeFilesLines
* ARC: Fix typosBjorn Helgaas2024-04-011-1/+1
* arc: perf: Move static structs to where they're really usedAlexey Brodkin2021-12-281-0/+162
* ARC: perf: fix misleading comment about pmu vs counter stopVineet Gupta2021-12-281-1/+1
* ARC: perf: Remove redundant initialization of variable idxColin Ian King2021-12-281-1/+1
* ARC: perf: redo the pct irq missing in device-tree handlingVineet Gupta2020-10-221-9/+18
* ARC: perf: don't bail setup if pct irq missing in device-treeVineet Gupta2020-08-161-10/+4
* ARC: perf: Accommodate big-endian CPUAlexey Brodkin2019-10-221-2/+2
* ARC: perf: avoid kernel killing where it is possibleEugeniy Paltsev2019-01-171-2/+4
* ARC: perf: move HW events mapping to separate functionEugeniy Paltsev2019-01-171-15/+33
* ARC: perf: introduce Kernel PMU events supportEugeniy Paltsev2019-01-171-1/+105
* ARC: perf: trivial code cleanupEugeniy Paltsev2019-01-171-43/+42
* ARCv2: perf: optimize given that num counters <= 32Vineet Gupta2017-11-211-9/+7
* ARCv2: perf: tweak overflow interruptVineet Gupta2017-11-211-10/+14
* arc: perf: Enable generic "cache-references" and "cache-misses" eventsAlexey Brodkin2016-09-301-2/+4
* Fix typosAndrea Gelmini2016-05-301-1/+1
* perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo2016-05-161-3/+3
* ARCv2: perf: Ensure perf intr gets enabled on all coresVineet Gupta2015-12-121-23/+9
* ARCv2: perf: Finally introduce HS perf unitVineet Gupta2015-08-271-1/+2
* ARCv2: perf: SMP supportAlexey Brodkin2015-08-271-15/+54
* ARCv2: perf: implement exclusion of event counting in user or kernel modeAlexey Brodkin2015-08-271-2/+14
* ARCv2: perf: Support sampling events using overflow interruptsAlexey Brodkin2015-08-271-8/+120
* ARCv2: perf: implement "event_set_period"Alexey Brodkin2015-08-271-16/+63
* ARC: perf: cap the number of counters to hardware max of 32Vineet Gupta2015-08-271-3/+3
* ARC: add/fix some comments in code - no functional changeVineet Gupta2015-08-201-2/+2
* ARC: perf: Remove unnecessary local variableTobias Klauser2015-06-191-4/+2
* arc: fix use of uninitialized arc_pmuMax Filippov2015-06-191-1/+0
* ARC: perf: don't add code for impossible caseVineet Gupta2015-04-201-4/+1
* ARC: perf: Rename DT binding to not confuse with power mgmtVineet Gupta2015-04-201-2/+2
* ARC: perf: add user space attribution in callchainsVineet Gupta2015-04-201-0/+10
* ARC: perf: Add kernel callchain supportVineet Gupta2015-04-201-0/+29
* ARC: perf: Add some comments/debug stuffVineet Gupta2015-04-201-5/+13
* ARC: perf: make @arc_pmu static globalVineet Gupta2015-04-201-5/+2
* ARC: boot: cpu feature print enhancementsVineet Gupta2014-10-131-12/+10
* arc, perf: Use common PMU interrupt disabled codeVince Weaver2014-06-181-4/+3
* ARC: [perf] Fix a few thinkosVineet Gupta2013-11-281-2/+2
* ARC: perf: ARC 700 PMU doesn't support sampling eventsMischa Jonker2013-11-151-0/+4
* ARC: Add perf support for ARC700 coresMischa Jonker2013-11-121-0/+322