| Commit message (Expand) | Author | Age | Files | Lines |
* | perf_events, x86: Split PMU definitions into separate files | Peter Zijlstra | 2010-02-26 | 1 | -1514/+10 |
* | perf_events, x86: Remove superflous MSR writes | Peter Zijlstra | 2010-02-26 | 1 | -3/+0 |
* | perf_events: Simplify code by removing cpu argument to hw_perf_group_sched_in() | Peter Zijlstra | 2010-02-26 | 1 | -9/+9 |
* | perf_events, x86: AMD event scheduling | Stephane Eranian | 2010-02-26 | 1 | -3/+262 |
* | perf_events: Add new start/stop PMU callbacks | Stephane Eranian | 2010-02-26 | 1 | -4/+20 |
* | perf_events, x86: Fix bug in hw_perf_enable() | Stephane Eranian | 2010-02-04 | 1 | -6/+28 |
* | bitops: Ensure the compile time HWEIGHT is only used for such | Peter Zijlstra | 2010-02-04 | 1 | -3/+7 |
* | perf_events, x86: Implement intel core solo/duo support | Peter Zijlstra | 2010-02-04 | 1 | -72/+61 |
* | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-01-29 | 1 | -0/+7 |
|\ |
|
| * | perf: x86: Add support for the ANY bit | Stephane Eranian | 2010-01-21 | 1 | -0/+7 |
* | | perf_events, x86: Remove spurious counter reset from x86_pmu_enable() | Peter Zijlstra | 2010-01-29 | 1 | -3/+0 |
* | | perf_events, x86: Implement Intel Westmere support | Peter Zijlstra | 2010-01-29 | 1 | -7/+117 |
* | | perf_events, x86: Clean up hw_perf_*_all() implementation | Peter Zijlstra | 2010-01-29 | 1 | -45/+14 |
* | | perf_events, x86: Fix event constraint masks | Peter Zijlstra | 2010-01-29 | 1 | -4/+9 |
* | | perf_event: x86: Deduplicate the disable code | Peter Zijlstra | 2010-01-29 | 1 | -16/+13 |
* | | perf, x86: Clean up event constraints code a bit | Ingo Molnar | 2010-01-29 | 1 | -29/+8 |
* | | perf_event: x86: Optimize x86_pmu_disable() | Peter Zijlstra | 2010-01-29 | 1 | -0/+1 |
* | | perf_event: x86: Optimize the fast path a little more | Peter Zijlstra | 2010-01-29 | 1 | -3/+3 |
* | | perf_event: x86: Optimize constraint weight computation | Peter Zijlstra | 2010-01-29 | 1 | -4/+5 |
* | | perf_event: x86: Optimize the constraint searching bits | Peter Zijlstra | 2010-01-29 | 1 | -41/+34 |
* | | perf_event: x86: Reduce some overly long lines with some MACROs | Peter Zijlstra | 2010-01-29 | 1 | -31/+37 |
* | | perf_event: x86: Clean up some of the u64/long bitmask casting | Peter Zijlstra | 2010-01-29 | 1 | -24/+23 |
* | | perf_event: x86: Fixup constraints typing issue | Peter Zijlstra | 2010-01-29 | 1 | -3/+3 |
* | | perf_event: x86: Allocate the fake_cpuc | Peter Zijlstra | 2010-01-29 | 1 | -10/+19 |
* | | perf_events: Add fast-path to the rescheduling code | Stephane Eranian | 2010-01-29 | 1 | -30/+61 |
* | | perf_events, x86: Improve x86 event scheduling | Stephane Eranian | 2010-01-29 | 1 | -215/+560 |
* | | perf: Fix inconsistency between IP and callchain sampling | Anton Blanchard | 2010-01-28 | 1 | -3/+0 |
* | | perf: Drop useless check for ignored frame | Frederic Weisbecker | 2010-01-13 | 1 | -8/+0 |
|/ |
|
* | perf: Pass appropriate frame pointer to dump_trace() | Frederic Weisbecker | 2009-12-31 | 1 | -1/+1 |
* | perf events, x86/stacktrace: Fix performance/softlockup by providing a specia... | Frederic Weisbecker | 2009-12-17 | 1 | -1/+1 |
* | perf events, x86/stacktrace: Make stack walking optional | Frederic Weisbecker | 2009-12-17 | 1 | -0/+1 |
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-12-11 | 1 | -10/+21 |
|\ |
|
| * | x86, perf events: Check if we have APIC enabled | Cyrill Gorcunov | 2009-12-10 | 1 | -6/+12 |
| * | perf_event: Fix variable initialization in other codepaths | Xiao Guangrong | 2009-12-10 | 1 | -0/+4 |
| * | x86/perf: Exclude the debug stack from the callchains | Frederic Weisbecker | 2009-12-06 | 1 | -4/+5 |
* | | Merge branch 'for-next' into for-linus | Jiri Kosina | 2009-12-07 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 1 | -1/+1 |
* | | perf_events, x86: Fix validate_event bug | Stephane Eranian | 2009-11-24 | 1 | -2/+2 |
* | | perf_event, x86: Annotate init functions and data | Hiroshi Shimamoto | 2009-11-12 | 1 | -10/+10 |
* | | perf_events, x86: Fix event constraints code | Ingo Molnar | 2009-10-13 | 1 | -7/+7 |
* | | perf, x86: Add simple group validation | Peter Zijlstra | 2009-10-09 | 1 | -21/+69 |
* | | perf_events: Add event constraints support for Intel processors | Stephane Eranian | 2009-10-09 | 1 | -4/+105 |
* | | perf_events: Check for filters on fixed counter events | Stephane Eranian | 2009-10-09 | 1 | -0/+6 |
|/ |
|
* | perf_event, x86: Fix 'perf sched record' crashing the machine | Peter Zijlstra | 2009-09-23 | 1 | -0/+3 |
* | perf: Tidy up after the big rename | Ingo Molnar | 2009-09-21 | 1 | -7/+7 |
* | perf: Do the big rename: Performance Counters -> Performance Events | Ingo Molnar | 2009-09-21 | 1 | -0/+2298 |