aboutsummaryrefslogtreecommitdiff
path: root/kernel/events/core.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-25perf/core: Fix creating kernel counters for PMUs that override event->cpuGravatar Leonard Crestez 1-1/+1
2019-07-19Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+1
2019-07-13perf/core: Fix exclusive events' groupingGravatar Alexander Shishkin 1-12/+22
2019-07-13perf/core: Fix race between close() and fork()Gravatar Peter Zijlstra 1-8/+41
2019-07-09Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-22/+30
2019-07-08Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+2
2019-07-08Merge tag 'v5.2' into perf/core, to pick up fixesGravatar Ingo Molnar 1-5/+18
2019-06-26perf_event_get(): don't bother with fget_raw()Gravatar Al Viro 1-3/+1
2019-06-24perf/cgroups: Don't rotate events for cgroups unnecessarilyGravatar Ian Rogers 1-20/+22
2019-06-24perf/x86: Disable extended registers for non-supported PMUsGravatar Kan Liang 1-4/+14
2019-06-24perf/ioctl: Add check for the sample_period valueGravatar Ravi Bangoria 1-0/+3
2019-06-22timekeeping: Use proper clock specifier names in functionsGravatar Jason A. Donenfeld 1-2/+2
2019-06-17perf/core: Fix perf_sample_regs_user() mm checkGravatar Peter Zijlstra 1-1/+1
2019-06-03perf/core: Add attr_groups_update into struct pmuGravatar Jiri Olsa 1-0/+6
2019-06-03perf/core: Allow non-privileged uprobe for user processesGravatar Song Liu 1-2/+2
2019-04-16perf/core: Add perf_pmu_resched() as global functionGravatar Stephane Eranian 1-0/+10
2019-04-16Merge branch 'perf/urgent' into perf/core, to pick up fixesGravatar Ingo Molnar 1-16/+21
2019-04-16perf/core: Fix the address filtering fixGravatar Alexander Shishkin 1-16/+21
2019-04-16Merge branch 'linus' into perf/core, to pick up fixesGravatar Ingo Molnar 1-9/+43
2019-04-12perf/core: Fix perf_event_disable_inatomic() raceGravatar Peter Zijlstra 1-9/+43
2019-04-03perf/core: Make perf_swevent_init_cpu() staticGravatar Valdis Kletnieks 1-1/+1
2019-03-22Merge tag 'perf-core-for-mingo-5.1-20190311' of git://git.kernel.org/pub/scm/...Gravatar Thomas Gleixner 1-0/+2
2019-03-11perf/core: Restore mmap record type correctlyGravatar Stephane Eranian 1-0/+2
2019-03-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+3
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 1-4/+4
2019-03-01perf: Mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2019-02-28perf, bpf: Consider events with attr.bpf_event as side-band eventsGravatar Song Liu 1-1/+2
2019-02-28Merge tag 'perf-core-for-mingo-5.1-20190225' of git://git.kernel.org/pub/scm/...Gravatar Ingo Molnar 1-31/+59
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesGravatar Ingo Molnar 1-0/+16
2019-02-22perf, pt, coresight: Fix address filters for vmas with non-zero offsetGravatar Alexander Shishkin 1-34/+47
2019-02-22perf: Copy parent's address filter offsets on cloneGravatar Alexander Shishkin 1-0/+15
2019-02-11perf/x86: Add check_period PMU callbackGravatar Jiri Olsa 1-0/+16
2019-02-07mm: make mm->pinned_vm an atomic64 counterGravatar Davidlohr Bueso 1-4/+4
2019-02-04perf/ring_buffer: Convert ring_buffer.aux_refcount to refcount_tGravatar Elena Reshetova 1-1/+1
2019-02-04perf/ring_buffer: Convert ring_buffer.refcount to refcount_tGravatar Elena Reshetova 1-2/+2
2019-02-04perf: Convert perf_event_context.refcount to refcount_tGravatar Elena Reshetova 1-6/+6
2019-02-04perf/core: Convert to SPDX license identifiersGravatar Thomas Gleixner 1-2/+1
2019-02-04Merge branch 'perf/urgent' into perf/core, to pick up fixesGravatar Ingo Molnar 1-7/+7
2019-01-21perf, bpf: Introduce PERF_RECORD_BPF_EVENTGravatar Song Liu 1-0/+115
2019-01-21perf, bpf: Introduce PERF_RECORD_KSYMBOLGravatar Song Liu 1-1/+97
2019-01-21perf: Make perf_event_output() propagate the output() returnGravatar Arnaldo Carvalho de Melo 1-4/+7
2019-01-21perf/core: Add PERF_PMU_CAP_NO_EXCLUDE for exclusion incapable PMUsGravatar Andrew Murray 1-0/+9
2019-01-18perf core: Fix perf_proc_update_handler() bugGravatar Stephane Eranian 1-7/+7
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-1/+1
2018-12-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2018-12-03perf: Fix typos in commentsGravatar Ingo Molnar 1-1/+1
2018-11-27events: Replace synchronize_sched() with synchronize_rcu()Gravatar Paul E. McKenney 1-1/+1
2018-11-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2018-10-30Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-10/+39
2018-10-30perf/core: Clean up inconsisent indentationGravatar Colin Ian King 1-1/+1