aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/perf_event.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2022-08-30perf/hw_breakpoint: Optimize list of per-task breakpointsMarco Elver1-1/+2
2022-08-27perf/core: Add speculation info to branch entriesSandipan Das1-0/+1
2022-06-28perf/core: Add a new read format to get a number of lost samplesNamhyung Kim1-0/+2
2022-04-05ACPI: Add perf low power callbackStephane Eranian1-0/+6
2022-04-05perf/core: Add perf_clear_branch_entry_bitfields() helperStephane Eranian1-0/+16
2022-02-08perf: Fix wrong name in comment for struct perf_cpu_contextAlexandru Elisei1-1/+1
2022-01-18perf: Fix perf_event_read_local() timePeter Zijlstra1-12/+3
2022-01-12Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+32
2022-01-10Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+1
2021-12-16add includes masked by cgroup -> bpf dependencyJakub Kicinski1-0/+1
2021-12-14perf: Add a counter for number of user access events in contextRob Herring1-0/+1
2021-12-14x86: perf: Move RDPMC event flag to a common definitionRob Herring1-0/+9
2021-11-17perf: Drop guest callback (un)register stubsSean Christopherson1-5/+0
2021-11-17perf/core: Use static_call to optimize perf_guest_info_callbacksSean Christopherson1-26/+8
2021-11-17perf: Force architectures to opt-in to guest callbacksSean Christopherson1-0/+6
2021-11-17perf: Add wrappers for invoking guest callbacksSean Christopherson1-0/+24
2021-11-17perf/core: Rework guest callbacks to prepare for static_call supportLike Xu1-4/+6
2021-11-17perf: Stop pretending that perf can handle multiple guest callbacksSean Christopherson1-6/+6
2021-11-17perf: Protect perf_guest_cbs with RCUSean Christopherson1-1/+12
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+23
2021-11-01Merge tag 'perf-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2021-10-15perf/x86: Add new event for AUX output counter indexAdrian Hunter1-0/+1
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2021-10-01perf/core: fix userpage->time_enabled of inactive eventsSong Liu1-1/+3
2021-09-13perf: Enable branch record for software eventsSong Liu1-0/+23
2021-08-17bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko1-0/+1
2021-06-11perf: Add EVENT_ATTR_ID to simplify event attributesQi Liu1-0/+6
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+0
2021-04-22perf: Get rid of oprofile leftoversMarc Zyngier1-2/+0
2021-04-19perf: Extend PERF_TYPE_HARDWARE and PERF_TYPE_HW_CACHEKan Liang1-9/+10
2021-04-19perf/x86: Add structures for the attributes of Hybrid PMUsKan Liang1-0/+12
2021-04-16perf core: Add PERF_COUNT_SW_CGROUP_SWITCHES eventNamhyung Kim1-0/+7
2021-04-16perf core: Factor out __perf_sw_event_schedNamhyung Kim1-21/+12
2021-04-16perf: Add support for SIGTRAP on perf eventsMarco Elver1-0/+1
2021-04-16perf: Support only inheriting events if cloned with CLONE_THREADMarco Elver1-2/+3
2021-04-16perf: Rework perf_event_exit_event()Peter Zijlstra1-0/+1
2021-03-06perf/core: Flush PMU internal buffers for per-CPU eventsKan Liang1-0/+2