| Commit message (Expand) | Author | Age | Files | Lines |
* | KVM: x86: Do not rely on implicit inclusions | Jan Kiszka | 2011-12-27 | 1 | -0/+2 |
* | KVM: Make KVM_INTEL depend on CPU_SUP_INTEL | Avi Kivity | 2011-12-27 | 1 | -0/+2 |
* | Merge remote-tracking branch 'tip/perf/core' into kvm-updates/3.3 | Avi Kivity | 2011-12-27 | 98 | -2389/+4196 |
|\ |
|
| * | perf, x86: Expose perf capability to other modules | Gleb Natapov | 2011-12-06 | 2 | -0/+27 |
| * | perf, x86: Implement arch event mask as quirk | Peter Zijlstra | 2011-12-06 | 3 | -33/+68 |
| * | x86, perf: Disable non available architectural events | Gleb Natapov | 2011-12-06 | 3 | -5/+42 |
| * | jump_label: Provide jump_label_key initializers | Peter Zijlstra | 2011-12-06 | 2 | -4/+11 |
| * | jump_label, x86: Fix section mismatch | Peter Zijlstra | 2011-12-06 | 2 | -2/+2 |
| * | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2011-12-06 | 3 | -28/+79 |
| |\ |
|
| | * | tracing: Add entries in buffer and total entries to default output header | Steven Rostedt | 2011-11-17 | 1 | -25/+47 |
| | * | tracing: Add irq, preempt-count and need resched info to default trace output | Steven Rostedt | 2011-11-17 | 3 | -6/+35 |
| * | | perf, core: Rate limit perf_sched_events jump_label patching | Gleb Natapov | 2011-12-06 | 4 | -10/+68 |
| * | | perf: Fix enable_on_exec for sibling events | Peter Zijlstra | 2011-12-06 | 1 | -7/+1 |
| * | | perf: Remove superfluous arguments | Peter Zijlstra | 2011-12-06 | 1 | -5/+4 |
| * | | perf, x86: Prefer fixed-purpose counters when scheduling | Peter Zijlstra | 2011-12-06 | 1 | -5/+14 |
| * | | perf, x86: Fix event scheduler for constraints with overlapping counters | Robert Richter | 2011-12-06 | 3 | -5/+72 |
| * | | perf, x86: Implement event scheduler helper functions | Robert Richter | 2011-12-06 | 2 | -55/+140 |
| * | | perf: Avoid a useless pmu_disable() in the perf-tick | Peter Zijlstra | 2011-12-06 | 2 | -16/+33 |
| * | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2011-12-06 | 245 | -2463/+2668 |
| |\ \ |
|
| * | | | x86/tools: Add decoded instruction dump mode | Masami Hiramatsu | 2011-12-05 | 1 | -3/+4 |
| * | | | x86: Update instruction decoder to support new AVX formats | Masami Hiramatsu | 2011-12-05 | 2 | -282/+345 |
| * | | | x86/tools: Fix insn_sanity message outputs | Masami Hiramatsu | 2011-12-05 | 1 | -2/+2 |
| * | | | x86/tools: Fix instruction decoder message output | Masami Hiramatsu | 2011-12-05 | 1 | -4/+3 |
| * | | | x86: Fix instruction decoder to handle grouped AVX instructions | Masami Hiramatsu | 2011-12-05 | 2 | -2/+11 |
| * | | | x86/tools: Fix Makefile to build all test tools | Masami Hiramatsu | 2011-12-05 | 1 | -2/+1 |
| * | | | perf test: Soft errors shouldn't stop the "Validate PERF_RECORD_" test | Arnaldo Carvalho de Melo | 2011-12-02 | 1 | -24/+21 |
| * | | | perf test: Validate PERF_RECORD_ events and perf_sample fields | Arnaldo Carvalho de Melo | 2011-12-02 | 1 | -0/+337 |
| * | | | perf event: Introduce perf_event__fprintf | Arnaldo Carvalho de Melo | 2011-12-02 | 2 | -6/+54 |
| * | | | perf test: Allow running just a subset of the available tests | Arnaldo Carvalho de Melo | 2011-11-29 | 2 | -22/+67 |
| * | | | perf evlist: Always do automatic allocation of pollfd and mmap structures | Arnaldo Carvalho de Melo | 2011-11-29 | 5 | -27/+7 |
| * | | | perf tools: Save some loops using perf_evlist__id2evsel | Arnaldo Carvalho de Melo | 2011-11-28 | 5 | -75/+136 |
| * | | | perf script: Add comm filtering option | David Ahern | 2011-11-28 | 2 | -0/+17 |
| * | | | perf tools: make -C consistent across commands (for cpu list arg) | David Ahern | 2011-11-28 | 6 | -8/+8 |
| * | | | perf top: Stop using globals for tool state | Arnaldo Carvalho de Melo | 2011-11-28 | 2 | -235/+245 |
| * | | | perf tools: Rename perf_event_ops to perf_tool | Arnaldo Carvalho de Melo | 2011-11-28 | 22 | -277/+301 |
| * | | | perf tools: Resolve machine earlier and pass it to perf_event_ops | Arnaldo Carvalho de Melo | 2011-11-28 | 24 | -375/+376 |
| * | | | perf tools: Pass tool context in the the perf_event_ops functions | Arnaldo Carvalho de Melo | 2011-11-28 | 20 | -373/+520 |
| * | | | perf annotate: Group options in a struct | Arnaldo Carvalho de Melo | 2011-11-28 | 1 | -31/+33 |
| * | | | perf report: Group options in a struct | Arnaldo Carvalho de Melo | 2011-11-28 | 1 | -52/+59 |
| * | | | perf tools: Use evsel->attr.sample_type instead of session->sample_type | Arnaldo Carvalho de Melo | 2011-11-28 | 2 | -6/+8 |
| * | | | perf session: Remove superfluous callchain_cursor member | Arnaldo Carvalho de Melo | 2011-11-28 | 5 | -14/+14 |
| * | | | perf event: perf_event_ops->attr() manipulates only an evlist | Arnaldo Carvalho de Melo | 2011-11-28 | 5 | -17/+34 |
| * | | | perf evlist: Introduce id_hdr_size method out of perf_session | Arnaldo Carvalho de Melo | 2011-11-28 | 3 | -28/+34 |
| * | | | perf symbols: Add nr_events to symbol_conf | Arnaldo Carvalho de Melo | 2011-11-28 | 10 | -37/+30 |
| * | | | perf ui progress: Fix divide by zero | Arnaldo Carvalho de Melo | 2011-11-28 | 1 | -0/+3 |
| * | | | perf record: Move 'group' to perf_event_ops | Arnaldo Carvalho de Melo | 2011-11-28 | 2 | -5/+5 |
| * | | | perf session: Move threads to struct machine | Arnaldo Carvalho de Melo | 2011-11-28 | 6 | -15/+58 |
| * | | | perf record: Move mmap_pages to perf_record_opts | Arnaldo Carvalho de Melo | 2011-11-28 | 2 | -4/+6 |
| * | | | perf evlist: Handle default value for 'pages' on mmap method | Arnaldo Carvalho de Melo | 2011-11-28 | 3 | -8/+11 |
| * | | | perf evlist: Introduce {prepare,start}_workload refactored from 'perf record' | Arnaldo Carvalho de Melo | 2011-11-28 | 4 | -68/+120 |