| Commit message (Expand) | Author | Age | Files | Lines |
* | perf: Provide generic perf_sample_data initialization | Peter Zijlstra | 2010-03-10 | 1 | -13/+8 |
* | Merge commit 'v2.6.34-rc1' into perf/urgent | Ingo Molnar | 2010-03-09 | 1 | -4/+11 |
|\ |
|
| * | sysdev: Pass attribute in sysdev_class attributes show/store | Andi Kleen | 2010-03-07 | 1 | -3/+10 |
| * | kernel core: use helpers for rlimits | Jiri Slaby | 2010-03-06 | 1 | -1/+1 |
| * | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-02-28 | 1 | -214/+413 |
| |\ |
|
* | | | perf, x86: Restrict the ANY flag | Peter Zijlstra | 2010-03-02 | 1 | -15/+0 |
* | | | Merge commit 'v2.6.33' into perf/core | Frederic Weisbecker | 2010-02-27 | 1 | -7/+6 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | perf_events: Fix FORK events | Peter Zijlstra | 2010-02-14 | 1 | -6/+5 |
| * | perf: Make bp_len type to u64 generic across the arch | Mahesh Salgaonkar | 2010-02-04 | 1 | -1/+1 |
* | | perf_event: Fix preempt warning in perf_clock() | Peter Zijlstra | 2010-02-26 | 1 | -1/+1 |
* | | perf_events: Simplify code by removing cpu argument to hw_perf_group_sched_in() | Peter Zijlstra | 2010-02-26 | 1 | -27/+18 |
* | | perf_events, x86: AMD event scheduling | Stephane Eranian | 2010-02-26 | 1 | -0/+5 |
* | | perf_events: Add new start/stop PMU callbacks | Stephane Eranian | 2010-02-26 | 1 | -2/+18 |
* | | perf_events: Report the MMAP pgoff value in bytes | Peter Zijlstra | 2010-02-26 | 1 | -1/+1 |
* | | perf_events: Optimize perf_event_task_tick() | Peter Zijlstra | 2010-02-04 | 1 | -4/+4 |
* | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-01-29 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | perf: Honour event state for aux stream data | Peter Zijlstra | 2010-01-21 | 1 | -0/+9 |
* | | perf_events: Fix sample_period transfer on inherit | Peter Zijlstra | 2010-01-29 | 1 | -2/+9 |
* | | perf: Reimplement frequency driven sampling | Peter Zijlstra | 2010-01-27 | 1 | -40/+92 |
* | | perf: Better order flexible and pinned scheduling | Frederic Weisbecker | 2010-01-17 | 1 | -7/+27 |
* | | perf: Don't schedule out/in pinned events on task tick | Frederic Weisbecker | 2010-01-17 | 1 | -4/+4 |
* | | perf: Allow pinned and flexible groups to be scheduled separately | Frederic Weisbecker | 2010-01-17 | 1 | -44/+93 |
* | | perf: Make __perf_event_sched_out static | Frederic Weisbecker | 2010-01-17 | 1 | -2/+2 |
* | | perf: Export software-only event group characteristic as a flag | Frederic Weisbecker | 2010-01-16 | 1 | -19/+11 |
* | | perf: Round robin flexible groups of events using list_rotate_left() | Frederic Weisbecker | 2010-01-16 | 1 | -13/+4 |
* | | perf/core: Split context's event group list into pinned and non-pinned lists | Frederic Weisbecker | 2010-01-16 | 1 | -76/+151 |
* | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-01-13 | 1 | -5/+4 |
|\ \
| |/ |
|
| * | Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-12-31 | 1 | -3/+2 |
| |\ |
|
| | * | perf: Fix NULL deref in inheritance code | Peter Zijlstra | 2009-12-31 | 1 | -3/+2 |
| * | | anonfd: Allow making anon files read-only | Roland Dreier | 2009-12-22 | 1 | -1/+1 |
| * | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-12-19 | 1 | -14/+18 |
| |\ \
| | |/ |
|
| * | | cpumask: use cpu_online in kernel/perf_event.c | Rusty Russell | 2009-12-17 | 1 | -1/+1 |
* | | | perf events: Remove CONFIG_EVENT_PROFILE | Li Zefan | 2009-12-28 | 1 | -2/+2 |
* | | | perf events: Remove arg from perf sched hooks | Peter Zijlstra | 2009-12-28 | 1 | -13/+14 |
| |/
|/| |
|
* | | perf events: Dont report side-band events on each cpu for per-task-per-cpu ev... | Peter Zijlstra | 2009-12-17 | 1 | -14/+18 |
|/ |
|
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-12-16 | 1 | -6/+9 |
|\ |
|
| * | perf events: Allow per-task-per-cpu counters | Peter Zijlstra | 2009-12-16 | 1 | -4/+7 |
| * | perf_events: Fix perf_event_attr layout | Peter Zijlstra | 2009-12-15 | 1 | -1/+1 |
| * | perf_event: Fix incorrect range check on cpu number | Paul Mackerras | 2009-12-15 | 1 | -1/+1 |
* | | perf_event: Convert to raw_spinlock | Thomas Gleixner | 2009-12-14 | 1 | -53/+53 |
* | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-12-11 | 1 | -37/+38 |
|\ \
| |/ |
|
| * | perf_event: Fix variable initialization in other codepaths | Xiao Guangrong | 2009-12-10 | 1 | -0/+1 |
| * | perf_event: Fix perf_swevent_hrtimer() variable initialization | Xiao Guangrong | 2009-12-10 | 1 | -0/+1 |
| * | perf_event: Cleanup for cpu_clock_perf_event_update() | Xiao Guangrong | 2009-12-09 | 1 | -2/+1 |
| * | perf_event: Allocate children's perf_event_ctxp at the right time | Xiao Guangrong | 2009-12-09 | 1 | -15/+22 |
| * | perf_event: Clean up __perf_event_init_context() | Xiao Guangrong | 2009-12-09 | 1 | -4/+3 |
| * | hw-breakpoints: Modify breakpoints without unregistering them | Frederic Weisbecker | 2009-12-09 | 1 | -2/+2 |
| * | hw-breakpoints: Use overflow handler instead of the event callback | Frederic Weisbecker | 2009-12-06 | 1 | -15/+9 |
* | | Merge branch 'for-next' into for-linus | Jiri Kosina | 2009-12-07 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 1 | -2/+2 |