index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
perf_event.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-02-21
1
-1
/
+1
|
\
|
*
x86/perf/amd: Remove tracing from perf_lopwr_cb()
Peter Zijlstra
2023-01-13
1
-1
/
+1
*
|
perf/x86/intel: Support Architectural PerfMon Extension leaf
Kan Liang
2023-01-09
1
-0
/
+8
|
/
*
perf/x86/core: Zero @lbr instead of returning -1 in x86_perf_get_lbr() stub
Sean Christopherson
2022-11-09
1
-3
/
+3
*
perf/x86/amd/lbr: Detect LbrExtV2 support
Sandipan Das
2022-08-27
1
-1
/
+2
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-08-04
1
-2
/
+9
|
\
|
*
perf: x86/core: Add interface to query perfmon_event_map[] directly
Like Xu
2022-06-08
1
-0
/
+6
|
*
perf/x86/core: Pass "struct kvm_pmu *" to determine the guest values
Like Xu
2022-06-08
1
-2
/
+2
|
*
perf/x86/intel: Add EPT-Friendly PEBS for Ice Lake Server
Like Xu
2022-06-08
1
-0
/
+1
*
|
perf/x86/amd/uncore: Add PerfMonV2 DF event format
Sandipan Das
2022-06-13
1
-0
/
+13
*
|
perf/x86/amd/uncore: Detect available DF counters
Sandipan Das
2022-06-13
1
-0
/
+3
|
/
*
perf/amd/ibs: Add support for L3 miss filtering
Ravi Bangoria
2022-05-11
1
-0
/
+3
*
Merge branch 'v5.18-rc5'
Peter Zijlstra
2022-05-11
1
-0
/
+5
|
\
|
*
perf/x86/intel: Don't extend the pseudo-encoding to GP counters
Kan Liang
2022-04-05
1
-0
/
+5
*
|
perf/x86/amd/core: Detect available counters
Sandipan Das
2022-05-04
1
-0
/
+17
*
|
perf/x86/amd: Add idle hooks for branch sampling
Stephane Eranian
2022-04-05
1
-0
/
+23
|
/
*
perf/x86/intel: Increase max number of the fixed counters
Kan Liang
2022-02-02
1
-1
/
+1
*
perf/x86: Reset the dirty counter to prevent the leak for an RDPMC task
Kan Liang
2021-06-17
1
-0
/
+1
*
perf/x86/intel: Add perf core PMU support for Sapphire Rapids
Kan Liang
2021-02-01
1
-2
/
+6
*
perf/x86/intel: Filter unsupported Topdown metrics event
Kan Liang
2021-02-01
1
-2
/
+8
*
x86/perf: Use static_call for x86_pmu.guest_get_msrs
Like Xu
2021-01-27
1
-5
/
+1
*
perf/x86/intel: Make anythread filter support conditional
Stephane Eranian
2020-11-09
1
-1
/
+3
*
perf/x86/amd/ibs: Support 27-bit extended Op/cycle counter
Kim Phillips
2020-09-10
1
-0
/
+1
*
perf/x86/intel: Support TopDown metrics on Ice Lake
Kan Liang
2020-08-18
1
-0
/
+2
*
perf/x86: Add a macro for RDPMC offset of fixed counters
Kan Liang
2020-08-18
1
-0
/
+3
*
perf/x86/intel: Generic support for hardware TopDown metrics
Kan Liang
2020-08-18
1
-0
/
+47
*
perf/x86/intel: Move BTS index to 47
Kan Liang
2020-08-18
1
-2
/
+2
*
perf/x86/intel: Introduce the fourth fixed counter
Kan Liang
2020-08-18
1
-3
/
+20
*
perf/x86/intel: Name the global status bit in NMI handler
Kan Liang
2020-08-18
1
-10
/
+12
*
perf/x86/intel/lbr: Support XSAVES/XRSTORS for LBR context switch
Kan Liang
2020-07-08
1
-4
/
+0
*
perf/x86/intel/lbr: Unify the stored format of LBR information
Kan Liang
2020-07-08
1
-5
/
+1
*
perf/x86: Expose CPUID enumeration bits for arch LBR
Kan Liang
2020-07-08
1
-0
/
+40
*
perf/x86: Add constraint to create guest LBR event without hw counter
Like Xu
2020-07-02
1
-1
/
+21
*
perf/x86/lbr: Add interface to get LBR information
Like Xu
2020-07-02
1
-0
/
+12
*
perf/amd/uncore: Add support for Family 19h L3 PMU
Kim Phillips
2020-03-17
1
-2
/
+13
*
perf/x86: Provide stubs of KVM helpers for non-Intel CPUs
Sean Christopherson
2020-01-13
1
-7
/
+15
*
perf/x86/amd/ibs: Fix sample bias for dispatched micro-ops
Kim Phillips
2019-08-30
1
-4
/
+8
*
perf/x86: Make perf callchains work without CONFIG_FRAME_POINTER
Kairui Song
2019-04-29
1
-6
/
+1
*
perf/x86/intel: Add Icelake support
Kan Liang
2019-04-16
1
-1
/
+1
*
perf/x86/intel: Support adaptive PEBS v4
Kan Liang
2019-04-16
1
-0
/
+43
*
perf/x86: Support outputting XMM registers
Kan Liang
2019-04-16
1
-0
/
+5
*
Merge branch 'x86/cache' into perf/core, to resolve conflicts
Ingo Molnar
2018-10-02
1
-0
/
+1
|
\
|
*
perf/x86: Add helper to obtain performance counter index
Reinette Chatre
2018-09-28
1
-0
/
+1
*
|
perf/x86/amd/uncore: Set ThreadMask and SliceMask for L3 Cache perf events
Natarajan, Janakarajan
2018-10-02
1
-0
/
+8
|
/
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
perf/x86/intel/pt: Don't die on VMXON
Alexander Shishkin
2016-04-28
1
-0
/
+4
*
perf/x86/intel: Add definition for PT PMI bit
Stephane Eranian
2016-03-08
1
-0
/
+1
*
x86: Add new MSRs and MSR bits used for Intel Skylake PMU support
Andi Kleen
2015-08-04
1
-0
/
+7
*
perf/x86/amd/ibs: Update IBS MSRs and feature definitions
Aravind Gopalakrishnan
2014-11-12
1
-0
/
+3
*
perf/x86: Revamp PEBS event selection
Andi Kleen
2014-08-13
1
-0
/
+8
[next]