- 1ac7fd815 perf/x86/intel/lbr: Support LBR format V7 by Peter Zijlstra (Intel) · 3 years ago
- 369461c x86: perf: Move RDPMC event flag to a common definition by Rob Herring · 3 years, 1 month ago
- fc02cb2 Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 2 months ago
- 8cb1ae1 Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 2 months ago
- b50854e x86/pkru: Remove useless include by Thomas Gleixner · 3 years, 3 months ago
- 8b8ff8c perf/x86: Add new event for AUX output counter index by Adrian Hunter · 3 years, 4 months ago
- c22ac2a perf: Enable branch record for software events by Song Liu · 3 years, 4 months ago
- acade63 perf/x86/intel: Apply mid ACK for small core by Kan Liang · 3 years, 5 months ago
- df51fe7 perf/x86/amd: Don't touch the AMD64_EVENTSEL_HOSTONLY bit inside the guest by Like Xu · 3 years, 6 months ago
- 28a27cb Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 7 months ago
- 5471eea5 perf/x86: Reset the dirty counter to prevent the leak for an RDPMC task by Kan Liang · 3 years, 7 months ago
- 488e13a perf/x86/lbr: Remove cpuc->lbr_xsave allocation from atomic context by Like Xu · 3 years, 9 months ago
- f83d2f9 perf/x86/intel: Add Alder Lake Hybrid support by Kan Liang · 3 years, 9 months ago
- 3e9a8b2 perf/x86: Support filter_match callback by Kan Liang · 3 years, 9 months ago
- a9c81ccd perf/x86: Add structures for the attributes of Hybrid PMUs by Kan Liang · 3 years, 9 months ago
- d9977c4 perf/x86: Register hybrid PMUs by Kan Liang · 3 years, 9 months ago
- e11c1a7 perf/x86: Factor out x86_pmu_show_pmu_cap by Kan Liang · 3 years, 9 months ago
- 183af73 perf/x86: Hybrid PMU support for extra_regs by Kan Liang · 3 years, 9 months ago
- 24ee38f perf/x86: Hybrid PMU support for event constraints by Kan Liang · 3 years, 9 months ago
- 0d18f2d perf/x86: Hybrid PMU support for hardware cache event by Kan Liang · 3 years, 9 months ago
- eaacf07 perf/x86: Hybrid PMU support for unconstrained by Kan Liang · 3 years, 9 months ago
- d4b294b perf/x86: Hybrid PMU support for counters by Kan Liang · 3 years, 9 months ago
- fc4b8fc perf/x86: Hybrid PMU support for intel_ctrl by Kan Liang · 3 years, 9 months ago
- d0946a8 perf/x86/intel: Hybrid PMU support for perf capabilities by Kan Liang · 3 years, 9 months ago
- 61e76d5 perf/x86: Track pmu in per-CPU cpu_hw_events by Kan Liang · 3 years, 9 months ago
- 46ade47 perf/x86: Move cpuc->running into P4 specific code by Kan Liang · 3 years, 9 months ago
- 3245161 perf/x86/intel: Support CPUID 10.ECX to disable fixed counters by Kan Liang · 4 years ago
- 61b985e perf/x86/intel: Add perf core PMU support for Sapphire Rapids by Kan Liang · 4 years ago
- 1ab5f23 perf/x86/intel: Filter unsupported Topdown metrics event by Kan Liang · 4 years ago
- 3daa96d perf/intel: Remove Perfmon-v4 counter_freezing support by Peter Zijlstra · 4 years, 2 months ago
- 20c7775 Merge remote-tracking branch 'origin/master' into perf/core by Peter Zijlstra · 4 years, 2 months ago
- cadbaa0 perf/x86/intel: Make anythread filter support conditional by Stephane Eranian · 4 years, 3 months ago
- 9dfa9a5 perf/x86: Reduce stack usage for x86_pmu::drain_pebs() by Peter Zijlstra · 4 years, 3 months ago
- 995f088 perf/core: Add support for PERF_SAMPLE_CODE_PAGE_SIZE by Stephane Eranian · 4 years, 4 months ago
- 3dbde69 perf/x86: Fix n_metric for cancelled txn by Peter Zijlstra · 4 years, 3 months ago
- 871a93b perf/x86: Fix n_pair for cancelled txn by Peter Zijlstra · 4 years, 3 months ago
- 59a854e perf/x86/intel: Support TopDown metrics on Ice Lake by Kan Liang · 4 years, 6 months ago
- 7b2c05a perf/x86/intel: Generic support for hardware TopDown metrics by Kan Liang · 4 years, 6 months ago
- bbdbde2 perf/x86/intel: Fix the name of perf METRICS by Kan Liang · 4 years, 6 months ago
- c085fb8 perf/x86/intel/lbr: Support XSAVES for arch LBR read by Kan Liang · 4 years, 7 months ago
- ce711ea perf/x86/intel/lbr: Support XSAVES/XRSTORS for LBR context switch by Kan Liang · 4 years, 7 months ago
- 47125db perf/x86/intel/lbr: Support Architectural LBR by Kan Liang · 4 years, 7 months ago
- fda1f99 perf/x86/intel/lbr: Factor out rdlbr_all() and wrlbr_all() by Kan Liang · 4 years, 7 months ago
- 5624986 perf/x86/intel/lbr: Unify the stored format of LBR information by Kan Liang · 4 years, 7 months ago
- 49d8184 perf/x86/intel/lbr: Support LBR_CTL by Kan Liang · 4 years, 7 months ago
- af6cf12 perf/x86: Expose CPUID enumeration bits for arch LBR by Kan Liang · 4 years, 7 months ago
- f42be86 perf/x86/intel/lbr: Use dynamic data structure for task_ctx by Kan Liang · 4 years, 7 months ago
- 530bfff perf/x86/intel/lbr: Factor out a new struct for generic optimization by Kan Liang · 4 years, 7 months ago
- 799571b perf/x86/intel/lbr: Add the function pointers for LBR save and restore by Kan Liang · 4 years, 7 months ago
- c301b1d perf/x86/intel/lbr: Add a function pointer for LBR read by Kan Liang · 4 years, 7 months ago
- 9f354a7 perf/x86/intel/lbr: Add a function pointer for LBR reset by Kan Liang · 4 years, 7 months ago
- e1ad1ac perf/x86: Keep LBR records unchanged in host context for guest usage by Like Xu · 4 years, 7 months ago
- 097e431 perf/x86: Add constraint to create guest LBR event without hw counter by Like Xu · 4 years, 7 months ago
- 3cb9d54 perf/x86: Fix variable types for LBR registers by Wei Wang · 4 years, 7 months ago
- 3a4ac12 x86/perf: Add hardware performance events support for Zhaoxin CPU. by CodyYao-oc · 4 years, 9 months ago
- 5738891 perf/x86/amd: Add support for Large Increment per Cycle Events by Kim Phillips · 5 years ago
- 471af00 perf/x86/amd: Constrain Large Increment per Cycle events by Kim Phillips · 5 years ago
- 421ca86 perf/x86/intel: Implement LBR callstack context synchronization by Alexey Budankov · 5 years ago
- fc1adfe perf/core, perf/x86: Introduce swap_task_ctx() method at 'struct pmu' by Alexey Budankov · 5 years ago
- 42880f7 perf/x86/intel: Support PEBS output to PT by Alexander Shishkin · 5 years ago
- 552a031 Merge tag 'v5.2' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
- cd6b984 perf/x86: Remove pmu->pebs_no_xmm_regs by Kan Liang · 6 years ago
- dce86ac perf/x86: Clean up PEBS_XMM_REGS by Kan Liang · 6 years ago
- 6a9f4ef perf/x86: Use update attribute groups for default attributes by Jiri Olsa · 6 years ago
- 1f15728 perf/x86: Use update attribute groups for caps by Jiri Olsa · 6 years ago
- baa0c83 perf/x86: Use the new pmu::update_attrs attribute group by Jiri Olsa · 6 years ago
- 21b0dbc perf/x86: Get rid of x86_pmu::event_attrs by Jiri Olsa · 6 years ago
- 6b89d4c perf/x86/intel: Fix INTEL_FLAGS_EVENT_CONSTRAINT* masking by Stephane Eranian · 6 years ago
- 6017608 perf/x86/intel: Add Icelake support by Kan Liang · 6 years ago
- 63b79f6 perf/x86: Support constraint ranges by Peter Zijlstra · 6 years ago
- d3617b98 perf/x86/lbr: Avoid reading the LBRs when adaptive PEBS handles them by Andi Kleen · 6 years ago
- c22497f perf/x86/intel: Support adaptive PEBS v4 by Kan Liang · 6 years ago
- 878068e perf/x86: Support outputting XMM registers by Kan Liang · 6 years ago
- f447e4e perf/x86/intel: Force resched when TFA sysctl is modified by Stephane Eranian · 6 years ago
- cc86709 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
- 9d5dcc9 perf/x86: Fix incorrect PEBS_REGS by Kan Liang · 6 years ago
- 1f6a1e2 perf/x86: Remove PERF_X86_EVENT_COMMITTED by Peter Zijlstra · 6 years ago
- f764c58 perf/x86: Fixup typo in stub functions by Peter Zijlstra · 6 years ago
- 004cc08 Merge branch 'x86-tsx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- 400816f perf/x86/intel: Implement support for TSX Force Abort by Peter Zijlstra (Intel) · 6 years ago
- d01b1f9 perf/x86/intel: Make cpuc allocations consistent by Peter Zijlstra (Intel) · 6 years ago
- 9ed8f1a Merge branch 'linus' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
- 81ec3f3 perf/x86: Add check_period PMU callback by Jiri Olsa · 6 years ago
- 9b545c0 perf/x86/kvm: Avoid unnecessary work in guest filtering by Andi Kleen · 6 years ago
- 67266c1 perf/x86/intel: Add generic branch tracing check to intel_pmu_has_bts() by Jiri Olsa · 6 years ago
- af3bdb9 perf/x86/intel: Add a separate Arch Perfmon v4 PMI handler by Andi Kleen · 6 years ago
- 3196234 perf/x86/intel: Introduce PMU flag for Extended PEBS by Kan Liang · 7 years ago
- 8b077e4a perf/x86/intel/lbr: Optimize context switches for the LBR call stack by Kan Liang · 7 years ago
- 0592e57 perf/x86/intel/lbr: Fix incomplete LBR call stack by Kan Liang · 7 years ago
- 7054e4e Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
- 174afc3 perf/x86/intel: Rename confusing 'freerunning PEBS' API and implementation to 'large PEBS' by Kan Liang · 7 years ago
- 5bee2cc perf/x86/intel/ds: Introduce ->read() function for auto-reload events and flush the PEBS buffer there by Kan Liang · 7 years ago
- bcfbe5c perf/x86: Introduce a ->read() callback in 'struct x86_pmu' by Kan Liang · 7 years ago
- f605cfc perf/x86/intel: Fix large period handling on Broadwell CPUs by Kan Liang · 7 years ago
- 1197491 x86/events/intel/ds: Add PERF_SAMPLE_PERIOD into PEBS_FREERUNNING_FLAGS by Jiri Olsa · 7 years ago
- c1961a4 x86/events/intel/ds: Map debug buffers in cpu_entry_area by Hugh Dickins · 7 years ago
- 10043e0 x86/cpu_entry_area: Add debugstore entries to cpu_entry_area by Thomas Gleixner · 7 years ago
- 2fe1bc1 perf/x86: Enable free running PEBS for REGS_USER/INTR by Andi Kleen · 7 years ago
- fc7ce9c perf/core, x86: Add PERF_SAMPLE_PHYS_ADDR by Kan Liang · 7 years ago
- b00233b perf/x86: Export some PMU attributes in caps/ directory by Andi Kleen · 7 years ago