aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/events/core.c
Commit message (Expand)AuthorAgeFilesLines
* perf: Consider OS filter failPeter Zijlstra2022-11-241-2/+22
* perf: Fixup SIGTRAP and sample_flags interactionPeter Zijlstra2022-11-241-1/+4
* perf: Improve missing SIGTRAP checkingMarco Elver2022-11-081-6/+19
* perf: Fix missing raw data on tracepoint eventsJames Clark2022-10-271-0/+1
* perf: Fix missing SIGTRAPsPeter Zijlstra2022-10-171-38/+113
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-1/+2
|\
| * perf: use VMA iteratorMatthew Wilcox (Oracle)2022-09-261-1/+2
* | Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-29/+59
|\ \
| * | 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
| |/
* / perf/core: Fix reentry problem in perf_output_read_group()Yang Jihong2022-09-061-0/+9
|/
* 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
| |/ |/|