summaryrefslogtreecommitdiff
path: root/include/linux/perf_event.h
AgeCommit message (Expand)Author
2019-05-03perf/x86/intel/pt: Remove software double buffering PMU capabilityAlexander Shishkin
2019-02-28Merge tag 'perf-core-for-mingo-5.1-20190225' of git://git.kernel.org/pub/scm/...Ingo Molnar
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2019-02-22perf, pt, coresight: Fix address filters for vmas with non-zero offsetAlexander Shishkin
2019-02-11perf/x86: Add check_period PMU callbackJiri Olsa
2019-02-06perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier
2019-02-04perf: Convert perf_event_context.refcount to refcount_tElena Reshetova
2019-01-21perf, bpf: Introduce PERF_RECORD_BPF_EVENTSong Liu
2019-01-21perf, bpf: Introduce PERF_RECORD_KSYMBOLSong Liu
2019-01-21perf: Make perf_event_output() propagate the output() returnArnaldo Carvalho de Melo
2019-01-21perf: Remove duplicated workqueue.h include from perf_event.hYueHaibing
2019-01-21perf/core: Add PERF_PMU_CAP_NO_EXCLUDE for exclusion incapable PMUsAndrew Murray
2019-01-21perf/core: Add function to test for event exclusion flagsAndrew Murray
2018-12-11perf/core: Declare the __percpu attribute on non-deref typesMukesh Ojha
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2018-07-25perf/x86/intel: Fix unwind errors from PEBS entries (mk-II)Peter Zijlstra
2018-07-16perf, tools: Use correct articles in commentsTobias Tefke
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-05-25perf/core: Fix bad use of igrab()Song Liu
2018-05-25perf/core: Fix group scheduling with mixed hw and sw eventsSong Liu
2018-05-24perf/core: add perf_get_event() to return perf_event given a struct fileYonghong Song
2018-03-29perf/x86/pt, coresight: Clean up address filter structureAlexander Shishkin
2018-03-16perf: Fix sibling iterationPeter Zijlstra
2018-03-12perf/core: Optimize ctx_sched_out()Peter Zijlstra
2018-03-12perf/core: Remove perf_event::group_entryPeter Zijlstra
2018-03-12perf/cor: Use RB trees for pinned/flexible groupsAlexey Budankov
2017-12-05bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2017-10-27perf/core: Rewrite event timekeepingPeter Zijlstra
2017-10-27perf/core: Rename 'enum perf_event_active_state'Peter Zijlstra
2017-10-27perf/bpf: Extend the perf_event_read_local() interface, a.k.a. "bpf: perf eve...Yonghong Song
2017-10-16perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:functi...Peter Zijlstra
2017-09-04Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-08-29perf/core, x86: Add PERF_SAMPLE_PHYS_ADDRKan Liang
2017-08-29perf/core, pt, bts: Get rid of itrace_startedAlexander Shishkin
2017-08-29perf/ftrace: Fix double traces of perf on ftrace:functionZhou Chengming
2017-08-10perf/x86: Fix RDPMC vs. mm_struct trackingPeter Zijlstra
2017-08-01x86/perf/cqm: Wipe out perf based cqmVikas Shivappa
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-06-04perf, bpf: Add BPF support to all perf_event typesAlexei Starovoitov
2017-05-26perf/tracing/cpuhotplug: Fix locking orderThomas Gleixner
2017-03-30x86/events/amd/iommu: Add IOMMU-specific hw_perf_event structSuravee Suthikulpanit
2017-03-16perf/core: Keep AUX flags in the output handleWill Deacon
2017-03-13perf: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini
2017-02-10perf/core: Allow kernel filters on CPU eventsAlexander Shishkin
2017-01-30perf/core: Remove perf_cpu_context::unique_pmuDavid Carrillo-Cisneros
2017-01-30perf/core: Make cgroup switch visit only cpuctxs with cgroup eventsDavid Carrillo-Cisneros
2017-01-14perf/x86/intel: Account interrupts for PEBS errorsJiri Olsa
2016-10-28perf/powerpc: Don't call perf_event_disable() from atomic contextJiri Olsa
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds