summaryrefslogtreecommitdiff
path: root/include/linux/perf_event.h
AgeCommit message (Expand)Author
2025-06-05perf: Add comment to enum perf_event_statePeter Zijlstra
2025-05-25perf/headers: Clean up <linux/perf_event.h> a bitIngo Molnar
2025-05-15perf/aux: Allocate non-contiguous AUX pages by defaultYabin Cui
2025-04-08perf/x86/intel: Support auto counter reloadKan Liang
2025-04-08perf: Extend the bit width of the arch-specific flagKan Liang
2025-04-08perf/x86: Add dynamic constraintKan Liang
2025-04-08perf: Make perf_pmu_unregister() useablePeter Zijlstra
2025-04-08perf: Fix hang while freeing sigtrap eventFrederic Weisbecker
2025-03-25Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-17perf: Fix __percpu annotationPeter Zijlstra
2025-03-17perf: Clean up pmu specific dataKan Liang
2025-03-17perf: Supply task information to sched_task()Kan Liang
2025-03-17perf: attach/detach PMU specific dataKan Liang
2025-03-17perf: Save PMU specific data in task_structKan Liang
2025-03-17perf: Extend per event callchain limit to branch stackKan Liang
2025-03-04perf/core: Detach 'struct perf_cpu_pmu_context' and 'struct pmu' lifetimesPeter Zijlstra
2025-03-04perf/core: Merge struct pmu::pmu_disable_count into struct perf_cpu_pmu_conte...Peter Zijlstra
2025-03-04perf/core: Simplify the perf_event_alloc() error pathPeter Zijlstra
2025-02-26perf: Remove unnecessary parameter of security checkLuo Gengkun
2025-02-21perf/core: Move perf_event sysctls into kernel/eventsJoel Granados
2025-02-05perf: Avoid the read if the count is already updatedPeter Zijlstra (Intel)
2024-12-09perf/core: Export perf_exclude_event()Namhyung Kim
2024-11-19perf/core: Check sample_type in perf_sample_save_brstackYabin Cui
2024-11-19perf/core: Check sample_type in perf_sample_save_callchainYabin Cui
2024-11-19perf/core: Save raw sample data conditionally based on sample typeYabin Cui
2024-11-14perf/core: Correct perf sampling with guest VMsColton Lewis
2024-11-14perf/core: Hoist perf_instruction_pointer() and perf_misc_flags()Colton Lewis
2024-11-05perf/core: Add aux_pause, aux_resume, aux_start_pausedAdrian Hunter
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