summaryrefslogtreecommitdiffstats
path: root/kernel/events/core.c
Commit message (Expand)AuthorAgeFilesLines
* perf/bpf: Mark perf_event_set_bpf_handler() and perf_event_free_bpf_handler()...Ingo Molnar2024-04-141-4/+4
* perf: Move perf_event_fasync() to perf_event.hKyle Huey2024-04-141-8/+0
* perf/bpf: Change the !CONFIG_BPF_SYSCALL stubs to static inlinesIngo Molnar2024-04-121-7/+7
* perf/bpf: Allow a BPF program to suppress all sample side effectsKyle Huey2024-04-121-2/+4
* perf/bpf: Call BPF handler directly, not through overflow machineryKyle Huey2024-04-121-16/+11
* perf/bpf: Create bpf_overflow_handler() stub for !CONFIG_BPF_SYSCALLKyle Huey2024-04-121-0/+6
* perf/bpf: Reorder bpf_overflow_handler() ahead of __perf_event_overflow()Kyle Huey2024-04-121-91/+92
* perf/core: Reduce PMU access to adjust sample freqNamhyung Kim2024-04-101-1/+2
* perf/core: Optimize perf_adjust_freq_unthr_context()Namhyung Kim2024-04-101-26/+44
* bpf: move sleepable flag from bpf_prog_aux to bpf_progAndrii Nakryiko2024-03-111-1/+1
* perf/bpf: Fix duplicate type checkFlorian Lehner2024-01-291-5/+1
* Merge tag 'perf-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-01-081-12/+34
|\
| * perf: Fix the nr_addr_filters fixPeter Zijlstra2023-11-231-3/+1
| * perf/core: Fix narrow startup race when creating the perf nr_addr_filters sys...Greg KH2023-11-151-12/+28
| * Merge branch 'tip/perf/urgent'Peter Zijlstra2023-11-151-6/+51
| |\
| * | perf: Add branch stack countersKan Liang2023-10-271-0/+8
* | | perf: Fix perf_event_validate_size() lockdep splatMark Rutland2023-12-151-0/+10
* | | perf: Fix perf_event_validate_size()Peter Zijlstra2023-11-291-23/+38
| |/ |/|
* | perf/core: Fix cpuctx refcountingPeter Zijlstra2023-11-151-0/+17
* | Merge tag 'perf-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-10-301-60/+77
|\|
| * perf: Optimize perf_cgroup_switch()Peter Zijlstra2023-10-121-55/+60
| * perf/core: Allow reading package events from perf_event_read_localTero Kristo2023-10-091-3/+15
| * perf/core: Rename perf_proc_update_handler() -> perf_event_max_sample_rate_ha...Xiu Jianfeng2023-10-051-2/+2
* | perf/core: Fix potential NULL derefPeter Zijlstra2023-10-241-1/+2
* | perf: Disallow mis-matched inherited group readsPeter Zijlstra2023-10-191-6/+33
|/
* Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-22/+11
|\
| * perf/core: use vma_is_initial_stack() and vma_is_initial_heap()Kefeng Wang2023-08-211-22/+11
* | Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-08-281-9/+9
|\ \
| * | perf/core: Use local64_try_cmpxchg in perf_swevent_set_periodUros Bizjak2023-07-101-9/+9
| |/
* / perf: Replace strlcpy with strscpyAzeem Shaikh2023-07-271-3/+3
|/
* Merge tag 'cxl-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2023-07-011-0/+1
|\
| * perf: Allow a PMU to have a parentJonathan Cameron2023-05-301-0/+1
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-0/+4
|\ \
| * | perf/core: allow pte_offset_map() to failHugh Dickins2023-06-191-0/+4
| |/
* | Merge tag 'perf-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-06-271-36/+41
|\ \ | |/ |/|
| * perf: Re-instate the linear PMU searchPeter Zijlstra2023-06-061-13/+24
| * perf/core: Remove pmu linear searching codeRavi Bangoria2023-05-081-24/+13
| * perf/core: Rework forwarding of {task|cpu}-clock eventsRavi Bangoria2023-05-081-36/+41
* | perf/core: Fix perf_sample_data not properly initialized for different sweven...Yang Jihong2023-05-081-1/+13
|/
* Merge tag 'perf-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-04-281-2/+2
|\
| * perf/core: Fix hardlockup failure caused by perf throttleYang Jihong2023-04-141-2/+2
* | perf/core: Fix the same task check in perf_event_set_outputKan Liang2023-04-051-1/+1
* | perf: Optimize perf_pmu_migrate_context()Peter Zijlstra2023-04-051-5/+7
|/
* perf: Fix check before add_event_to_groups() in perf_group_detach()Budimir Markovic2023-03-151-1/+1
* perf: fix perf_event_context->timeSong Liu2023-03-151-1/+1
* perf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_eve...Yang Jihong2023-03-151-1/+1
* Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-241-0/+1
|\
| * Merge 6.2-rc7 into char-misc-nextGreg Kroah-Hartman2023-02-061-22/+17
| |\
| * | kernel: events: Export perf_report_aux_output_id()Mike Leach2023-01-191-0/+1
* | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-1/+1
|\ \ \