summaryrefslogtreecommitdiffstats
path: root/include/linux/perf_event.h
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|/
* 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
|/