summaryrefslogtreecommitdiff
path: root/kernel/events/core.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-19perf/core: Fix perf_mmap fail when CONFIG_PERF_USE_VMALLOC enabledZhipeng Xie1-1/+1
2022-04-05perf/core: Always set cpuctx cgrp when enable cgroup eventChengming Zhou1-16/+2
2022-04-05perf/core: Fix perf_cgroup_switch()Chengming Zhou1-107/+25
2022-04-05perf/core: Use perf_cgroup_info->active to check if cgroup is activeChengming Zhou1-5/+2
2022-04-05perf/core: Don't pass task around when ctx sched inChengming Zhou1-32/+26
2022-04-05perf/core: Inherit event_capsNamhyung Kim1-0/+3
2022-03-24Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+0
2022-03-22Merge tag 'perf-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+3
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann1-3/+0
2022-02-07perf: Fix list corruption in perf_cgroup_switch()Song Liu1-2/+2
2022-02-02perf/core: Allow kernel address filter when not filtering the kernelAdrian Hunter1-2/+0
2022-02-02perf/core: Fix address filter parser for multiple filtersAdrian Hunter1-0/+3
2022-02-02perf: Copy perf_event_attr::sig_data on modificationMarco Elver1-0/+16
2022-01-26perf/core: Fix cgroup event list managementNamhyung Kim1-2/+9
2022-01-26perf: Always wake the parent eventJames Clark1-2/+10
2022-01-18perf: Fix perf_event_read_local() timePeter Zijlstra1-100/+146
2022-01-13Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-12/+29
2021-12-14perf: Add a counter for number of user access events in contextRob Herring1-0/+4
2021-11-23perf: Ignore sigtrap for tracepoints destined for other tasksMarco Elver1-0/+3
2021-11-17perf/core: Use static_call to optimize perf_guest_info_callbacksSean Christopherson1-0/+15
2021-11-17perf: Force architectures to opt-in to guest callbacksSean Christopherson1-0/+2
2021-11-17perf: Stop pretending that perf can handle multiple guest callbacksSean Christopherson1-11/+4
2021-11-17perf: Protect perf_guest_cbs with RCUSean Christopherson1-3/+10
2021-11-11perf/core: Avoid put_page() when GUP failsGreg Thelen1-5/+5
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2021-11-01Merge tag 'perf-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+30
2021-10-15perf/x86: Add new event for AUX output counter indexAdrian Hunter1-0/+30
2021-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+30
2021-10-01perf/core: fix userpage->time_enabled of inactive eventsSong Liu1-4/+30
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-09-15events: Reuse value read using READ_ONCE instead of re-reading itBaptiste Lepers1-1/+1
2021-09-13perf: Enable branch record for software eventsSong Liu1-0/+2
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds1-2/+0
2021-09-03mm: remove VM_DENYWRITEDavid Hildenbrand1-2/+0
2021-08-19bpf: Fix NULL event->prog pointer access in bpf_overflow_handlerYonghong Song1-1/+4
2021-08-17bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko1-7/+14
2021-08-17bpf: Implement minimal BPF perf linkAndrii Nakryiko1-6/+4
2021-08-17bpf: Refactor perf_event_set_bpf_prog() to use struct bpf_prog inputAndrii Nakryiko1-33/+28
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko1-1/+1
2021-07-16perf: Refactor permissions check into perf_check_permission()Marco Elver1-26/+32
2021-07-16perf: Fix required permissions if sigtrap is requestedMarco Elver1-1/+24
2021-06-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+0
2021-06-29perf: MAP_EXECUTABLE does not indicate VM_MAYEXECDavid Hildenbrand1-2/+0
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+3
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+16
2021-06-23perf: Fix task context PMU for HeteroPeter Zijlstra1-1/+8
2021-06-18sched,perf,kvm: Fix preemption conditionPeter Zijlstra1-4/+3
2021-05-31perf: Fix data race between pin_count increment/decrementMarco Elver1-0/+2
2021-05-27perf/core: Fix DocBook warningsHaocheng Xie1-0/+4
2021-05-27perf/core: Make local function perf_pmu_snapshot_aux() staticHaocheng Xie1-4/+4