| Commit message (Expand) | Author | Age | Files | Lines |
* | perf: Add branch_sample_call_stack | Kan Liang | 2023-10-27 | 1 | -1/+1 |
* | perf: Add branch stack counters | Kan Liang | 2023-10-27 | 1 | -1/+1 |
* | perf/x86/intel: Clean up the hybrid CPU type handling code | Kan Liang | 2023-08-29 | 1 | -3/+3 |
* | perf/x86: Remove unused PERF_PMU_CAP_HETEROGENEOUS_CPUS capability | James Clark | 2023-07-26 | 1 | -1/+0 |
* | perf/x86: Use local64_try_cmpxchg | Uros Bizjak | 2023-07-10 | 1 | -6/+4 |
* | perf/x86: Fix missing sample size update on AMD BRS | Namhyung Kim | 2023-05-08 | 1 | -4/+2 |
* | perf/x86: Refuse to export capabilities for hybrid PMUs | Sean Christopherson | 2023-02-15 | 1 | -5/+7 |
* | perf/x86: Remove unused variable 'cpu_type' | Rafael Mendonca | 2022-11-15 | 1 | -4/+0 |
* | perf: Rewrite core context handling | Peter Zijlstra | 2022-10-27 | 1 | -30/+14 |
* | perf/x86/p4: Remove perfctr_second_write quirk | Peter Zijlstra | 2022-09-07 | 1 | -11/+1 |
* | perf/x86: Add a x86_pmu::limit_period static_call | Peter Zijlstra | 2022-09-07 | 1 | -4/+5 |
* | perf/x86: Change x86_pmu::limit_period signature | Peter Zijlstra | 2022-09-07 | 1 | -5/+8 |
* | perf/x86/intel: Move the topdown stuff into the intel driver | Peter Zijlstra | 2022-09-07 | 1 | -7/+0 |
* | perf/x86: Add two more x86_pmu methods | Peter Zijlstra | 2022-09-07 | 1 | -5/+17 |
* | perf: Use sample_flags for branch stack | Kan Liang | 2022-09-06 | 1 | -1/+3 |
* | x86: events: Do not return bogus capabilities if PMU is broken | Paolo Bonzini | 2022-06-08 | 1 | -2/+10 |
* | perf: x86/core: Add interface to query perfmon_event_map[] directly | Like Xu | 2022-06-08 | 1 | -0/+11 |
* | 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: Fix AMD BRS period adjustment | Peter Zijlstra | 2022-05-18 | 1 | -7/+0 |
* | perf/x86: Unify format of events sysfs show | Yang Jihong | 2022-04-05 | 1 | -1/+1 |
* | perf/x86/amd: Add AMD branch sampling period adjustment | Stephane Eranian | 2022-04-05 | 1 | -0/+7 |
* | perf/x86/amd: Add AMD Fam19h Branch Sampling support | Stephane Eranian | 2022-04-05 | 1 | -1/+9 |
* | x86: remove __range_not_ok() | Arnd Bergmann | 2022-02-25 | 1 | -1/+1 |
* | Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2022-01-12 | 1 | -6/+7 |
|\ |
|
| * | perf: Add wrappers for invoking guest callbacks | Sean Christopherson | 2021-11-17 | 1 | -10/+5 |
| * | perf/core: Rework guest callbacks to prepare for static_call support | Like Xu | 2021-11-17 | 1 | -6/+7 |
| * | perf: Protect perf_guest_cbs with RCU | Sean Christopherson | 2021-11-17 | 1 | -6/+11 |
* | | x86: perf: Move RDPMC event flag to a common definition | Rob Herring | 2021-12-14 | 1 | -5/+5 |
|/ |
|
* | Merge tag 'perf-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2021-11-01 | 1 | -0/+6 |
|\ |
|
| * | perf/x86: Add new event for AUX output counter index | Adrian Hunter | 2021-10-15 | 1 | -0/+6 |
* | | perf/x86: Reset destroy callback on event init failure | Anand K Mistry | 2021-10-01 | 1 | -0/+1 |
|/ |
|
* | perf/x86: Remove unused assignment to pointer 'e' | Colin Ian King | 2021-08-26 | 1 | -3/+1 |
* | perf/x86: Fix out of bound MSR access | Peter Zijlstra | 2021-08-04 | 1 | -5/+7 |
* | Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2021-06-28 | 1 | -1/+27 |
|\ |
|
| * | perf/x86: Reset the dirty counter to prevent the leak for an RDPMC task | Kan Liang | 2021-06-17 | 1 | -1/+27 |
* | | perf/x86/lbr: Remove cpuc->lbr_xsave allocation from atomic context | Like Xu | 2021-05-18 | 1 | -2/+4 |
|/ |
|
* | Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2021-04-28 | 1 | -75/+257 |
|\ |
|
| * | perf/x86: Allow for 8<num_fixed_counters<16 | Colin Ian King | 2021-04-23 | 1 | -1/+1 |
| * | perf: Extend PERF_TYPE_HARDWARE and PERF_TYPE_HW_CACHE | Kan Liang | 2021-04-19 | 1 | -0/+1 |
| * | perf/x86: Support filter_match callback | Kan Liang | 2021-04-19 | 1 | -0/+10 |
| * | perf/x86: Add structures for the attributes of Hybrid PMUs | Kan Liang | 2021-04-19 | 1 | -0/+43 |
| * | perf/x86: Register hybrid PMUs | Kan Liang | 2021-04-19 | 1 | -19/+118 |
| * | perf/x86: Factor out x86_pmu_show_pmu_cap | Kan Liang | 2021-04-19 | 1 | -9/+16 |
| * | perf/x86: Remove temporary pmu assignment in event_init | Kan Liang | 2021-04-19 | 1 | -11/+0 |
| * | perf/x86: Hybrid PMU support for extra_regs | Kan Liang | 2021-04-19 | 1 | -2/+3 |
| * | perf/x86: Hybrid PMU support for event constraints | Kan Liang | 2021-04-19 | 1 | -1/+2 |
| * | perf/x86: Hybrid PMU support for hardware cache event | Kan Liang | 2021-04-19 | 1 | -3/+2 |
| * | perf/x86: Hybrid PMU support for counters | Kan Liang | 2021-04-19 | 1 | -17/+38 |
| * | perf/x86: Hybrid PMU support for intel_ctrl | Kan Liang | 2021-04-19 | 1 | -7/+7 |