summaryrefslogtreecommitdiffstats
path: root/kernel/events/core.c
Commit message (Expand)AuthorAgeFilesLines
* perf: Fix pmu_filter_match()Peter Zijlstra2022-10-041-3/+9
* perf/x86/amd: Support PERF_SAMPLE_PHY_ADDRRavi Bangoria2022-09-291-1/+2
* perf, hw_breakpoint: Fix use-after-free if perf_event_open() failsMarco Elver2022-09-271-3/+1
* perf: Use sample_flags for raw_dataNamhyung Kim2022-09-271-1/+2
* perf: Use sample_flags for addrNamhyung Kim2022-09-271-0/+5
* perf/core: Convert snprintf() to scnprintf()Jules Irenge2022-09-211-3/+3
* perf/bpf: Always use perf callchains if existNamhyung Kim2022-09-131-2/+10
* perf: Use sample_flags for callchainNamhyung Kim2022-09-131-1/+1
* perf: Add a few assertionsPeter Zijlstra2022-09-071-0/+2
* perf: Consolidate branch sample filter helpersAnshuman Khandual2022-09-071-7/+2
* perf: Use sample_flags for txnKan Liang2022-09-061-0/+3
* perf: Use sample_flags for data_srcKan Liang2022-09-061-0/+3
* perf: Use sample_flags for weightKan Liang2022-09-061-0/+3
* perf: Use sample_flags for branch stackKan Liang2022-09-061-2/+2
* perf: Add sample_flags to indicate the PMU-filled sample dataKan Liang2022-09-061-6/+11
* Merge tag 'perf-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-061-1/+1
|\
| * perf/core: Fix ';;' typoSlark Xiao2022-08-041-1/+1
* | Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-08-031-6/+10
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-14/+31
| |\
| * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-06-171-6/+10
| |\ \
| | * | bpf: allow sleepable uprobe programs to attachDelyan Kratunov2022-06-161-6/+10
* | | | Merge tag 'perf-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-011-3/+18
|\ \ \ \ | |_|_|/ |/| | |
| * | | perf/core: Add a new read format to get a number of lost samplesNamhyung Kim2022-06-281-3/+18
| |/ /
* / / perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()Peter Zijlstra2022-07-131-14/+31
|/ /
* / perf/core: Remove unused local variableHaowen Bai2022-05-271-1/+0
|/
* Merge tag 'perf-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-241-2/+2
|\
| * Merge branch 'v5.18-rc5'Peter Zijlstra2022-05-111-158/+56
| |\
| * | signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver2022-04-221-2/+2
* | | perf: Fix sys_perf_event_open() race against selfPeter Zijlstra2022-05-201-0/+14
| |/ |/|
* | perf/core: Fix perf_mmap fail when CONFIG_PERF_USE_VMALLOC enabledZhipeng Xie2022-04-191-1/+1
* | perf/core: Always set cpuctx cgrp when enable cgroup eventChengming Zhou2022-04-051-16/+2
* | perf/core: Fix perf_cgroup_switch()Chengming Zhou2022-04-051-107/+25
* | perf/core: Use perf_cgroup_info->active to check if cgroup is activeChengming Zhou2022-04-051-5/+2
* | perf/core: Don't pass task around when ctx sched inChengming Zhou2022-04-051-32/+26
* | perf/core: Inherit event_capsNamhyung Kim2022-04-051-0/+3
|/
* Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-3/+0
|\
| * uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-251-3/+0
* | Merge tag 'perf-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-221-2/+3
|\ \
| * | perf/core: Allow kernel address filter when not filtering the kernelAdrian Hunter2022-02-021-2/+0
| * | perf/core: Fix address filter parser for multiple filtersAdrian Hunter2022-02-021-0/+3
* | | perf: Fix list corruption in perf_cgroup_switch()Song Liu2022-02-061-2/+2
| |/ |/|
* | perf: Copy perf_event_attr::sig_data on modificationMarco Elver2022-02-021-0/+16
|/
* perf/core: Fix cgroup event list managementNamhyung Kim2022-01-261-2/+9
* perf: Always wake the parent eventJames Clark2022-01-261-2/+10
* perf: Fix perf_event_read_local() timePeter Zijlstra2022-01-181-100/+146
* Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-01-121-12/+29
|\
| * perf/core: Use static_call to optimize perf_guest_info_callbacksSean Christopherson2021-11-171-0/+15
| * perf: Force architectures to opt-in to guest callbacksSean Christopherson2021-11-171-0/+2
| * perf: Stop pretending that perf can handle multiple guest callbacksSean Christopherson2021-11-171-11/+4
| * perf: Protect perf_guest_cbs with RCUSean Christopherson2021-11-171-3/+10