Age | Commit message (Expand) | Author | Files | Lines |
2018-07-16 | perf, tools: Use correct articles in comments | Tobias Tefke | 1 | -1/+1 |
2018-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+5 |
2018-05-25 | perf/core: Fix bad use of igrab() | Song Liu | 1 | -1/+1 |
2018-05-25 | perf/core: Fix group scheduling with mixed hw and sw events | Song Liu | 1 | -0/+8 |
2018-05-25 | perf/core: add perf_get_event() to return perf_event given a struct file | Yonghong Song | 1 | -0/+5 |
2018-03-29 | perf/x86/pt, coresight: Clean up address filter structure | Alexander Shishkin | 1 | -5/+9 |
2018-03-16 | perf: Fix sibling iteration | Peter Zijlstra | 1 | -0/+4 |
2018-03-12 | perf/core: Optimize ctx_sched_out() | Peter Zijlstra | 1 | -0/+5 |
2018-03-12 | perf/core: Remove perf_event::group_entry | Peter Zijlstra | 1 | -5/+0 |
2018-03-12 | perf/cor: Use RB trees for pinned/flexible groups | Alexey Budankov | 1 | -3/+13 |
2017-12-05 | bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type | Hendrik Brueckner | 1 | -1/+5 |
2017-11-18 | Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 1 | -1/+1 |
2017-10-27 | perf/core: Rewrite event timekeeping | Peter Zijlstra | 1 | -18/+1 |
2017-10-27 | perf/core: Rename 'enum perf_event_active_state' | Peter Zijlstra | 1 | -3/+3 |
2017-10-27 | perf/bpf: Extend the perf_event_read_local() interface, a.k.a. "bpf: perf eve... | Yonghong Song | 1 | -2/+5 |
2017-10-17 | perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:functi... | Peter Zijlstra | 1 | -1/+1 |
2017-09-04 | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -18/+0 |
2017-08-29 | perf/core, x86: Add PERF_SAMPLE_PHYS_ADDR | Kan Liang | 1 | -0/+2 |
2017-08-29 | perf/core, pt, bts: Get rid of itrace_started | Alexander Shishkin | 1 | -3/+2 |
2017-08-29 | perf/ftrace: Fix double traces of perf on ftrace:function | Zhou Chengming | 1 | -1/+1 |
2017-08-10 | perf/x86: Fix RDPMC vs. mm_struct tracking | Peter Zijlstra | 1 | -2/+2 |
2017-08-01 | x86/perf/cqm: Wipe out perf based cqm | Vikas Shivappa | 1 | -18/+0 |
2017-07-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -2/+5 |
2017-06-05 | perf, bpf: Add BPF support to all perf_event types | Alexei Starovoitov | 1 | -2/+5 |
2017-05-26 | perf/tracing/cpuhotplug: Fix locking order | Thomas Gleixner | 1 | -0/+2 |
2017-03-30 | x86/events/amd/iommu: Add IOMMU-specific hw_perf_event struct | Suravee Suthikulpanit | 1 | -0/+7 |
2017-03-16 | perf/core: Keep AUX flags in the output handle | Will Deacon | 1 | -3/+5 |
2017-03-13 | perf: Add PERF_RECORD_NAMESPACES to include namespaces related info | Hari Bathini | 1 | -0/+2 |
2017-02-10 | perf/core: Allow kernel filters on CPU events | Alexander Shishkin | 1 | -0/+2 |
2017-01-30 | perf/core: Remove perf_cpu_context::unique_pmu | David Carrillo-Cisneros | 1 | -1/+0 |
2017-01-30 | perf/core: Make cgroup switch visit only cpuctxs with cgroup events | David Carrillo-Cisneros | 1 | -0/+1 |
2017-01-14 | perf/x86/intel: Account interrupts for PEBS errors | Jiri Olsa | 1 | -0/+1 |
2016-10-28 | perf/powerpc: Don't call perf_event_disable() from atomic context | Jiri Olsa | 1 | -0/+1 |
2016-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+9 |
2016-09-02 | perf, bpf: add perf events core support for BPF_PROG_TYPE_PERF_EVENT programs | Alexei Starovoitov | 1 | -0/+4 |
2016-09-02 | bpf: introduce BPF_PROG_TYPE_PERF_EVENT program type | Alexei Starovoitov | 1 | -0/+5 |
2016-08-18 | perf/core: Introduce PMU_EV_CAP_READ_ACTIVE_PKG | David Carrillo-Cisneros | 1 | -0/+3 |
2016-08-18 | perf/core: Generalize event->group_flags | David Carrillo-Cisneros | 1 | -5/+13 |
2016-08-10 | perf/core: Optimize perf_pmu_sched_task() | Peter Zijlstra | 1 | -0/+3 |
2016-08-10 | perf/core: Set cgroup in CPU contexts for new cgroup events | David Carrillo-Cisneros | 1 | -0/+4 |
2016-07-29 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -35/+9 |
2016-07-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+19 |
2016-07-25 | bpf, events: fix offset in skb copy handler | Daniel Borkmann | 1 | -1/+1 |
2016-07-16 | perf, events: add non-linear data support for raw records | Daniel Borkmann | 1 | -1/+19 |
2016-07-14 | perf/core: Remove perf CPU notifier code | Thomas Gleixner | 1 | -35/+0 |
2016-07-14 | perf/core: Convert to hotplug state machine | Thomas Gleixner | 1 | -0/+9 |
2016-06-08 | Merge branch 'linus' into perf/core, to refresh the branch | Ingo Molnar | 1 | -3/+1 |
2016-06-03 | perf/x86: Support sysfs files depending on SMT status | Andi Kleen | 1 | -0/+7 |
2016-06-03 | perf/core: Optimize side-band event delivery | Kan Liang | 1 | -0/+6 |
2016-05-30 | perf core: Per event callchain limit | Arnaldo Carvalho de Melo | 1 | -1/+1 |