summaryrefslogtreecommitdiffstats
path: root/include/linux/perf_event.h
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-0/+5
|\
| * perf/core: add perf_get_event() to return perf_event given a struct fileYonghong Song2018-05-241-0/+5
* | perf/core: Fix bad use of igrab()Song Liu2018-05-251-1/+1
* | perf/core: Fix group scheduling with mixed hw and sw eventsSong Liu2018-05-251-0/+8
|/
* perf/x86/pt, coresight: Clean up address filter structureAlexander Shishkin2018-03-291-5/+9
* perf: Fix sibling iterationPeter Zijlstra2018-03-161-0/+4
* perf/core: Optimize ctx_sched_out()Peter Zijlstra2018-03-121-0/+5
* perf/core: Remove perf_event::group_entryPeter Zijlstra2018-03-121-5/+0
* perf/cor: Use RB trees for pinned/flexible groupsAlexey Budankov2018-03-121-3/+13
* bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-051-1/+5
* Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-11-171-1/+1
|\
| * perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:functi...Peter Zijlstra2017-10-161-1/+1
* | perf/core: Rewrite event timekeepingPeter Zijlstra2017-10-271-18/+1
* | perf/core: Rename 'enum perf_event_active_state'Peter Zijlstra2017-10-271-3/+3
* | perf/bpf: Extend the perf_event_read_local() interface, a.k.a. "bpf: perf eve...Yonghong Song2017-10-271-2/+5
|/
* Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-09-041-18/+0
|\
| * x86/perf/cqm: Wipe out perf based cqmVikas Shivappa2017-08-011-18/+0
* | perf/core, x86: Add PERF_SAMPLE_PHYS_ADDRKan Liang2017-08-291-0/+2
* | perf/core, pt, bts: Get rid of itrace_startedAlexander Shishkin2017-08-291-3/+2
* | perf/ftrace: Fix double traces of perf on ftrace:functionZhou Chengming2017-08-291-1/+1
* | perf/x86: Fix RDPMC vs. mm_struct trackingPeter Zijlstra2017-08-101-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-2/+5
|\
| * perf, bpf: Add BPF support to all perf_event typesAlexei Starovoitov2017-06-041-2/+5
* | perf/tracing/cpuhotplug: Fix locking orderThomas Gleixner2017-05-261-0/+2
|/
* x86/events/amd/iommu: Add IOMMU-specific hw_perf_event structSuravee Suthikulpanit2017-03-301-0/+7
* perf/core: Keep AUX flags in the output handleWill Deacon2017-03-161-3/+5
* perf: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini2017-03-131-0/+2
* perf/core: Allow kernel filters on CPU eventsAlexander Shishkin2017-02-101-0/+2
* perf/core: Remove perf_cpu_context::unique_pmuDavid Carrillo-Cisneros2017-01-301-1/+0
* perf/core: Make cgroup switch visit only cpuctxs with cgroup eventsDavid Carrillo-Cisneros2017-01-301-0/+1
* perf/x86/intel: Account interrupts for PEBS errorsJiri Olsa2017-01-141-0/+1
* perf/powerpc: Don't call perf_event_disable() from atomic contextJiri Olsa2016-10-281-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-10-051-0/+9
|\
| * perf, bpf: add perf events core support for BPF_PROG_TYPE_PERF_EVENT programsAlexei Starovoitov2016-09-021-0/+4
| * bpf: introduce BPF_PROG_TYPE_PERF_EVENT program typeAlexei Starovoitov2016-09-021-0/+5
* | perf/core: Introduce PMU_EV_CAP_READ_ACTIVE_PKGDavid Carrillo-Cisneros2016-08-181-0/+3
* | perf/core: Generalize event->group_flagsDavid Carrillo-Cisneros2016-08-181-5/+13
* | perf/core: Optimize perf_pmu_sched_task()Peter Zijlstra2016-08-101-0/+3
|/
* perf/core: Set cgroup in CPU contexts for new cgroup eventsDavid Carrillo-Cisneros2016-08-101-0/+4
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-291-35/+9
|\
| * perf/core: Remove perf CPU notifier codeThomas Gleixner2016-07-141-35/+0
| * perf/core: Convert to hotplug state machineThomas Gleixner2016-07-141-0/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-07-271-1/+19
|\ \
| * | bpf, events: fix offset in skb copy handlerDaniel Borkmann2016-07-251-1/+1
| * | perf, events: add non-linear data support for raw recordsDaniel Borkmann2016-07-151-1/+19
| |/
* | Merge branch 'linus' into perf/core, to refresh the branchIngo Molnar2016-06-081-3/+1
|\|
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-05-251-5/+29
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-05-171-3/+1
| |\ \
| | * | perf: split perf_trace_buf_prepare into alloc and update partsAlexei Starovoitov2016-04-071-1/+1
| | * | perf: optimize perf_fetch_caller_regsAlexei Starovoitov2016-04-071-2/+0