summaryrefslogtreecommitdiffstats
path: root/include/linux/perf_event.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-09-011-1/+2
|\
| * perf: Fix wrong comment about default event_idxAlexandre Ghiti2023-08-161-1/+2
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-08-281-3/+19
|\ \
| * | hw_breakpoint: fix single-stepping when using bpf_overflow_handlerTomislav Novak2023-08-181-3/+19
| |/
* | perf: Remove unused extern declaration arch_perf_get_page_size()YueHaibing2023-07-261-4/+0
* | perf: Remove unused PERF_PMU_CAP_HETEROGENEOUS_CPUS capabilityJames Clark2023-07-261-4/+3
* | perf/mem: Add PERF_MEM_LVLNUM_NA to PERF_MEM_NARavi Bangoria2023-07-261-1/+2
|/
* 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 'perf-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-06-271-0/+10
|\ \
| * | perf/core: Rework forwarding of {task|cpu}-clock eventsRavi Bangoria2023-05-081-0/+10
| |/
* / perf/core: Drop __weak attribute from arch_perf_update_userpage() prototypeMarc Zyngier2023-06-161-3/+3
|/
* perf/core: Introduce perf_prepare_header()Namhyung Kim2023-01-181-1/+15
* perf/core: Add perf_sample_save_brstack() helperNamhyung Kim2023-01-181-26/+40
* perf/core: Add perf_sample_save_raw_data() helperNamhyung Kim2023-01-181-5/+28
* perf/core: Add perf_sample_save_callchain() helperNamhyung Kim2023-01-181-1/+15
* perf/core: Save the dynamic parts of sample data sizeNamhyung Kim2023-01-181-0/+2
* perf/core: Change the layout of perf_sample_dataNamhyung Kim2023-01-091-15/+19
* perf: Add PMU_FORMAT_ATTR_SHOWKan Liang2023-01-091-1/+4
* perf: Rewrite core context handlingPeter Zijlstra2022-10-271-31/+94
* perf: Fix missing SIGTRAPsPeter Zijlstra2022-10-171-4/+15
* perf: Fix lockdep_assert_event_ctx()Peter Zijlstra2022-10-041-1/+1
* perf: Use sample_flags for raw_dataNamhyung Kim2022-09-271-3/+2
* perf: Use sample_flags for addrNamhyung Kim2022-09-271-2/+6
* perf: Add a few assertionsPeter Zijlstra2022-09-071-0/+17
* perf/core: Assert PERF_EVENT_FLAG_ARCH does not overlap with generic flagsAnshuman Khandual2022-09-071-0/+2
* perf/core: Expand PERF_EVENT_FLAG_ARCHAnshuman Khandual2022-09-071-1/+1
* perf: Consolidate branch sample filter helpersAnshuman Khandual2022-09-071-0/+26
* perf: Use sample_flags for txnKan Liang2022-09-061-2/+1
* perf: Use sample_flags for data_srcKan Liang2022-09-061-2/+1
* perf: Use sample_flags for weightKan Liang2022-09-061-2/+1
* perf: Use sample_flags for branch stackKan Liang2022-09-061-2/+2
* perf: Add sample_flags to indicate the PMU-filled sample dataKan Liang2022-09-061-0/+2
* perf/hw_breakpoint: Optimize list of per-task breakpointsMarco Elver2022-08-301-1/+2
* perf/core: Add speculation info to branch entriesSandipan Das2022-08-271-0/+1
* perf/core: Add a new read format to get a number of lost samplesNamhyung Kim2022-06-281-0/+2
* ACPI: Add perf low power callbackStephane Eranian2022-04-051-0/+6
* perf/core: Add perf_clear_branch_entry_bitfields() helperStephane Eranian2022-04-051-0/+16
* perf: Fix wrong name in comment for struct perf_cpu_contextAlexandru Elisei2022-02-081-1/+1
* perf: Fix perf_event_read_local() timePeter Zijlstra2022-01-181-12/+3
* Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-01-121-12/+32
|\
| * perf: Drop guest callback (un)register stubsSean Christopherson2021-11-171-5/+0
| * perf/core: Use static_call to optimize perf_guest_info_callbacksSean Christopherson2021-11-171-26/+8
| * perf: Force architectures to opt-in to guest callbacksSean Christopherson2021-11-171-0/+6
| * perf: Add wrappers for invoking guest callbacksSean Christopherson2021-11-171-0/+24
| * perf/core: Rework guest callbacks to prepare for static_call supportLike Xu2021-11-171-4/+6
| * perf: Stop pretending that perf can handle multiple guest callbacksSean Christopherson2021-11-171-6/+6
| * perf: Protect perf_guest_cbs with RCUSean Christopherson2021-11-171-1/+12
* | Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-01-101-0/+1
|\ \
| * | add includes masked by cgroup -> bpf dependencyJakub Kicinski2021-12-161-0/+1
| |/