summaryrefslogtreecommitdiff
path: root/include/linux/perf_event.h
AgeCommit message (Expand)AuthorFilesLines
14 daysperf: Split __perf_pending_irq() out of perf_pending_irq()Sebastian Andrzej Siewior1-0/+1
14 daysperf: Move swevent_htable::recursion into task_struct.Sebastian Andrzej Siewior1-6/+0
14 daysperf: Enqueue SIGTRAP always via task_work.Sebastian Andrzej Siewior1-2/+1
14 daysperf: Fix event leak upon exec and file releaseFrederic Weisbecker1-0/+1
2024-04-14perf: Move perf_event_fasync() to perf_event.hKyle Huey1-0/+8
2024-04-12perf/bpf: Remove unneeded uses_default_overflow_handler()Kyle Huey1-14/+3
2024-04-12perf/bpf: Call BPF handler directly, not through overflow machineryKyle Huey1-5/+1
2024-04-12perf/bpf: Remove #ifdef CONFIG_BPF_SYSCALL from struct perf_event membersKyle Huey1-2/+0
2024-04-10perf/core: Optimize perf_adjust_freq_unthr_context()Namhyung Kim1-0/+6
2023-11-15Merge branch 'tip/perf/urgent'Peter Zijlstra1-5/+9
2023-11-15perf/core: Fix cpuctx refcountingPeter Zijlstra1-5/+8
2023-10-31Merge tag 'perf-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2023-10-27perf: Add branch_sample_call_stackKan Liang1-0/+5
2023-10-27perf: Add branch stack countersKan Liang1-1/+16
2023-10-19perf: Disallow mis-matched inherited group readsPeter Zijlstra1-0/+1
2023-10-12perf: Optimize perf_cgroup_switch()Peter Zijlstra1-0/+1
2023-10-05perf/core: Rename perf_proc_update_handler() -> perf_event_max_sample_rate_ha...Xiu Jianfeng1-1/+1
2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2023-08-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-3/+19
2023-08-18hw_breakpoint: fix single-stepping when using bpf_overflow_handlerTomislav Novak1-3/+19
2023-08-16perf: Fix wrong comment about default event_idxAlexandre Ghiti1-1/+2
2023-07-26perf: Remove unused extern declaration arch_perf_get_page_size()YueHaibing1-4/+0
2023-07-26perf: Remove unused PERF_PMU_CAP_HETEROGENEOUS_CPUS capabilityJames Clark1-4/+3
2023-07-26perf/mem: Add PERF_MEM_LVLNUM_NA to PERF_MEM_NARavi Bangoria1-1/+2
2023-07-01Merge tag 'cxl-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-0/+1
2023-06-28Merge tag 'perf-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+10
2023-06-16perf/core: Drop __weak attribute from arch_perf_update_userpage() prototypeMarc Zyngier1-3/+3
2023-05-30perf: Allow a PMU to have a parentJonathan Cameron1-0/+1
2023-05-08perf/core: Rework forwarding of {task|cpu}-clock eventsRavi Bangoria1-0/+10
2023-01-18perf/core: Introduce perf_prepare_header()Namhyung Kim1-1/+15
2023-01-18perf/core: Add perf_sample_save_brstack() helperNamhyung Kim1-26/+40
2023-01-18perf/core: Add perf_sample_save_raw_data() helperNamhyung Kim1-5/+28
2023-01-18perf/core: Add perf_sample_save_callchain() helperNamhyung Kim1-1/+15
2023-01-18perf/core: Save the dynamic parts of sample data sizeNamhyung Kim1-0/+2
2023-01-09perf/core: Change the layout of perf_sample_dataNamhyung Kim1-15/+19
2023-01-09perf: Add PMU_FORMAT_ATTR_SHOWKan Liang1-1/+4
2022-10-27perf: Rewrite core context handlingPeter Zijlstra1-31/+94
2022-10-17perf: Fix missing SIGTRAPsPeter Zijlstra1-4/+15
2022-10-04perf: Fix lockdep_assert_event_ctx()Peter Zijlstra1-1/+1
2022-09-27perf: Use sample_flags for raw_dataNamhyung Kim1-3/+2
2022-09-27perf: Use sample_flags for addrNamhyung Kim1-2/+6
2022-09-07perf: Add a few assertionsPeter Zijlstra1-0/+17
2022-09-07perf/core: Assert PERF_EVENT_FLAG_ARCH does not overlap with generic flagsAnshuman Khandual1-0/+2
2022-09-07perf/core: Expand PERF_EVENT_FLAG_ARCHAnshuman Khandual1-1/+1
2022-09-07perf: Consolidate branch sample filter helpersAnshuman Khandual1-0/+26
2022-09-06perf: Use sample_flags for txnKan Liang1-2/+1
2022-09-06perf: Use sample_flags for data_srcKan Liang1-2/+1
2022-09-06perf: Use sample_flags for weightKan Liang1-2/+1
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-0/+2