summaryrefslogtreecommitdiff
path: root/include/linux/perf_event.h
AgeCommit message (Expand)Author
2021-12-16add includes masked by cgroup -> bpf dependencyJakub Kicinski
2021-12-14perf: Add a counter for number of user access events in contextRob Herring
2021-12-14x86: perf: Move RDPMC event flag to a common definitionRob Herring
2021-11-17perf: Drop guest callback (un)register stubsSean Christopherson
2021-11-17perf/core: Use static_call to optimize perf_guest_info_callbacksSean Christopherson
2021-11-17perf: Force architectures to opt-in to guest callbacksSean Christopherson
2021-11-17perf: Add wrappers for invoking guest callbacksSean Christopherson
2021-11-17perf/core: Rework guest callbacks to prepare for static_call supportLike Xu
2021-11-17perf: Stop pretending that perf can handle multiple guest callbacksSean Christopherson
2021-11-17perf: Protect perf_guest_cbs with RCUSean Christopherson
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-01Merge tag 'perf-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-10-15perf/x86: Add new event for AUX output counter indexAdrian Hunter
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-01perf/core: fix userpage->time_enabled of inactive eventsSong Liu
2021-09-13perf: Enable branch record for software eventsSong Liu
2021-08-17bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko
2021-06-11perf: Add EVENT_ATTR_ID to simplify event attributesQi Liu
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-04-22perf: Get rid of oprofile leftoversMarc Zyngier
2021-04-19perf: Extend PERF_TYPE_HARDWARE and PERF_TYPE_HW_CACHEKan Liang
2021-04-19perf/x86: Add structures for the attributes of Hybrid PMUsKan Liang
2021-04-16perf core: Add PERF_COUNT_SW_CGROUP_SWITCHES eventNamhyung Kim
2021-04-16perf core: Factor out __perf_sw_event_schedNamhyung Kim
2021-04-16perf: Add support for SIGTRAP on perf eventsMarco Elver
2021-04-16perf: Support only inheriting events if cloned with CLONE_THREADMarco Elver
2021-04-16perf: Rework perf_event_exit_event()Peter Zijlstra
2021-03-06perf/core: Flush PMU internal buffers for per-CPU eventsKan Liang
2021-02-01perf/core: Add PERF_SAMPLE_WEIGHT_STRUCTKan Liang
2020-11-26Merge remote-tracking branch 'origin/master' into perf/corePeter Zijlstra
2020-11-09perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra
2020-11-09perf: Reduce stack usage of perf_output_begin()Peter Zijlstra
2020-10-29perf,mm: Handle non-page-table-aligned hugetlbfsPeter Zijlstra
2020-10-29perf/core: Add support for PERF_SAMPLE_CODE_PAGE_SIZEStephane Eranian
2020-10-29perf/core: Add PERF_SAMPLE_DATA_PAGE_SIZEKan Liang
2020-09-10perf/core: Pull pmu::sched_task() into perf_event_context_sched_out()Kan Liang
2020-08-18perf/x86/intel: Support per-thread RDPMC TopDown metricsKan Liang
2020-08-18perf/core: Add a new PERF_EV_CAP_SIBLING event capabilityKan Liang
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-07-22perf: <linux/perf_event.h>: drop a duplicated wordRandy Dunlap
2020-07-08perf/x86: Remove task_ctx_sizeKan Liang
2020-07-08perf/core: Use kmem_cache to allocate the PMU specific dataKan Liang
2020-07-01perf: Expose get/put_callchain_entry()Song Liu
2020-06-15perf: Add perf text poke eventAdrian Hunter
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-05-19perf/core: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-04-16perf/core: Open access to the core for CAP_PERFMON privileged processAlexey Budankov
2020-03-27perf/core: Add PERF_SAMPLE_CGROUP featureNamhyung Kim
2020-03-06perf/core: Add per perf_cpu_context min_heap storageIan Rogers