index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arc
/
kernel
/
perf_event.c
Age
Commit message (
Expand
)
Author
2021-12-28
arc: perf: Move static structs to where they're really used
Alexey Brodkin
2021-12-28
ARC: perf: fix misleading comment about pmu vs counter stop
Vineet Gupta
2021-12-28
ARC: perf: Remove redundant initialization of variable idx
Colin Ian King
2020-10-22
ARC: perf: redo the pct irq missing in device-tree handling
Vineet Gupta
2020-08-16
ARC: perf: don't bail setup if pct irq missing in device-tree
Vineet Gupta
2019-10-22
ARC: perf: Accommodate big-endian CPU
Alexey Brodkin
2019-01-17
ARC: perf: avoid kernel killing where it is possible
Eugeniy Paltsev
2019-01-17
ARC: perf: move HW events mapping to separate function
Eugeniy Paltsev
2019-01-17
ARC: perf: introduce Kernel PMU events support
Eugeniy Paltsev
2019-01-17
ARC: perf: trivial code cleanup
Eugeniy Paltsev
2017-11-21
ARCv2: perf: optimize given that num counters <= 32
Vineet Gupta
2017-11-21
ARCv2: perf: tweak overflow interrupt
Vineet Gupta
2016-09-30
arc: perf: Enable generic "cache-references" and "cache-misses" events
Alexey Brodkin
2016-05-30
Fix typos
Andrea Gelmini
2016-05-16
perf core: Pass max stack as a perf_callchain_entry context
Arnaldo Carvalho de Melo
2015-12-12
ARCv2: perf: Ensure perf intr gets enabled on all cores
Vineet Gupta
2015-08-27
ARCv2: perf: Finally introduce HS perf unit
Vineet Gupta
2015-08-27
ARCv2: perf: SMP support
Alexey Brodkin
2015-08-27
ARCv2: perf: implement exclusion of event counting in user or kernel mode
Alexey Brodkin
2015-08-27
ARCv2: perf: Support sampling events using overflow interrupts
Alexey Brodkin
2015-08-27
ARCv2: perf: implement "event_set_period"
Alexey Brodkin
2015-08-27
ARC: perf: cap the number of counters to hardware max of 32
Vineet Gupta
2015-08-20
ARC: add/fix some comments in code - no functional change
Vineet Gupta
2015-06-19
ARC: perf: Remove unnecessary local variable
Tobias Klauser
2015-06-19
arc: fix use of uninitialized arc_pmu
Max Filippov
2015-04-20
ARC: perf: don't add code for impossible case
Vineet Gupta
2015-04-20
ARC: perf: Rename DT binding to not confuse with power mgmt
Vineet Gupta
2015-04-20
ARC: perf: add user space attribution in callchains
Vineet Gupta
2015-04-20
ARC: perf: Add kernel callchain support
Vineet Gupta
2015-04-20
ARC: perf: Add some comments/debug stuff
Vineet Gupta
2015-04-20
ARC: perf: make @arc_pmu static global
Vineet Gupta
2014-10-13
ARC: boot: cpu feature print enhancements
Vineet Gupta
2014-06-18
arc, perf: Use common PMU interrupt disabled code
Vince Weaver
2013-11-28
ARC: [perf] Fix a few thinkos
Vineet Gupta
2013-11-15
ARC: perf: ARC 700 PMU doesn't support sampling events
Mischa Jonker
2013-11-12
ARC: Add perf support for ARC700 cores
Mischa Jonker