Age | Commit message (Expand) | Author | Files | Lines |
2022-11-16 | perf/x86/amd: Fix crash due to race between amd_pmu_enable_all, perf NMI and ... | Ravi Bangoria | 1 | -3/+2 |
2022-11-09 | perf/x86/amd/uncore: Fix memory leak for events array | Sandipan Das | 1 | -0/+1 |
2022-10-27 | perf/mem: Rename PERF_MEM_LVLNUM_EXTN_MEM to PERF_MEM_LVLNUM_CXL | Ravi Bangoria | 1 | -1/+1 |
2022-09-29 | perf/x86/amd/lbr: Adjust LBR regardless of filtering | Stephane Eranian | 1 | -2/+6 |
2022-09-29 | perf/x86/amd: Support PERF_SAMPLE_PHY_ADDR | Ravi Bangoria | 1 | -1/+7 |
2022-09-29 | perf/x86/amd: Support PERF_SAMPLE_ADDR | Ravi Bangoria | 1 | -1/+7 |
2022-09-29 | perf/x86/amd: Support PERF_SAMPLE_{WEIGHT|WEIGHT_STRUCT} | Ravi Bangoria | 1 | -1/+16 |
2022-09-29 | perf/x86/amd: Support PERF_SAMPLE_DATA_SRC | Ravi Bangoria | 1 | -6/+312 |
2022-09-27 | perf: Use sample_flags for raw_data | Namhyung Kim | 1 | -0/+1 |
2022-09-13 | perf: Kill __PERF_SAMPLE_CALLCHAIN_EARLY | Namhyung Kim | 1 | -10/+0 |
2022-09-13 | perf: Use sample_flags for callchain | Namhyung Kim | 1 | -1/+3 |
2022-09-07 | perf/x86: Change x86_pmu::limit_period signature | Peter Zijlstra | 1 | -5/+3 |
2022-09-06 | perf: Use sample_flags for branch stack | Kan Liang | 1 | -1/+3 |
2022-08-27 | perf/x86/amd/lbr: Add LbrExtV2 branch speculation info support | Sandipan Das | 1 | -3/+32 |
2022-08-27 | perf/x86/amd/lbr: Use fusion-aware branch classifier | Sandipan Das | 1 | -2/+10 |
2022-08-27 | perf/x86/amd/lbr: Add LbrExtV2 software branch filter support | Sandipan Das | 1 | -5/+87 |
2022-08-27 | perf/x86/amd/lbr: Add LbrExtV2 hardware branch filter support | Sandipan Das | 2 | -7/+108 |
2022-08-27 | perf/x86/amd/lbr: Add LbrExtV2 branch record support | Sandipan Das | 2 | -11/+239 |
2022-08-27 | perf/x86/amd/lbr: Detect LbrExtV2 support | Sandipan Das | 3 | -5/+27 |
2022-08-27 | perf/x86/amd/core: Add generic branch record interfaces | Sandipan Das | 1 | -12/+22 |
2022-08-27 | perf/x86/amd/core: Refactor branch attributes | Sandipan Das | 1 | -6/+19 |
2022-08-27 | perf/x86/amd/brs: Move feature-specific functions | Sandipan Das | 2 | -68/+71 |
2022-06-13 | perf/x86/amd/uncore: Add PerfMonV2 RDPMC assignments | Sandipan Das | 1 | -0/+10 |
2022-06-13 | perf/x86/amd/uncore: Add PerfMonV2 DF event format | Sandipan Das | 1 | -7/+17 |
2022-06-13 | perf/x86/amd/uncore: Detect available DF counters | Sandipan Das | 1 | -0/+10 |
2022-06-13 | perf/x86/amd/uncore: Use attr_update for format attributes | Sandipan Das | 1 | -14/+54 |
2022-06-13 | perf/x86/amd/uncore: Use dynamic events array | Sandipan Das | 1 | -7/+31 |
2022-05-20 | perf/x86/amd/core: Fix reloading events for SVM | Sandipan Das | 1 | -4/+20 |
2022-05-18 | perf/x86/amd: Run AMD BRS code only on supported hw | Borislav Petkov | 1 | -1/+4 |
2022-05-18 | perf/x86/amd: Fix AMD BRS period adjustment | Peter Zijlstra | 1 | -0/+13 |
2022-05-12 | perf/x86/amd: Remove unused variable 'hwc' | Zucheng Zheng | 1 | -3/+0 |
2022-05-11 | perf/amd/ibs: Advertise zen4_ibs_extensions as pmu capability attribute | Ravi Bangoria | 1 | -0/+21 |
2022-05-11 | perf/amd/ibs: Add support for L3 miss filtering | Ravi Bangoria | 1 | -7/+60 |
2022-05-11 | perf/amd/ibs: Use ->is_visible callback for dynamic attributes | Ravi Bangoria | 1 | -24/+54 |
2022-05-11 | perf/amd/ibs: Cascade pmu init functions' return value | Ravi Bangoria | 1 | -8/+29 |
2022-05-10 | perf/amd/ibs: Use interrupt regs ip for stack unwinding | Ravi Bangoria | 1 | -0/+18 |
2022-05-04 | perf/x86/amd/core: Add PerfMonV2 overflow handling | Sandipan Das | 1 | -11/+133 |
2022-05-04 | perf/x86/amd/core: Add PerfMonV2 counter control | Sandipan Das | 1 | -5/+45 |
2022-05-04 | perf/x86/amd/core: Detect available counters | Sandipan Das | 1 | -0/+6 |
2022-05-04 | perf/x86/amd/core: Detect PerfMonV2 support | Sandipan Das | 1 | -0/+27 |
2022-04-05 | perf/x86/amd: Add idle hooks for branch sampling | Stephane Eranian | 2 | -0/+37 |
2022-04-05 | perf/x86/amd: Make Zen3 branch sampling opt-in | Stephane Eranian | 1 | -1/+2 |
2022-04-05 | perf/x86/amd: Enable branch sampling priv level filtering | Stephane Eranian | 1 | -6/+20 |
2022-04-05 | perf/x86/amd: Add branch-brs helper event for Fam19h BRS | Stephane Eranian | 1 | -0/+15 |
2022-04-05 | perf/x86/amd: Add AMD Fam19h Branch Sampling support | Stephane Eranian | 3 | -5/+547 |
2021-12-28 | x86/events/amd/iommu: Remove redundant assignment to variable shift | Colin Ian King | 1 | -1/+1 |
2021-08-26 | perf/x86/amd/ibs: Add bitfield definitions in new <asm/amd-ibs.h> header | Kim Phillips | 1 | -14/+9 |
2021-08-26 | perf/amd/uncore: Allow the driver to be built as a module | Kim Phillips | 2 | -3/+30 |
2021-08-26 | x86/cpu: Add get_llc_id() helper function | Kim Phillips | 1 | -1/+1 |
2021-08-26 | perf/amd/uncore: Clean up header use, use <linux/ include paths instead of <asm/ | Kim Phillips | 1 | -2/+2 |