aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/events/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-27perf: Fix missing raw data on tracepoint eventsJames Clark1-0/+1
2022-10-17perf: Fix missing SIGTRAPsPeter Zijlstra1-38/+113
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+2
2022-10-10Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-29/+59
2022-10-04perf: Fix pmu_filter_match()Peter Zijlstra1-3/+9
2022-09-29perf/x86/amd: Support PERF_SAMPLE_PHY_ADDRRavi Bangoria1-1/+2
2022-09-27perf, hw_breakpoint: Fix use-after-free if perf_event_open() failsMarco Elver1-3/+1
2022-09-27perf: Use sample_flags for raw_dataNamhyung Kim1-1/+2
2022-09-27perf: Use sample_flags for addrNamhyung Kim1-0/+5
2022-09-26perf: use VMA iteratorMatthew Wilcox (Oracle)1-1/+2
2022-09-21perf/core: Convert snprintf() to scnprintf()Jules Irenge1-3/+3
2022-09-13perf/bpf: Always use perf callchains if existNamhyung Kim1-2/+10
2022-09-13perf: Use sample_flags for callchainNamhyung Kim1-1/+1
2022-09-07perf: Add a few assertionsPeter Zijlstra1-0/+2
2022-09-07perf: Consolidate branch sample filter helpersAnshuman Khandual1-7/+2
2022-09-06perf: Use sample_flags for txnKan Liang1-0/+3
2022-09-06perf: Use sample_flags for data_srcKan Liang1-0/+3
2022-09-06perf: Use sample_flags for weightKan Liang1-0/+3
2022-09-06perf: Use sample_flags for branch stackKan Liang1-2/+2
2022-09-06perf: Add sample_flags to indicate the PMU-filled sample dataKan Liang1-6/+11
2022-09-06perf/core: Fix reentry problem in perf_output_read_group()Yang Jihong1-0/+9
2022-08-06Merge tag 'perf-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2022-08-04perf/core: Fix ';;' typoSlark Xiao1-1/+1
2022-08-03Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-6/+10
2022-08-01Merge tag 'perf-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+18
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-14/+31
2022-07-13perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()Peter Zijlstra1-14/+31
2022-06-28perf/core: Add a new read format to get a number of lost samplesNamhyung Kim1-3/+18
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-6/+10
2022-06-16bpf: allow sleepable uprobe programs to attachDelyan Kratunov1-6/+10
2022-05-27perf/core: Remove unused local variableHaowen Bai1-1/+0
2022-05-24Merge tag 'perf-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2022-05-20perf: Fix sys_perf_event_open() race against selfPeter Zijlstra1-0/+14
2022-05-11Merge branch 'v5.18-rc5'Peter Zijlstra1-158/+56
2022-04-22signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver1-2/+2
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-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-3/+0
2022-03-22Merge tag 'perf-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+3
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann1-3/+0
2022-02-06perf: 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