summaryrefslogtreecommitdiff
path: root/include/linux/perf_event.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | perf: Add a counter for number of user access events in contextRob Herring2021-12-141-0/+1
* | x86: perf: Move RDPMC event flag to a common definitionRob Herring2021-12-141-0/+9
|/
* Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-021-0/+23
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-071-1/+3
| |\
| * | perf: Enable branch record for software eventsSong Liu2021-09-131-0/+23
* | | Merge tag 'perf-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-011-0/+1
|\ \ \ | |_|/ |/| |
| * | perf/x86: Add new event for AUX output counter indexAdrian Hunter2021-10-151-0/+1
* | | perf/core: fix userpage->time_enabled of inactive eventsSong Liu2021-10-011-1/+3
| |/ |/|
* | bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko2021-08-171-0/+1
|/
* perf: Add EVENT_ATTR_ID to simplify event attributesQi Liu2021-06-111-0/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-011-2/+0
|\
| * perf: Get rid of oprofile leftoversMarc Zyngier2021-04-221-2/+0
* | perf: Extend PERF_TYPE_HARDWARE and PERF_TYPE_HW_CACHEKan Liang2021-04-191-9/+10
* | perf/x86: Add structures for the attributes of Hybrid PMUsKan Liang2021-04-191-0/+12
* | perf core: Add PERF_COUNT_SW_CGROUP_SWITCHES eventNamhyung Kim2021-04-161-0/+7
* | perf core: Factor out __perf_sw_event_schedNamhyung Kim2021-04-161-21/+12
* | perf: Add support for SIGTRAP on perf eventsMarco Elver2021-04-161-0/+1
* | perf: Support only inheriting events if cloned with CLONE_THREADMarco Elver2021-04-161-2/+3
* | perf: Rework perf_event_exit_event()Peter Zijlstra2021-04-161-0/+1
|/
* perf/core: Flush PMU internal buffers for per-CPU eventsKan Liang2021-03-061-0/+2
* perf/core: Add PERF_SAMPLE_WEIGHT_STRUCTKan Liang2021-02-011-2/+2
* Merge remote-tracking branch 'origin/master' into perf/corePeter Zijlstra2020-11-261-8/+5
|\
| * perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra2020-11-091-6/+0
| * perf: Reduce stack usage of perf_output_begin()Peter Zijlstra2020-11-091-2/+5
* | perf,mm: Handle non-page-table-aligned hugetlbfsPeter Zijlstra2020-10-291-0/+4
* | perf/core: Add support for PERF_SAMPLE_CODE_PAGE_SIZEStephane Eranian2020-10-291-0/+1
* | perf/core: Add PERF_SAMPLE_DATA_PAGE_SIZEKan Liang2020-10-291-0/+1
|/
* perf/core: Pull pmu::sched_task() into perf_event_context_sched_out()Kan Liang2020-09-101-1/+0
* perf/x86/intel: Support per-thread RDPMC TopDown metricsKan Liang2020-08-181-10/+19
* perf/core: Add a new PERF_EV_CAP_SIBLING event capabilityKan Liang2020-08-181-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-0/+2
|\
| * perf: Expose get/put_callchain_entry()Song Liu2020-07-011-0/+2
* | perf: <linux/perf_event.h>: drop a duplicated wordRandy Dunlap2020-07-221-1/+1
* | perf/x86: Remove task_ctx_sizeKan Liang2020-07-081-4/+0
* | perf/core: Use kmem_cache to allocate the PMU specific dataKan Liang2020-07-081-0/+5
* | perf: Add perf text poke eventAdrian Hunter2020-06-151-0/+8
|/