summaryrefslogtreecommitdiffstats
path: root/arch/x86/events/perf_event.h
AgeCommit message (Expand)AuthorFilesLines
2020-07-08perf/x86/intel/lbr: Support XSAVES for arch LBR readKan Liang1-0/+7
2020-07-08perf/x86/intel/lbr: Support XSAVES/XRSTORS for LBR context switchKan Liang1-0/+21
2020-07-08perf/x86/intel/lbr: Support Architectural LBRKan Liang1-0/+10
2020-07-08perf/x86/intel/lbr: Factor out rdlbr_all() and wrlbr_all()Kan Liang1-1/+1
2020-07-08perf/x86/intel/lbr: Unify the stored format of LBR informationKan Liang1-4/+2
2020-07-08perf/x86/intel/lbr: Support LBR_CTLKan Liang1-3/+12
2020-07-08perf/x86: Expose CPUID enumeration bits for arch LBRKan Liang1-0/+13
2020-07-08perf/x86/intel/lbr: Use dynamic data structure for task_ctxKan Liang1-1/+6
2020-07-08perf/x86/intel/lbr: Factor out a new struct for generic optimizationKan Liang1-3/+7
2020-07-08perf/x86/intel/lbr: Add the function pointers for LBR save and restoreKan Liang1-0/+6
2020-07-08perf/x86/intel/lbr: Add a function pointer for LBR readKan Liang1-0/+5
2020-07-08perf/x86/intel/lbr: Add a function pointer for LBR resetKan Liang1-0/+17
2020-07-02perf/x86: Keep LBR records unchanged in host context for guest usageLike Xu1-0/+3
2020-07-02perf/x86: Add constraint to create guest LBR event without hw counterLike Xu1-0/+1
2020-07-02perf/x86: Fix variable types for LBR registersWei Wang1-2/+2
2020-04-30x86/perf: Add hardware performance events support for Zhaoxin CPU.CodyYao-oc1-0/+10
2020-01-17perf/x86/amd: Add support for Large Increment per Cycle EventsKim Phillips1-0/+18
2020-01-17perf/x86/amd: Constrain Large Increment per Cycle eventsKim Phillips1-0/+2
2019-10-28perf/x86/intel: Implement LBR callstack context synchronizationAlexey Budankov1-0/+3
2019-10-28perf/core, perf/x86: Introduce swap_task_ctx() method at 'struct pmu'Alexey Budankov1-0/+8
2019-08-28perf/x86/intel: Support PEBS output to PTAlexander Shishkin1-0/+17
2019-07-08Merge tag 'v5.2' into perf/core, to pick up fixesIngo Molnar1-20/+1
2019-06-24perf/x86: Remove pmu->pebs_no_xmm_regsKan Liang1-2/+1
2019-06-24perf/x86: Clean up PEBS_XMM_REGSKan Liang1-18/+0
2019-06-03perf/x86: Use update attribute groups for default attributesJiri Olsa1-3/+0
2019-06-03perf/x86: Use update attribute groups for capsJiri Olsa1-1/+0
2019-06-03perf/x86: Use the new pmu::update_attrs attribute groupJiri Olsa1-1/+1
2019-06-03perf/x86: Get rid of x86_pmu::event_attrsJiri Olsa1-1/+0
2019-05-10perf/x86/intel: Fix INTEL_FLAGS_EVENT_CONSTRAINT* maskingStephane Eranian1-2/+2
2019-04-16perf/x86/intel: Add Icelake supportKan Liang1-0/+2
2019-04-16perf/x86: Support constraint rangesPeter Zijlstra1-6/+37
2019-04-16perf/x86/lbr: Avoid reading the LBRs when adaptive PEBS handles themAndi Kleen1-0/+1
2019-04-16perf/x86/intel: Support adaptive PEBS v4Kan Liang1-1/+10
2019-04-16perf/x86: Support outputting XMM registersKan Liang1-1/+20
2019-04-16perf/x86/intel: Force resched when TFA sysctl is modifiedStephane Eranian1-0/+1
2019-04-16Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-19/+19
2019-04-16perf/x86: Fix incorrect PEBS_REGSKan Liang1-19/+19
2019-04-03perf/x86: Remove PERF_X86_EVENT_COMMITTEDPeter Zijlstra1-10/+9
2019-03-15perf/x86: Fixup typo in stub functionsPeter Zijlstra1-2/+2
2019-03-12Merge branch 'x86-tsx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+14
2019-03-06perf/x86/intel: Implement support for TSX Force AbortPeter Zijlstra (Intel)1-0/+6
2019-03-06perf/x86/intel: Make cpuc allocations consistentPeter Zijlstra (Intel)1-3/+8
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar1-2/+14
2019-02-11perf/x86: Add check_period PMU callbackJiri Olsa1-2/+14
2019-02-11perf/x86/kvm: Avoid unnecessary work in guest filteringAndi Kleen1-7/+8
2018-11-22perf/x86/intel: Add generic branch tracing check to intel_pmu_has_bts()Jiri Olsa1-4/+9
2018-10-02perf/x86/intel: Add a separate Arch Perfmon v4 PMI handlerAndi Kleen1-1/+3
2018-07-25perf/x86/intel: Introduce PMU flag for Extended PEBSKan Liang1-0/+1
2018-06-21perf/x86/intel/lbr: Optimize context switches for the LBR call stackKan Liang1-0/+4
2018-06-21perf/x86/intel/lbr: Fix incomplete LBR call stackKan Liang1-0/+1