Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-05-26 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -5/+29 |
2016-05-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -3/+1 |
2016-05-17 | perf core: Separate accounting of contexts and real addresses in a stack trace | Arnaldo Carvalho de Melo | 1 | -2/+16 |
2016-05-17 | perf core: Add perf_callchain_store_context() helper | Arnaldo Carvalho de Melo | 1 | -0/+2 |
2016-05-17 | perf core: Add a 'nr' field to perf_event_callchain_context | Arnaldo Carvalho de Melo | 1 | -2/+4 |
2016-05-17 | perf core: Pass max stack as a perf_callchain_entry context | Arnaldo Carvalho de Melo | 1 | -5/+11 |
2016-05-05 | perf/arm: Special-case hetereogeneous CPUs | Mark Rutland | 1 | -0/+1 |
2016-05-05 | perf/core: Introduce address range filtering | Alexander Shishkin | 1 | -0/+98 |
2016-04-27 | perf core: Allow setting up max frame stack depth via sysctl | Arnaldo Carvalho de Melo | 1 | -2/+6 |
2016-04-23 | perf/core: Add ::write_backward attribute to perf event | Wang Nan | 1 | -3/+25 |
2016-04-13 | Merge tag 'v4.6-rc3' into perf/core, to refresh the tree | Ingo Molnar | 1 | -2/+11 |
2016-04-08 | perf: split perf_trace_buf_prepare into alloc and update parts | Alexei Starovoitov | 1 | -1/+1 |
2016-04-08 | perf: optimize perf_fetch_caller_regs | Alexei Starovoitov | 1 | -2/+0 |
2016-03-31 | perf/core: Set event's default ::overflow_handler() | Wang Nan | 1 | -0/+6 |
2016-03-24 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+5 |
2016-03-21 | perf/x86/amd/power: Add AMD accumulated power reporting mechanism | Huang Rui | 1 | -0/+4 |
2016-03-21 | perf/x86/cqm: Fix CQM handling of grouping events into a cache_group | Vikas Shivappa | 1 | -0/+1 |
2016-03-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -2/+11 |
2016-03-15 | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -6/+0 |
2016-03-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+4 |
2016-03-08 | Merge branch 'timers/core-v9' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Ingo Molnar | 1 | -6/+0 |
2016-03-02 | perf: Migrate perf to use new tick dependency mask model | Frederic Weisbecker | 1 | -6/+0 |
2016-02-29 | perf: Allow storage of PMU private data in event | Thomas Gleixner | 1 | -0/+1 |
2016-02-25 | perf: Fix race between event install and jump_labels | Peter Zijlstra | 1 | -3/+3 |
2016-02-25 | perf: Fix cloning | Peter Zijlstra | 1 | -0/+1 |
2016-02-20 | perf: generalize perf_callchain | Alexei Starovoitov | 1 | -2/+11 |
2016-01-29 | perf: Synchronously clean up child events | Peter Zijlstra | 1 | -3/+0 |
2016-01-29 | perf/bpf: Convert perf_event_array to use struct file | Alexei Starovoitov | 1 | -2/+2 |
2016-01-21 | perf: Collapse and fix event_function_call() users | Peter Zijlstra | 1 | -1/+1 |
2015-11-23 | perf/core: Robustify the perf_cgroup_from_task() RCU checks | Stephane Eranian | 1 | -2/+4 |
2015-09-13 | perf/core: Drop PERF_EVENT_TXN | Sukadev Bhattiprolu | 1 | -2/+0 |
2015-09-13 | perf/core: Define PERF_PMU_TXN_READ interface | Sukadev Bhattiprolu | 1 | -0/+1 |
2015-09-13 | perf/core: Add a 'flags' parameter to the PMU transactional interfaces | Sukadev Bhattiprolu | 1 | -3/+11 |
2015-09-13 | perf/abi: Document some more aspects of the perf ABI | Peter Zijlstra | 1 | -13/+92 |
2015-08-10 | perf: add the necessary core perf APIs when accessing events counters in eBPF... | Kaixu Xia | 1 | -0/+10 |
2015-06-27 | Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -1/+1 |
2015-06-26 | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -0/+5 |
2015-06-23 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+4 |
2015-06-07 | perf/x86/intel: Introduce PERF_RECORD_LOST_SAMPLES | Kan Liang | 1 | -0/+3 |