summaryrefslogtreecommitdiff
path: root/include/linux/perf_event.h
AgeCommit message (Expand)Author
2024-09-18Merge tag 'perf-core-2024-09-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-09-10perf: Add PERF_EV_CAP_READ_SCOPEKan Liang
2024-09-10perf: Generic hotplug support for a PMU with a scopeKan Liang
2024-08-30drivers/perf: arm_spe: Use perf_allow_kernel() for permissionsJames Clark
2024-08-02perf: Support PERF_SAMPLE_READ with inheritBen Gainey
2024-08-02perf: Rename perf_event_context.nr_pending to nr_no_switch_fast.Ben Gainey
2024-07-29perf/x86: Add hw_perf_event::aux_configPeter Zijlstra
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-07-09perf: Split __perf_pending_irq() out of perf_pending_irq()Sebastian Andrzej Siewior
2024-07-09perf: Move swevent_htable::recursion into task_struct.Sebastian Andrzej Siewior
2024-07-09perf: Enqueue SIGTRAP always via task_work.Sebastian Andrzej Siewior
2024-07-09perf: Fix event leak upon exec and file releaseFrederic Weisbecker
2024-04-14perf: Move perf_event_fasync() to perf_event.hKyle Huey
2024-04-12perf/bpf: Remove unneeded uses_default_overflow_handler()Kyle Huey
2024-04-12perf/bpf: Call BPF handler directly, not through overflow machineryKyle Huey
2024-04-12perf/bpf: Remove #ifdef CONFIG_BPF_SYSCALL from struct perf_event membersKyle Huey
2024-04-10perf/core: Optimize perf_adjust_freq_unthr_context()Namhyung Kim
2023-11-15Merge branch 'tip/perf/urgent'Peter Zijlstra
2023-11-15perf/core: Fix cpuctx refcountingPeter Zijlstra
2023-10-30Merge tag 'perf-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-10-27perf: Add branch_sample_call_stackKan Liang
2023-10-27perf: Add branch stack countersKan Liang
2023-10-19perf: Disallow mis-matched inherited group readsPeter Zijlstra
2023-10-12perf: Optimize perf_cgroup_switch()Peter Zijlstra
2023-10-05perf/core: Rename perf_proc_update_handler() -> perf_event_max_sample_rate_ha...Xiu Jianfeng
2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-08-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2023-08-18hw_breakpoint: fix single-stepping when using bpf_overflow_handlerTomislav Novak
2023-08-16perf: Fix wrong comment about default event_idxAlexandre Ghiti
2023-07-26perf: Remove unused extern declaration arch_perf_get_page_size()YueHaibing
2023-07-26perf: Remove unused PERF_PMU_CAP_HETEROGENEOUS_CPUS capabilityJames Clark
2023-07-26perf/mem: Add PERF_MEM_LVLNUM_NA to PERF_MEM_NARavi Bangoria
2023-07-01Merge tag 'cxl-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2023-06-27Merge tag 'perf-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-06-16perf/core: Drop __weak attribute from arch_perf_update_userpage() prototypeMarc Zyngier
2023-05-30perf: Allow a PMU to have a parentJonathan Cameron
2023-05-08perf/core: Rework forwarding of {task|cpu}-clock eventsRavi Bangoria
2023-01-18perf/core: Introduce perf_prepare_header()Namhyung Kim
2023-01-18perf/core: Add perf_sample_save_brstack() helperNamhyung Kim
2023-01-18perf/core: Add perf_sample_save_raw_data() helperNamhyung Kim
2023-01-18perf/core: Add perf_sample_save_callchain() helperNamhyung Kim
2023-01-18perf/core: Save the dynamic parts of sample data sizeNamhyung Kim
2023-01-09perf/core: Change the layout of perf_sample_dataNamhyung Kim
2023-01-09perf: Add PMU_FORMAT_ATTR_SHOWKan Liang
2022-10-27perf: Rewrite core context handlingPeter Zijlstra
2022-10-17perf: Fix missing SIGTRAPsPeter Zijlstra
2022-10-04perf: Fix lockdep_assert_event_ctx()Peter Zijlstra
2022-09-27perf: Use sample_flags for raw_dataNamhyung Kim
2022-09-27perf: Use sample_flags for addrNamhyung Kim
2022-09-07perf: Add a few assertionsPeter Zijlstra