aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/perf_event.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-01Merge tag 'perf-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2021-10-15perf/x86: Add new event for AUX output counter indexAdrian Hunter1-0/+1
2021-10-01perf/core: fix userpage->time_enabled of inactive eventsSong Liu1-1/+3
2021-08-17bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko1-0/+1
2021-06-11perf: Add EVENT_ATTR_ID to simplify event attributesQi Liu1-0/+6
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+0
2021-04-22perf: Get rid of oprofile leftoversMarc Zyngier1-2/+0
2021-04-19perf: Extend PERF_TYPE_HARDWARE and PERF_TYPE_HW_CACHEKan Liang1-9/+10
2021-04-19perf/x86: Add structures for the attributes of Hybrid PMUsKan Liang1-0/+12
2021-04-16perf core: Add PERF_COUNT_SW_CGROUP_SWITCHES eventNamhyung Kim1-0/+7
2021-04-16perf core: Factor out __perf_sw_event_schedNamhyung Kim1-21/+12
2021-04-16perf: Add support for SIGTRAP on perf eventsMarco Elver1-0/+1
2021-04-16perf: Support only inheriting events if cloned with CLONE_THREADMarco Elver1-2/+3
2021-04-16perf: Rework perf_event_exit_event()Peter Zijlstra1-0/+1
2021-03-06perf/core: Flush PMU internal buffers for per-CPU eventsKan Liang1-0/+2
2021-02-01perf/core: Add PERF_SAMPLE_WEIGHT_STRUCTKan Liang1-2/+2
2020-11-26Merge remote-tracking branch 'origin/master' into perf/corePeter Zijlstra1-8/+5
2020-11-09perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra1-6/+0
2020-11-09perf: Reduce stack usage of perf_output_begin()Peter Zijlstra1-2/+5
2020-10-29perf,mm: Handle non-page-table-aligned hugetlbfsPeter Zijlstra1-0/+4
2020-10-29perf/core: Add support for PERF_SAMPLE_CODE_PAGE_SIZEStephane Eranian1-0/+1
2020-10-29perf/core: Add PERF_SAMPLE_DATA_PAGE_SIZEKan Liang1-0/+1
2020-09-10perf/core: Pull pmu::sched_task() into perf_event_context_sched_out()Kan Liang1-1/+0
2020-08-18perf/x86/intel: Support per-thread RDPMC TopDown metricsKan Liang1-10/+19
2020-08-18perf/core: Add a new PERF_EV_CAP_SIBLING event capabilityKan Liang1-0/+4
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+2
2020-07-22perf: <linux/perf_event.h>: drop a duplicated wordRandy Dunlap1-1/+1
2020-07-08perf/x86: Remove task_ctx_sizeKan Liang1-4/+0
2020-07-08perf/core: Use kmem_cache to allocate the PMU specific dataKan Liang1-0/+5
2020-07-01perf: Expose get/put_callchain_entry()Song Liu1-0/+2
2020-06-15perf: Add perf text poke eventAdrian Hunter1-0/+8
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-8/+5
2020-05-19perf/core: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-2/+2
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-8/+5
2020-04-16perf/core: Open access to the core for CAP_PERFMON privileged processAlexey Budankov1-3/+3
2020-03-27perf/core: Add PERF_SAMPLE_CGROUP featureNamhyung Kim1-0/+1
2020-03-06perf/core: Add per perf_cpu_context min_heap storageIan Rogers1-0/+7
2020-02-11perf/core: Add new branch sample type for HW index of raw branch recordsKan Liang1-0/+12
2020-02-09Merge tag 'perf-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2020-01-28kernel/events: Add a missing prototype for arch_perf_update_userpage()Benjamin Thiel1-0/+4
2020-01-13perf: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)1-3/+3
2019-11-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+59
2019-11-21Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini1-1/+1
2019-11-15perf/core: Provide a kernel-internal interface to pause perf_eventLike Xu1-0/+5
2019-11-15perf/core: Provide a kernel-internal interface to recalibrate event periodLike Xu1-0/+5
2019-11-13perf/aux: Allow using AUX data in perf samplesAlexander Shishkin1-0/+19
2019-10-28perf/core, perf/x86: Introduce swap_task_ctx() method at 'struct pmu'Alexey Budankov1-0/+9
2019-10-28Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-1/+1
2019-10-28perf/headers: Fix spelling s/EACCESS/EACCES/, s/privilidge/privilege/Geert Uytterhoeven1-1/+1
2019-10-17perf_event: Add support for LSM and SELinux checksJoel Fernandes (Google)1-5/+31