index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
events
/
perf_event.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf/x86/intel: Support Perfmon MSRs aliasing
Kan Liang
2024-07-04
1
-0
/
+7
*
perf/x86: Add config_mask to represent EVENTSEL bitmask
Kan Liang
2024-07-04
1
-0
/
+7
*
perf/x86/intel: Support new data source for Lunar Lake
Kan Liang
2024-07-04
1
-1
/
+15
*
perf/x86/intel: Rename model-specific pebs_latency_data functions
Kan Liang
2024-07-04
1
-2
/
+2
*
perf/x86: Add Lunar Lake and Arrow Lake support
Kan Liang
2024-07-04
1
-0
/
+2
*
perf/x86: Support counter mask
Kan Liang
2024-07-04
1
-8
/
+39
*
perf/x86/intel: Support the PEBS event mask
Kan Liang
2024-07-04
1
-2
/
+13
*
perf/x86/amd: Avoid taking branches before disabling LBR
Andrii Nakryiko
2024-04-03
1
-0
/
+13
*
perf/x86/intel: Support branch counters logging
Kan Liang
2023-10-27
1
-0
/
+12
*
perf/x86/intel: Clean up the hybrid CPU type handling code
Kan Liang
2023-08-29
1
-14
/
+21
*
perf/x86/intel: Use the common uarch name for the shared functions
Kan Liang
2023-08-29
1
-1
/
+1
*
perf/x86/intel: Add Crestmont PMU
Kan Liang
2023-08-09
1
-0
/
+2
*
perf/x86: Support Retire Latency
Kan Liang
2023-01-09
1
-0
/
+2
*
perf/x86: Add Meteor Lake support
Kan Liang
2023-01-09
1
-7
/
+14
*
perf/x86/amd: Remove the repeated declaration
Shaokun Zhang
2022-11-24
1
-1
/
+0
*
perf: Rewrite core context handling
Peter Zijlstra
2022-10-27
1
-16
/
+14
*
Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-10
1
-24
/
+106
|
\
|
*
perf/x86/intel: Optimize FIXED_CTR_CTRL access
Kan Liang
2022-09-07
1
-0
/
+4
|
*
perf/x86/p4: Remove perfctr_second_write quirk
Peter Zijlstra
2022-09-07
1
-1
/
+1
|
*
perf/x86/intel: Remove x86_pmu::update_topdown_event
Peter Zijlstra
2022-09-07
1
-1
/
+0
|
*
perf/x86/intel: Remove x86_pmu::set_topdown_event_period
Peter Zijlstra
2022-09-07
1
-1
/
+0
|
*
perf/x86: Change x86_pmu::limit_period signature
Peter Zijlstra
2022-09-07
1
-1
/
+1
|
*
perf/x86: Add two more x86_pmu methods
Peter Zijlstra
2022-09-07
1
-0
/
+5
|
*
x86/perf: Assert all platform event flags are within PERF_EVENT_FLAG_ARCH
Anshuman Khandual
2022-09-07
1
-18
/
+16
|
*
perf/x86: Make branch classifier fusion-aware
Sandipan Das
2022-08-27
1
-0
/
+2
|
*
perf/x86: Move branch classifier
Sandipan Das
2022-08-27
1
-0
/
+62
|
*
perf/x86/amd/lbr: Add LbrExtV2 branch record support
Sandipan Das
2022-08-27
1
-0
/
+8
|
*
perf/x86/amd/lbr: Detect LbrExtV2 support
Sandipan Das
2022-08-27
1
-0
/
+2
|
*
perf/x86/amd/brs: Move feature-specific functions
Sandipan Das
2022-08-27
1
-2
/
+5
*
|
perf/x86/intel: Fix unchecked MSR access error for Alder Lake N
Kan Liang
2022-09-01
1
-0
/
+2
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-08-04
1
-2
/
+4
|
\
|
*
x86/perf/core: Add pebs_capable to store valid PEBS_COUNTER_MASK value
Peter Zijlstra (Intel)
2022-06-08
1
-0
/
+1
|
*
perf/x86/core: Pass "struct kvm_pmu *" to determine the guest values
Like Xu
2022-06-08
1
-1
/
+1
|
*
perf/x86/intel: Add EPT-Friendly PEBS for Ice Lake Server
Like Xu
2022-06-08
1
-1
/
+2
*
|
perf/x86/intel: Fix PEBS data source encoding for ADL
Kan Liang
2022-07-04
1
-0
/
+6
*
|
perf/x86/intel: Fix PEBS memory access info encoding for ADL
Kan Liang
2022-07-04
1
-0
/
+8
*
|
x86/events/intel/ds: Enable large PEBS for PERF_SAMPLE_WEIGHT_TYPE
Like Xu
2022-06-13
1
-1
/
+2
|
/
*
perf/x86/amd: Fix AMD BRS period adjustment
Peter Zijlstra
2022-05-18
1
-18
/
+0
*
perf/x86/amd: Add idle hooks for branch sampling
Stephane Eranian
2022-04-05
1
-0
/
+1
*
perf/x86/amd: Make Zen3 branch sampling opt-in
Stephane Eranian
2022-04-05
1
-10
/
+39
*
perf/x86/amd: Add AMD branch sampling period adjustment
Stephane Eranian
2022-04-05
1
-0
/
+12
*
perf/x86/amd: Add AMD Fam19h Branch Sampling support
Stephane Eranian
2022-04-05
1
-16
/
+85
*
perf/x86/intel/lbr: Support LBR format V7
Peter Zijlstra (Intel)
2022-01-18
1
-1
/
+9
*
x86: perf: Move RDPMC event flag to a common definition
Rob Herring
2021-12-14
1
-1
/
+1
*
Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-11-02
1
-0
/
+19
|
\
|
*
perf: Enable branch record for software events
Song Liu
2021-09-13
1
-0
/
+19
*
|
Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-11-01
1
-0
/
+1
|
\
\
|
*
|
x86/pkru: Remove useless include
Thomas Gleixner
2021-10-20
1
-0
/
+1
|
|
/
*
/
perf/x86: Add new event for AUX output counter index
Adrian Hunter
2021-10-15
1
-0
/
+1
|
/
*
perf/x86/intel: Apply mid ACK for small core
Kan Liang
2021-08-06
1
-0
/
+15
[next]