Age | Commit message (Expand) | Author |
2021-10-01 | perf/core: fix userpage->time_enabled of inactive events | Song Liu |
2021-08-17 | bpf: Allow to specify user-provided bpf_cookie for BPF perf links | Andrii Nakryiko |
2021-06-11 | perf: Add EVENT_ATTR_ID to simplify event attributes | Qi Liu |
2021-05-01 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2021-04-22 | perf: Get rid of oprofile leftovers | Marc Zyngier |
2021-04-19 | perf: Extend PERF_TYPE_HARDWARE and PERF_TYPE_HW_CACHE | Kan Liang |
2021-04-19 | perf/x86: Add structures for the attributes of Hybrid PMUs | Kan Liang |
2021-04-16 | perf core: Add PERF_COUNT_SW_CGROUP_SWITCHES event | Namhyung Kim |
2021-04-16 | perf core: Factor out __perf_sw_event_sched | Namhyung Kim |
2021-04-16 | perf: Add support for SIGTRAP on perf events | Marco Elver |
2021-04-16 | perf: Support only inheriting events if cloned with CLONE_THREAD | Marco Elver |
2021-04-16 | perf: Rework perf_event_exit_event() | Peter Zijlstra |
2021-03-06 | perf/core: Flush PMU internal buffers for per-CPU events | Kan Liang |
2021-02-01 | perf/core: Add PERF_SAMPLE_WEIGHT_STRUCT | Kan Liang |
2020-11-26 | Merge remote-tracking branch 'origin/master' into perf/core | Peter Zijlstra |
2020-11-09 | perf/arch: Remove perf_sample_data::regs_user_copy | Peter Zijlstra |
2020-11-09 | perf: Reduce stack usage of perf_output_begin() | Peter Zijlstra |
2020-10-29 | perf,mm: Handle non-page-table-aligned hugetlbfs | Peter Zijlstra |
2020-10-29 | perf/core: Add support for PERF_SAMPLE_CODE_PAGE_SIZE | Stephane Eranian |
2020-10-29 | perf/core: Add PERF_SAMPLE_DATA_PAGE_SIZE | Kan Liang |
2020-09-10 | perf/core: Pull pmu::sched_task() into perf_event_context_sched_out() | Kan Liang |
2020-08-18 | perf/x86/intel: Support per-thread RDPMC TopDown metrics | Kan Liang |
2020-08-18 | perf/core: Add a new PERF_EV_CAP_SIBLING event capability | Kan Liang |
2020-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-07-22 | perf: <linux/perf_event.h>: drop a duplicated word | Randy Dunlap |
2020-07-08 | perf/x86: Remove task_ctx_size | Kan Liang |
2020-07-08 | perf/core: Use kmem_cache to allocate the PMU specific data | Kan Liang |
2020-07-01 | perf: Expose get/put_callchain_entry() | Song Liu |
2020-06-15 | perf: Add perf text poke event | Adrian Hunter |
2020-06-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-05-19 | perf/core: Replace zero-length array with flexible-array | Gustavo A. R. Silva |
2020-04-27 | sysctl: pass kernel pointers to ->proc_handler | Christoph Hellwig |
2020-04-16 | perf/core: Open access to the core for CAP_PERFMON privileged process | Alexey Budankov |
2020-03-27 | perf/core: Add PERF_SAMPLE_CGROUP feature | Namhyung Kim |
2020-03-06 | perf/core: Add per perf_cpu_context min_heap storage | Ian Rogers |
2020-02-11 | perf/core: Add new branch sample type for HW index of raw branch records | Kan Liang |
2020-02-09 | Merge tag 'perf-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2020-01-28 | kernel/events: Add a missing prototype for arch_perf_update_userpage() | Benjamin Thiel |
2020-01-13 | perf: Make struct ring_buffer less ambiguous | Steven Rostedt (VMware) |
2019-11-26 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2019-11-21 | Merge branch 'kvm-tsx-ctrl' into HEAD | Paolo Bonzini |
2019-11-15 | perf/core: Provide a kernel-internal interface to pause perf_event | Like Xu |
2019-11-15 | perf/core: Provide a kernel-internal interface to recalibrate event period | Like Xu |
2019-11-13 | perf/aux: Allow using AUX data in perf samples | Alexander Shishkin |
2019-10-28 | perf/core, perf/x86: Introduce swap_task_ctx() method at 'struct pmu' | Alexey Budankov |
2019-10-28 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar |
2019-10-28 | perf/headers: Fix spelling s/EACCESS/EACCES/, s/privilidge/privilege/ | Geert Uytterhoeven |
2019-10-17 | perf_event: Add support for LSM and SELinux checks | Joel Fernandes (Google) |
2019-08-28 | perf: Allow normal events to output AUX data | Alexander Shishkin |
2019-07-13 | perf/core: Fix exclusive events' grouping | Alexander Shishkin |