Sign in
android-kvm
/
linux
/
d13252ea800e1f2a39e40c2b8a4397b21a80555d
/
arch
/
arm
/
kernel
/
perf_event_v7.c
6f8f357
ARM: 8873/1: perf: cleanup cppcheck shifting warning
by Phong Tran
· 6 years ago
7dfc8db
arm_pmu: Tidy up clear_event_idx call backs
by Suzuki K Poulose
· 7 years ago
3a95200
arm_pmu: Change API to support 64bit counter values
by Suzuki K Poulose
· 7 years ago
8d3e994
arm_pmu: Clean up maximum period handling
by Suzuki K Poulose
· 7 years ago
64b2f02
arm: perf: prevent unbind/bind via sysfs
by Stefan Agner
· 7 years ago
0788f1e
arm_pmu: simplify arm_pmu::handle_irq
by Mark Rutland
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
b128cb5
arm: perf: use builtin_platform_driver
by Geliang Tang
· 8 years ago
9268c5d
arm: perf: move to common attr_group fields
by Mark Rutland
· 9 years ago
8d1a0ae
ARM: perf: Set ARMv7 SDER SUNIDEN bit
by Martin Fuzzey
· 9 years ago
abff083
ARM: perf: add format entry to describe event -> config mapping
by Will Deacon
· 9 years ago
3fbac6c
arm: perf: Add event descriptions
by Drew Richardson
· 9 years ago
f4ab36c
arm: perf: Convert event enums to #defines
by Drew Richardson
· 9 years ago
fa8ad78
arm: perf: factor arm_pmu core out to drivers
by Mark Rutland
· 10 years ago
29ba0f3
arm: perf: factor out armv7 pmu driver
by Mark Rutland
· 10 years ago
0e3038d
arm: perf: probe number of counters on affine CPUs
by Mark Rutland
· 10 years ago
341e42c
ARM: perf: Add support for Scorpion PMUs
by Stephen Boyd
· 10 years ago
9349991
ARM: perf: Only reset PMxEVCNTCR registers on reset
by Stephen Boyd
· 10 years ago
65bab45
ARM: perf: Preparatory work for Scorpion PMU support
by Stephen Boyd
· 10 years ago
1167925
arm: perf: kill get_hw_events()
by Mark Rutland
· 11 years ago
52a5566
ARM: perf: use pr_* instead of printk
by Will Deacon
· 10 years ago
cb6eb10
ARM: perf: remove useless return and check of idx in counter handling
by chai wen
· 10 years ago
037e79a
arm: perf: krait: stop using singleton PMU
by Mark Rutland
· 11 years ago
3d1ff75
arm: perf: clean up PMU names
by Mark Rutland
· 12 years ago
6b7658e
arm: perf: armv7: condense event maps
by Mark Rutland
· 11 years ago
6a78371
ARM: perf: fix compiler warning with gcc 4.6.4 (and tidy code)
by Russell King
· 11 years ago
03eff46
ARM: 8054/1: perf: add support for the Cortex-A17 PMU
by Will Deacon
· 11 years ago
8e781f6
ARM: perf: add support for the Cortex-A12 PMU
by Albin Tonnerre
· 11 years ago
b7aafe9
ARM: perf: fully support Krait CPU PMU events
by Stephen Boyd
· 11 years ago
2a3391c
ARM: perf: add basic support for Krait CPU PMUs
by Stephen Boyd
· 11 years ago
f2fe09b
ARM: 7663/1: perf: fix ARMv7 EVTYPE_MASK to include NSH bit
by Will Deacon
· 12 years ago
40c390c
ARM: perf: don't pretend to support counting of L1I writes
by Will Deacon
· 12 years ago
351a102
ARM: drivers: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
7279adb
ARM: perf: check ARMv7 counter validity on a per-pmu basis
by Sudeep KarkadaNagesha
· 13 years ago
ed6f2a5
ARM: perf: consistently use struct perf_event in arm_pmu functions
by Sudeep KarkadaNagesha
· 13 years ago
513c99c
ARM: perf: allocate CPU PMU dynamically at probe time
by Sudeep KarkadaNagesha
· 13 years ago
6dbc002
ARM: perf: prepare for moving CPU PMU code into separate file
by Will Deacon
· 13 years ago
04236f9
ARM: perf: probe devicetree in preference to current CPU
by Will Deacon
· 13 years ago
4295b89
ARM: 7448/1: perf: remove arm_perf_pmu_ids global enumeration
by Will Deacon
· 13 years ago
fd0d000
perf: Pass last sampling period to perf_sample_data_init()
by Robert Richter
· 13 years ago
12679a2
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 13 years ago
d33c88c
ARM: 7315/1: perf: add support for the Cortex-A7 PMU
by Will Deacon
· 13 years ago
f6f5a30
ARM: 7356/1: perf: check that we have an event in the PMU IRQ handlers
by Will Deacon
· 13 years ago
99c1745
ARM: 7355/1: perf: clear overflow flag when disabling counter on ARMv7 PMU
by Will Deacon
· 13 years ago
5727347
ARM: 7354/1: perf: limit sample_period to half max_period in non-sampling mode
by Will Deacon
· 13 years ago
91756ac
ARM: 7303/1: perf: add empty NODE event definitions for Cortex-A5 and Cortex-A15
by Will Deacon
· 13 years ago
0445e7a
ARM: perf: add support for stalled cycle ABI events
by Will Deacon
· 13 years ago
4d30151
ARM: perf: clean and update ARMv7 event numbers
by Will Deacon
· 13 years ago
1fdb24e
Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
by Linus Torvalds
· 13 years ago
29a541f
ARM: 7117/1: perf: fix HW_CACHE_* events on Cortex-A9
by Will Deacon
· 13 years ago
8be3f9a
ARM: perf: remove cpu-related misnomers
by Mark Rutland
· 14 years ago
e1f431b
ARM: perf: refactor event mapping
by Mark Rutland
· 14 years ago
0f78d2d
ARM: perf: lock PMU registers per-CPU
by Mark Rutland
· 14 years ago
c47f868
ARM: perf: remove active_mask
by Mark Rutland
· 14 years ago
a505add
ARM: perf: add mode exclusion for Cortex-A15 PMU
by Will Deacon
· 14 years ago
c691bb6
ARM: perf: index ARMv7 event counters starting from zero
by Will Deacon
· 14 years ago
25e29c7
ARM: perf: use integers for ARMv7 event indices
by Will Deacon
· 14 years ago
6330aae
ARM: perf: use u32 instead of unsigned long for PMNC register
by Will Deacon
· 14 years ago
a6c93af
ARM: perf: de-const struct arm_pmu
by Mark Rutland
· 14 years ago
b6844e8
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 14 years ago
14abd03
ARM: perf: add support for the Cortex-A15 PMU
by Will Deacon
· 14 years ago
0c205cb
ARM: perf: add support for the Cortex-A5 PMU
by Will Deacon
· 14 years ago
6d4eaf9
ARM: perf: add PMUv2 common event definitions
by Will Deacon
· 14 years ago
7b35fa4
ARM: perf: remove confusing comment from v7 perf events backend
by Will Deacon
· 14 years ago
89d6c0b
perf, arch: Add generic NODE cache events
by Peter Zijlstra
· 14 years ago
a8b0ca1
perf: Remove the nmi parameter from the swevent and overflow interface
by Peter Zijlstra
· 14 years ago
a737823
ARM: 6835/1: perf: ensure overflows aren't missed due to IRQ latency
by Will Deacon
· 14 years ago
574b69c
ARM: 6834/1: perf: reset counters on all CPUs during initialisation
by Will Deacon
· 14 years ago
d25d3b4
ARM: 6833/1: perf: add required isbs() to ARMv7 backend
by Will Deacon
· 14 years ago
961ec6da
ARM: 6521/1: perf: use raw_spinlock_t for pmu_lock
by Will Deacon
· 14 years ago
4d6b7a7
ARM: 6512/1: perf: fix warnings generated by sparse
by Will Deacon
· 14 years ago
43eab87
ARM: perf: separate PMU backends into multiple files
by Will Deacon
· 14 years ago