aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/perf_event.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-11perf/core: Declare the __percpu attribute on non-deref typesMukesh Ojha1-2/+2
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-0/+1
2018-07-25perf/x86/intel: Fix unwind errors from PEBS entries (mk-II)Peter Zijlstra1-0/+1
2018-07-16perf, tools: Use correct articles in commentsTobias Tefke1-1/+1
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+5
2018-05-25perf/core: Fix bad use of igrab()Song Liu1-1/+1
2018-05-25perf/core: Fix group scheduling with mixed hw and sw eventsSong Liu1-0/+8
2018-05-24perf/core: add perf_get_event() to return perf_event given a struct fileYonghong Song1-0/+5
2018-03-29perf/x86/pt, coresight: Clean up address filter structureAlexander Shishkin1-5/+9
2018-03-16perf: Fix sibling iterationPeter Zijlstra1-0/+4
2018-03-12perf/core: Optimize ctx_sched_out()Peter Zijlstra1-0/+5
2018-03-12perf/core: Remove perf_event::group_entryPeter Zijlstra1-5/+0
2018-03-12perf/cor: Use RB trees for pinned/flexible groupsAlexey Budankov1-3/+13
2017-12-05bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner1-1/+5
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2017-10-27perf/core: Rewrite event timekeepingPeter Zijlstra1-18/+1
2017-10-27perf/core: Rename 'enum perf_event_active_state'Peter Zijlstra1-3/+3
2017-10-27perf/bpf: Extend the perf_event_read_local() interface, a.k.a. "bpf: perf event change needed for subsequent bpf helpers"Yonghong Song1-2/+5
2017-10-16perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:function")Peter Zijlstra1-1/+1
2017-09-04Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-18/+0
2017-08-29perf/core, x86: Add PERF_SAMPLE_PHYS_ADDRKan Liang1-0/+2
2017-08-29perf/core, pt, bts: Get rid of itrace_startedAlexander Shishkin1-3/+2
2017-08-29perf/ftrace: Fix double traces of perf on ftrace:functionZhou Chengming1-1/+1
2017-08-10perf/x86: Fix RDPMC vs. mm_struct trackingPeter Zijlstra1-2/+2
2017-08-01x86/perf/cqm: Wipe out perf based cqmVikas Shivappa1-18/+0
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+5
2017-06-04perf, bpf: Add BPF support to all perf_event typesAlexei Starovoitov1-2/+5
2017-05-26perf/tracing/cpuhotplug: Fix locking orderThomas Gleixner1-0/+2
2017-03-30x86/events/amd/iommu: Add IOMMU-specific hw_perf_event structSuravee Suthikulpanit1-0/+7
2017-03-16perf/core: Keep AUX flags in the output handleWill Deacon1-3/+5
2017-03-13perf: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini1-0/+2
2017-02-10perf/core: Allow kernel filters on CPU eventsAlexander Shishkin1-0/+2
2017-01-30perf/core: Remove perf_cpu_context::unique_pmuDavid Carrillo-Cisneros1-1/+0
2017-01-30perf/core: Make cgroup switch visit only cpuctxs with cgroup eventsDavid Carrillo-Cisneros1-0/+1
2017-01-14perf/x86/intel: Account interrupts for PEBS errorsJiri Olsa1-0/+1
2016-10-28perf/powerpc: Don't call perf_event_disable() from atomic contextJiri Olsa1-0/+1
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+9
2016-09-02perf, bpf: add perf events core support for BPF_PROG_TYPE_PERF_EVENT programsAlexei Starovoitov1-0/+4
2016-09-02bpf: introduce BPF_PROG_TYPE_PERF_EVENT program typeAlexei Starovoitov1-0/+5
2016-08-18perf/core: Introduce PMU_EV_CAP_READ_ACTIVE_PKGDavid Carrillo-Cisneros1-0/+3
2016-08-18perf/core: Generalize event->group_flagsDavid Carrillo-Cisneros1-5/+13
2016-08-10perf/core: Optimize perf_pmu_sched_task()Peter Zijlstra1-0/+3
2016-08-10perf/core: Set cgroup in CPU contexts for new cgroup eventsDavid Carrillo-Cisneros1-0/+4
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-35/+9
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+19
2016-07-25bpf, events: fix offset in skb copy handlerDaniel Borkmann1-1/+1
2016-07-15perf, events: add non-linear data support for raw recordsDaniel Borkmann1-1/+19
2016-07-14perf/core: Remove perf CPU notifier codeThomas Gleixner1-35/+0
2016-07-14perf/core: Convert to hotplug state machineThomas Gleixner1-0/+9
2016-06-08Merge branch 'linus' into perf/core, to refresh the branchIngo Molnar1-3/+1