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