Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | ring-buffer: Remove unused #include <linux/trace_irq.h> | David Sharp | 2011-03-09 | 1 | -1/+0 | |
| * | | | | | | tracing: Add an 'overwrite' trace_option. | David Sharp | 2011-03-09 | 5 | -6/+30 | |
| |/ / / / / | ||||||
| * | | | | | kprobes: Disabling optimized kprobes for entry text section | Jiri Olsa | 2011-03-08 | 1 | -0/+8 | |
| * | | | | | x86: Separate out entry text section | Jiri Olsa | 2011-03-08 | 6 | -4/+18 | |
| * | | | | | Merge commit 'v2.6.38-rc8' into perf/core | Ingo Molnar | 2011-03-08 | 355 | -1471/+2843 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | perf report tui: Improve multi event session support | Arnaldo Carvalho de Melo | 2011-03-06 | 3 | -30/+140 | |
| * | | | | | | perf tools: Improve support for sessions with multiple events | Arnaldo Carvalho de Melo | 2011-03-06 | 10 | -196/+208 | |
| * | | | | | | perf evlist: Split perf_evlist__id_hash | Arnaldo Carvalho de Melo | 2011-03-06 | 2 | -10/+21 | |
| * | | | | | | perf hists browser: Handle browsing empty hists tree | Arnaldo Carvalho de Melo | 2011-03-06 | 1 | -7/+15 | |
| * | | | | | | perf hists: Remove needless global col lenght calcs | Arnaldo Carvalho de Melo | 2011-03-06 | 4 | -58/+10 | |
| * | | | | | | perf report tui: Fix multi event switching | Arnaldo Carvalho de Melo | 2011-03-06 | 1 | -1/+4 | |
| * | | | | | | perf: Avoid the percore allocations if the CPU is not HT capable | Lin Ming | 2011-03-05 | 3 | -6/+23 | |
| * | | | | | | perf: Fix LLC-* events on Intel Nehalem/Westmere | Andi Kleen | 2011-03-04 | 2 | -17/+79 | |
| * | | | | | | perf: Add support for supplementary event registers | Andi Kleen | 2011-03-04 | 4 | -2/+276 | |
| * | | | | | | perf_events: Update PEBS event constraints | Stephane Eranian | 2011-03-04 | 2 | -21/+42 | |
| * | | | | | | perf: Fix cgroup vs jump_label problem | Peter Zijlstra | 2011-03-04 | 1 | -13/+13 | |
| * | | | | | | perf cgroup: Fix a typo in kernel config | Li Zefan | 2011-03-04 | 1 | -1/+1 | |
| * | | | | | | perf cgroup: Clean up perf_cgroup_create() | Li Zefan | 2011-03-04 | 1 | -10/+1 | |
| * | | | | | | perf cgroup: Fix unmatched call to perf_detach_cgroup() | Li Zefan | 2011-03-04 | 1 | -3/+3 | |
| * | | | | | | perf cgroup: Fix leak of file reference count | Li Zefan | 2011-03-04 | 1 | -2/+5 | |
| * | | | | | | perf: Fix the missing event initialization when pmu is found in idr | Lin Ming | 2011-03-04 | 1 | -2/+7 | |
| * | | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2011-03-04 | 202 | -2525/+2382 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | perf, x86: Add Intel SandyBridge CPU support | Lin Ming | 2011-03-02 | 3 | -1/+165 | |
| * | | | | | | | perf: Fix undefined PyVarObject_HEAD_INIT in python 2.5 | Frederic Weisbecker | 2011-03-04 | 1 | -0/+5 | |
| * | | | | | | | perf: Fix missing strndup declaration | Frederic Weisbecker | 2011-03-04 | 1 | -1/+0 | |
| * | | | | | | | Merge branch '/tip/perf/filter' of git://git.kernel.org/pub/scm/linux/kernel/... | Frederic Weisbecker | 2011-03-03 | 3 | -170/+754 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | tracing/filter: Remove synchronize_sched() from __alloc_preds() | Steven Rostedt | 2011-02-08 | 1 | -23/+7 | |
| | * | | | | | | | tracing/filter: Swap entire filter of events | Steven Rostedt | 2011-02-08 | 1 | -105/+146 | |
| | * | | | | | | | tracing/filter: Increase the max preds to 2^14 | Steven Rostedt | 2011-02-08 | 1 | -1/+8 | |
| | * | | | | | | | tracing/filter: Move MAX_FILTER_PRED to local tracing directory | Steven Rostedt | 2011-02-08 | 2 | -1/+2 | |
| | * | | | | | | | tracing/filter: Optimize filter by folding the tree | Steven Rostedt | 2011-02-08 | 2 | -10/+235 | |
| | * | | | | | | | tracing/filter: Check the created pred tree | Steven Rostedt | 2011-02-08 | 1 | -1/+71 | |
| | * | | | | | | | tracing/filter: Optimize short ciruit check | Steven Rostedt | 2011-02-08 | 1 | -3/+9 | |
| | * | | | | | | | tracing/filter: Use a tree instead of stack for filter_match_preds() | Steven Rostedt | 2011-02-08 | 2 | -46/+194 | |
| | * | | | | | | | tracing/filter: Free pred array on disabling of filter | Steven Rostedt | 2011-02-08 | 1 | -0/+4 | |
| | * | | | | | | | tracing/filter: Allocate the preds in an array | Steven Rostedt | 2011-02-08 | 2 | -23/+10 | |
| | * | | | | | | | tracing/filter: Call synchronize_sched() just once for system filters | Steven Rostedt | 2011-02-08 | 1 | -17/+63 | |
| | * | | | | | | | tracing/filter: Dynamically allocate preds | Steven Rostedt | 2011-02-08 | 2 | -36/+110 | |
| | * | | | | | | | tracing/filter: Move OR and AND logic out of fn() method | Steven Rostedt | 2011-02-08 | 2 | -34/+20 | |
| | * | | | | | | | tracing/filter: Have no filter return a match | Steven Rostedt | 2011-02-08 | 1 | -1/+6 | |
| * | | | | | | | | perf: Set filters before mmaping events | Frederic Weisbecker | 2011-03-02 | 3 | -12/+35 | |
| * | | | | | | | | perf top tui: Wait till the first sample to refresh the screen. | Arnaldo Carvalho de Melo | 2011-03-01 | 2 | -2/+20 | |
| * | | | | | | | | perf top: Fix reporting of invalid --vmlinux | Arnaldo Carvalho de Melo | 2011-03-01 | 1 | -2/+3 | |
| * | | | | | | | | perf tui: Make ui__warning modal | Arnaldo Carvalho de Melo | 2011-03-01 | 1 | -2/+5 | |
| * | | | | | | | | perf top browser: Handle empty active symbols list | Arnaldo Carvalho de Melo | 2011-03-01 | 1 | -0/+6 | |
| * | | | | | | | | perf ui browser: Introduce ui_browser__show_title | Arnaldo Carvalho de Melo | 2011-02-25 | 2 | -4/+17 | |
| * | | | | | | | | perf top browser: Fix up exit keys | Arnaldo Carvalho de Melo | 2011-02-25 | 1 | -0/+7 | |
| * | | | | | | | | perf annotate: Show better message when no vmlinux is found | Arnaldo Carvalho de Melo | 2011-02-23 | 2 | -10/+13 | |
| * | | | | | | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm... | Ingo Molnar | 2011-02-23 | 3 | -3/+34 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | perf lock: Document valid sort keys | Marcin Slusarz | 2011-02-23 | 2 | -3/+11 |