Age | Commit message (Expand) | Author | Files | Lines |
2022-06-08 | x86: events: Do not return bogus capabilities if PMU is broken | Paolo Bonzini | 1 | -2/+10 |
2022-06-08 | perf: x86/core: Add interface to query perfmon_event_map[] directly | Like Xu | 1 | -0/+11 |
2022-06-08 | perf/x86/core: Pass "struct kvm_pmu *" to determine the guest values | Like Xu | 1 | -2/+2 |
2022-06-08 | perf/x86/intel: Add EPT-Friendly PEBS for Ice Lake Server | Like Xu | 1 | -0/+1 |
2022-05-18 | perf/x86/amd: Fix AMD BRS period adjustment | Peter Zijlstra | 1 | -7/+0 |
2022-04-05 | perf/x86: Unify format of events sysfs show | Yang Jihong | 1 | -1/+1 |
2022-04-05 | perf/x86/amd: Add AMD branch sampling period adjustment | Stephane Eranian | 1 | -0/+7 |
2022-04-05 | perf/x86/amd: Add AMD Fam19h Branch Sampling support | Stephane Eranian | 1 | -1/+9 |
2022-02-25 | x86: remove __range_not_ok() | Arnd Bergmann | 1 | -1/+1 |
2022-01-13 | Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -6/+7 |
2021-12-14 | x86: perf: Move RDPMC event flag to a common definition | Rob Herring | 1 | -5/+5 |
2021-11-17 | perf: Add wrappers for invoking guest callbacks | Sean Christopherson | 1 | -10/+5 |
2021-11-17 | perf/core: Rework guest callbacks to prepare for static_call support | Like Xu | 1 | -6/+7 |
2021-11-17 | perf: Protect perf_guest_cbs with RCU | Sean Christopherson | 1 | -6/+11 |
2021-11-01 | Merge tag 'perf-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+6 |
2021-10-15 | perf/x86: Add new event for AUX output counter index | Adrian Hunter | 1 | -0/+6 |
2021-10-01 | perf/x86: Reset destroy callback on event init failure | Anand K Mistry | 1 | -0/+1 |
2021-08-26 | perf/x86: Remove unused assignment to pointer 'e' | Colin Ian King | 1 | -3/+1 |
2021-08-04 | perf/x86: Fix out of bound MSR access | Peter Zijlstra | 1 | -5/+7 |
2021-06-28 | Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+27 |
2021-06-17 | perf/x86: Reset the dirty counter to prevent the leak for an RDPMC task | Kan Liang | 1 | -1/+27 |
2021-05-18 | perf/x86/lbr: Remove cpuc->lbr_xsave allocation from atomic context | Like Xu | 1 | -2/+4 |
2021-04-28 | Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -75/+257 |
2021-04-23 | perf/x86: Allow for 8<num_fixed_counters<16 | Colin Ian King | 1 | -1/+1 |
2021-04-19 | perf: Extend PERF_TYPE_HARDWARE and PERF_TYPE_HW_CACHE | Kan Liang | 1 | -0/+1 |
2021-04-19 | perf/x86: Support filter_match callback | Kan Liang | 1 | -0/+10 |
2021-04-19 | perf/x86: Add structures for the attributes of Hybrid PMUs | Kan Liang | 1 | -0/+43 |
2021-04-19 | perf/x86: Register hybrid PMUs | Kan Liang | 1 | -19/+118 |
2021-04-19 | perf/x86: Factor out x86_pmu_show_pmu_cap | Kan Liang | 1 | -9/+16 |
2021-04-19 | perf/x86: Remove temporary pmu assignment in event_init | Kan Liang | 1 | -11/+0 |
2021-04-19 | perf/x86: Hybrid PMU support for extra_regs | Kan Liang | 1 | -2/+3 |
2021-04-19 | perf/x86: Hybrid PMU support for event constraints | Kan Liang | 1 | -1/+2 |
2021-04-19 | perf/x86: Hybrid PMU support for hardware cache event | Kan Liang | 1 | -3/+2 |
2021-04-19 | perf/x86: Hybrid PMU support for counters | Kan Liang | 1 | -17/+38 |
2021-04-19 | perf/x86: Hybrid PMU support for intel_ctrl | Kan Liang | 1 | -7/+7 |
2021-04-19 | perf/x86/intel: Hybrid PMU support for perf capabilities | Kan Liang | 1 | -2/+5 |
2021-04-19 | perf/x86: Track pmu in per-CPU cpu_hw_events | Kan Liang | 1 | -4/+13 |
2021-04-16 | perf/x86: Move cpuc->running into P4 specific code | Kan Liang | 1 | -1/+0 |
2021-03-18 | x86: Fix various typos in comments | Ingo Molnar | 1 | -1/+1 |
2021-03-10 | x86/perf: Use RET0 as default for guest_get_msrs to handle "no PMU" case | Sean Christopherson | 1 | -9/+6 |
2021-02-01 | perf/x86/intel: Support CPUID 10.ECX to disable fixed counters | Kan Liang | 1 | -1/+7 |
2021-01-27 | x86/perf: Use static_call for x86_pmu.guest_get_msrs | Like Xu | 1 | -0/+20 |
2020-12-15 | Merge tag 'perf-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2020-12-09 | perf/x86: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -1/+1 |
2020-10-26 | perf/x86: Avoid TIF_IA32 when checking 64bit mode | Gabriel Krisman Bertazi | 1 | -1/+1 |
2020-10-13 | Merge tag 'perf-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -21/+70 |
2020-10-06 | perf/x86: Fix n_metric for cancelled txn | Peter Zijlstra | 1 | -0/+3 |
2020-10-06 | perf/x86: Fix n_pair for cancelled txn | Peter Zijlstra | 1 | -1/+5 |
2020-09-10 | perf/x86/amd: Fix sampling Large Increment per Cycle events | Kim Phillips | 1 | -2/+2 |
2020-09-01 | x86/perf, static_call: Optimize x86_pmu methods | Peter Zijlstra | 1 | -40/+94 |