Age | Commit message (Expand) | Author | Files | Lines |
2010-10-18 | jump_label: Add COND_STMT(), reducer wrappery | Peter Zijlstra | 1 | -10/+2 |
2010-10-18 | perf: Optimize sw events | Peter Zijlstra | 1 | -9/+11 |
2010-10-18 | perf: Use jump_labels to optimize the scheduler hooks | Peter Zijlstra | 1 | -2/+25 |
2010-10-18 | perf, hw_breakpoint: Fix crash in hw_breakpoint creation | Peter Zijlstra | 1 | -0/+7 |
2010-10-18 | irq_work: Add generic hardirq context callbacks | Peter Zijlstra | 1 | -9/+2 |
2010-10-15 | Merge remote branch 'tip/perf/core' into oprofile/core | Robert Richter | 1 | -55/+100 |
2010-10-11 | perf: New helper function for pmu name | Matt Fleming | 1 | -0/+1 |
2010-10-11 | perf: Add helper function to return number of counters | Matt Fleming | 1 | -0/+1 |
2010-09-17 | perf: Undo the per cpu-context timer stuff | Peter Zijlstra | 1 | -2/+4 |
2010-09-17 | perf: Complete software pmu grouping | Peter Zijlstra | 1 | -0/+6 |
2010-09-15 | perf events: Clean up pid passing | Matt Helsley | 1 | -1/+1 |
2010-09-09 | perf: Fix up delayed_put_task_struct() | Peter Zijlstra | 1 | -0/+2 |
2010-09-09 | perf: Provide a separate task context for swevents | Peter Zijlstra | 1 | -8/+1 |
2010-09-09 | perf: Multiple task contexts | Peter Zijlstra | 1 | -0/+1 |
2010-09-09 | perf: Per-pmu-per-cpu contexts | Peter Zijlstra | 1 | -1/+3 |
2010-09-09 | perf: Per cpu-context rotation timer | Peter Zijlstra | 1 | -3/+2 |
2010-09-09 | perf: Remove the swevent hash-table from the cpu context | Peter Zijlstra | 1 | -6/+0 |
2010-09-09 | perf: Remove the sysfs bits | Peter Zijlstra | 1 | -6/+0 |
2010-09-09 | perf: Rework the PMU methods | Peter Zijlstra | 1 | -13/+41 |
2010-09-09 | perf: Shrink hw_perf_event | Peter Zijlstra | 1 | -1/+0 |
2010-09-09 | perf: Default PMU ops | Peter Zijlstra | 1 | -5/+5 |
2010-09-09 | perf: Per PMU disable | Peter Zijlstra | 1 | -6/+7 |
2010-09-09 | perf: Reduce perf_disable() usage | Peter Zijlstra | 1 | -10/+10 |
2010-09-09 | perf: Register PMU implementations | Peter Zijlstra | 1 | -1/+9 |
2010-09-09 | perf: Deconstify struct pmu | Peter Zijlstra | 1 | -5/+5 |
2010-08-19 | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 1 | -1/+1 |
2010-08-19 | perf: Humanize the number of contexts | Frederic Weisbecker | 1 | -6/+8 |
2010-08-19 | perf: Fix race in callchains | Frederic Weisbecker | 1 | -1/+0 |
2010-08-19 | perf: Generalize some arch callchain code | Frederic Weisbecker | 1 | -1/+9 |
2010-08-19 | perf: Generalize callchain_store() | Frederic Weisbecker | 1 | -0/+7 |
2010-08-06 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2010-06-25 | perf: Fix argument of perf_arch_fetch_caller_regs | Nobuhiro Iwamatsu | 1 | -1/+1 |
2010-06-25 | hw_breakpoints: Fix per task breakpoint tracking | Frederic Weisbecker | 1 | -2/+4 |
2010-06-09 | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Ingo Molnar | 1 | -25/+7 |
2010-06-09 | perf: Fix build breakage for architecutes without atomic64_t | Peter Zijlstra | 1 | -1/+1 |
2010-06-09 | perf: Convert perf_event to local_t | Peter Zijlstra | 1 | -3/+4 |
2010-06-09 | perf: Add perf_event::child_count | Peter Zijlstra | 1 | -0/+1 |
2010-06-09 | perf: Simplify the ring-buffer logic: make perf_buffer_alloc() do everything ... | Peter Zijlstra | 1 | -0/+2 |
2010-06-09 | perf: Rename perf_mmap_data to perf_buffer | Peter Zijlstra | 1 | -3/+3 |
2010-06-09 | perf: Cleanup {start,commit,cancel}_txn details | Peter Zijlstra | 1 | -5/+22 |
2010-06-09 | perf: Add non-exec mmap() tracking | Eric B Munson | 1 | -9/+3 |
2010-06-09 | perf, trace: Inline perf_swevent_put_recursion_context() | Peter Zijlstra | 1 | -1/+1 |
2010-06-09 | perf: Drop the skip argument from perf_arch_fetch_regs_caller | Frederic Weisbecker | 1 | -25/+7 |
2010-06-08 | sched: define and use CPU_PRI_* enums for cpu notifier priorities | Tejun Heo | 1 | -1/+1 |
2010-05-31 | perf_events: Fix races in group composition | Peter Zijlstra | 1 | -0/+4 |
2010-05-31 | perf_events: Fix races and clean up perf_event and perf_mmap_data interaction | Peter Zijlstra | 1 | -2/+3 |
2010-05-21 | perf: Remove more code from the fastpath | Peter Zijlstra | 1 | -2/+0 |
2010-05-21 | perf: Optimize the !vmalloc backed buffer | Peter Zijlstra | 1 | -1/+1 |
2010-05-21 | perf: Optimize perf_output_copy() | Peter Zijlstra | 1 | -0/+3 |
2010-05-21 | perf: Fix wakeup storm for RO mmap()s | Peter Zijlstra | 1 | -1/+1 |