summaryrefslogtreecommitdiffstats
path: root/include/linux/perf_event.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-8/+5
|\
| * sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-8/+5
* | perf/core: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-191-2/+2
* | perf/core: Open access to the core for CAP_PERFMON privileged processAlexey Budankov2020-04-161-3/+3
|/
* perf/core: Add PERF_SAMPLE_CGROUP featureNamhyung Kim2020-03-271-0/+1
* perf/core: Add per perf_cpu_context min_heap storageIan Rogers2020-03-061-0/+7
* perf/core: Add new branch sample type for HW index of raw branch recordsKan Liang2020-02-111-0/+12
* Merge tag 'perf-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-02-091-0/+4
|\
| * kernel/events: Add a missing prototype for arch_perf_update_userpage()Benjamin Thiel2020-01-281-0/+4
* | perf: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)2020-01-131-3/+3
|/
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-11-261-5/+59
|\
| * perf/aux: Allow using AUX data in perf samplesAlexander Shishkin2019-11-131-0/+19
| * perf/core, perf/x86: Introduce swap_task_ctx() method at 'struct pmu'Alexey Budankov2019-10-281-0/+9
| * Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-10-281-1/+1
| |\
| * | perf_event: Add support for LSM and SELinux checksJoel Fernandes (Google)2019-10-171-5/+31
* | | Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini2019-11-211-1/+1
|\ \ \ | | |/ | |/|
| * | perf/headers: Fix spelling s/EACCESS/EACCES/, s/privilidge/privilege/Geert Uytterhoeven2019-10-281-1/+1
| |/
* | perf/core: Provide a kernel-internal interface to pause perf_eventLike Xu2019-11-151-0/+5
* | perf/core: Provide a kernel-internal interface to recalibrate event periodLike Xu2019-11-151-0/+5
|/
* perf: Allow normal events to output AUX dataAlexander Shishkin2019-08-281-0/+14
* perf/core: Fix exclusive events' groupingAlexander Shishkin2019-07-131-0/+5
* Merge tag 'v5.2' into perf/core, to pick up fixesIngo Molnar2019-07-081-0/+1
|\
| * perf/x86: Disable extended registers for non-supported PMUsKan Liang2019-06-241-0/+1
* | perf/cgroups: Don't rotate events for cgroups unnecessarilyIan Rogers2019-06-241-0/+5
* | perf/core: Add attr_groups_update into struct pmuJiri Olsa2019-06-031-0/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-171-0/+1
|\
| * KVM: x86: Inject PMI for KVM guestLuwei Kang2019-04-301-0/+1
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-061-5/+14
|\ \
| * | perf/x86: Make perf callchains work without CONFIG_FRAME_POINTERKairui Song2019-04-291-4/+10
| * | perf/core: Add perf_pmu_resched() as global functionStephane Eranian2019-04-161-0/+3
| * | perf/headers: Fix stale comment for struct perf_addr_filterShaokun Zhang2019-04-031-1/+1
| |/
* / perf/x86/intel/pt: Remove software double buffering PMU capabilityAlexander Shishkin2019-05-031-1/+0
|/
* Merge tag 'perf-core-for-mingo-5.1-20190225' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-02-281-1/+6
|\
| * perf, pt, coresight: Fix address filters for vmas with non-zero offsetAlexander Shishkin2019-02-221-1/+6