| Commit message (Expand) | Author | Age |
... | |
| * | | perf report: Tidy up the "--parent <regex>" and "--sort parent" call-chain fe... | Ingo Molnar | 2009-06-18 |
| * | | perf_counter tools: Replace isprint() with issane() | Peter Zijlstra | 2009-06-17 |
| * | | perf_counter: x86: Set the period in the intel overflow handler | Peter Zijlstra | 2009-06-17 |
| * | | perf report: Add --sort <call> --call <$regex> | Peter Zijlstra | 2009-06-17 |
| * | | Merge branch 'linus' into perfcounters/core | Ingo Molnar | 2009-06-17 |
| |\ \ |
|
| * | | | x86: Add NMI types for kmap_atomic, fix | Peter Zijlstra | 2009-06-15 |
| * | | | perf report: Fix 32-bit printf format | Ingo Molnar | 2009-06-15 |
| * | | | perf_counter: Make set_perf_counter_pending() declaration common | Paul Mackerras | 2009-06-15 |
| * | | | perf_counter: powerpc: Fix two compile warnings | Paul Mackerras | 2009-06-15 |
| * | | | perf report: Add per system call overhead histogram | Ingo Molnar | 2009-06-15 |
| * | | | perf_counter: x86: Fix call-chain support to use NMI-safe methods | Peter Zijlstra | 2009-06-15 |
| * | | | x86: Add NMI types for kmap_atomic | Peter Zijlstra | 2009-06-15 |
| * | | | x86, mm: Add __get_user_pages_fast() | Peter Zijlstra | 2009-06-15 |
| * | | | perf_counter: Fix ctx->mutex vs counter->mutex inversion | Peter Zijlstra | 2009-06-15 |
| * | | | perf record: Fix fast task-exit race | Ingo Molnar | 2009-06-15 |
| * | | | perf_counter, x86: Fix kernel-space call-chains | Ingo Molnar | 2009-06-15 |
| * | | | perf_counter, x86: Fix call-chain walking | Ingo Molnar | 2009-06-14 |
| * | | | perf record/report: Add call graph / call chain profiling | Ingo Molnar | 2009-06-14 |
| * | | | perf report: Print out raw events in hexa | Ingo Molnar | 2009-06-14 |
| * | | | perf annotate: Fixes for filename:line displays | Frederic Weisbecker | 2009-06-13 |
| * | | | perf stat: Enable raw data to be printed | Ingo Molnar | 2009-06-13 |
| * | | | perf stat: Add feature to run and measure a command multiple times | Ingo Molnar | 2009-06-13 |
| * | | | perf stat: Reorganize output | Ingo Molnar | 2009-06-13 |
| * | | | perf_counter, x86: Update AMD hw caching related event table | Jaswinder Singh Rajput | 2009-06-13 |
| * | | | perf_counter, x86: Check old-AMD performance monitoring support | Jaswinder Singh Rajput | 2009-06-13 |
| * | | | perf_counter: Fix stack corruption in perf_read_hw | Marti Raudsepp | 2009-06-13 |
| * | | | perf_counter: Fix atomic_set vs. atomic64_t type mismatch | Paul Mackerras | 2009-06-13 |
| * | | | perf annotate: Print a sorted summary of annotated overhead lines | Frederic Weisbecker | 2009-06-13 |
| * | | | perf annotate: Print the filename:line for annotated colored lines | Frederic Weisbecker | 2009-06-13 |
* | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-06-20 |
|\ \ \ \ |
|
| * | | | | sched: Fix out of scope variable access in sched_slice() | Christian Engelmayer | 2009-06-17 |
| * | | | | sched: Hide runqueues from direct refer at source code level | Hitoshi Mitake | 2009-06-17 |
| * | | | | sched: Remove unneeded __ref tag | Li Zefan | 2009-06-17 |
| * | | | | sched, x86: Fix cpufreq + sched_clock() TSC scaling | Peter Zijlstra | 2009-06-17 |
* | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-06-20 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'tip/tracing/urgent-1' of git://git.kernel.org/pub/scm/linux/ker... | Ingo Molnar | 2009-06-20 |
| |\ \ \ \ \ |
|
| | * | | | | | function-graph: add stack frame test | Steven Rostedt | 2009-06-18 |
| | * | | | | | function-graph: disable when both x86_32 and optimize for size are configured | Steven Rostedt | 2009-06-18 |
| * | | | | | | Merge branch 'tip/tracing/urgent' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2009-06-20 |
| |\| | | | | |
|
| | * | | | | | ring-buffer: have benchmark test print to trace buffer | Steven Rostedt | 2009-06-17 |
| | * | | | | | ring-buffer: do not grab locks in nmi | Steven Rostedt | 2009-06-17 |
| | * | | | | | ring-buffer: add locks around rb_per_cpu_empty | Steven Rostedt | 2009-06-17 |
| | * | | | | | ring-buffer: check for less than two in size allocation | Steven Rostedt | 2009-06-17 |
| | * | | | | | ring-buffer: remove useless compile check for buffer_page size | Steven Rostedt | 2009-06-17 |
| | * | | | | | ring-buffer: remove useless warn on check | Steven Rostedt | 2009-06-16 |
| | * | | | | | ring-buffer: use BUF_PAGE_HDR_SIZE in calculating index | Steven Rostedt | 2009-06-16 |
| * | | | | | | tracing/urgent: warn in case of ftrace_start_up inbalance | Frederic Weisbecker | 2009-06-20 |
| * | | | | | | tracing/urgent: fix unbalanced ftrace_start_up | Frederic Weisbecker | 2009-06-20 |
| |/ / / / / |
|
| * | | | | | tracing: update sample event documentation | Steven Rostedt | 2009-06-16 |
| * | | | | | tracing/filters: fix race between filter setting and module unload | Li Zefan | 2009-06-16 |