summaryrefslogtreecommitdiffstats
path: root/include/linux/perf_event.h
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-071-1/+3
|\
| * perf/core: fix userpage->time_enabled of inactive eventsSong Liu2021-10-011-1/+3
* | perf: Enable branch record for software eventsSong Liu2021-09-131-0/+23
|/
* 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
|/
* 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
|/