Age | Commit message (Expand) | Author | Files | Lines |
2011-03-17 | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 3 | -2/+290 |
2011-03-16 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 84 | -3939/+6420 |
2011-03-15 | perf probe: Clean up probe_point_lazy_walker() return value | Ingo Molnar | 1 | -1/+1 |
2011-03-10 | perf header: Stop using 'self' | Arnaldo Carvalho de Melo | 2 | -106/+105 |
2011-03-10 | perf session: Use evlist/evsel for managing perf.data attributes | Arnaldo Carvalho de Melo | 11 | -328/+179 |
2011-03-10 | perf top: Don't let events to eat up whole header line | Jiri Olsa | 1 | -3/+17 |
2011-03-10 | perf top: Fix events overflow in top command | Jiri Olsa | 1 | -12/+18 |
2011-03-09 | perf symbols: Avoid resolving [kernel.kallsyms] to real path for buildid cache | Lin Ming | 1 | -3/+8 |
2011-03-06 | perf report tui: Improve multi event session support | Arnaldo Carvalho de Melo | 3 | -30/+140 |
2011-03-06 | perf tools: Improve support for sessions with multiple events | Arnaldo Carvalho de Melo | 10 | -196/+208 |
2011-03-06 | perf evlist: Split perf_evlist__id_hash | Arnaldo Carvalho de Melo | 2 | -10/+21 |
2011-03-06 | perf hists browser: Handle browsing empty hists tree | Arnaldo Carvalho de Melo | 1 | -7/+15 |
2011-03-06 | perf hists: Remove needless global col lenght calcs | Arnaldo Carvalho de Melo | 4 | -58/+10 |
2011-03-06 | perf report tui: Fix multi event switching | Arnaldo Carvalho de Melo | 1 | -1/+4 |
2011-03-04 | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 3 | -7/+7 |
2011-03-04 | perf: Fix undefined PyVarObject_HEAD_INIT in python 2.5 | Frederic Weisbecker | 1 | -0/+5 |
2011-03-04 | perf: Fix missing strndup declaration | Frederic Weisbecker | 1 | -1/+0 |
2011-03-02 | perf: Set filters before mmaping events | Frederic Weisbecker | 3 | -12/+35 |
2011-03-01 | perf top tui: Wait till the first sample to refresh the screen. | Arnaldo Carvalho de Melo | 2 | -2/+20 |
2011-03-01 | perf top: Fix reporting of invalid --vmlinux | Arnaldo Carvalho de Melo | 1 | -2/+3 |
2011-03-01 | perf tui: Make ui__warning modal | Arnaldo Carvalho de Melo | 1 | -2/+5 |
2011-03-01 | perf top browser: Handle empty active symbols list | Arnaldo Carvalho de Melo | 1 | -0/+6 |
2011-03-01 | USB: ffs-test: fix header path | Davidlohr Bueso | 1 | -2/+2 |
2011-02-28 | perf symbols: Fix vmlinux path when not using --symfs | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2011-02-28 | perf timechart: Fix max number of cpus | Thomas Renninger | 1 | -3/+3 |
2011-02-28 | perf timechart: Fix black idle boxes in the title | Thomas Renninger | 1 | -3/+3 |
2011-02-25 | perf ui browser: Introduce ui_browser__show_title | Arnaldo Carvalho de Melo | 2 | -4/+17 |
2011-02-25 | perf top browser: Fix up exit keys | Arnaldo Carvalho de Melo | 1 | -0/+7 |
2011-02-25 | perf hists: Print number of samples, not the period sum | Arnaldo Carvalho de Melo | 1 | -2/+5 |
2011-02-23 | perf annotate: Show better message when no vmlinux is found | Arnaldo Carvalho de Melo | 2 | -10/+13 |
2011-02-23 | perf lock: Document valid sort keys | Marcin Slusarz | 2 | -3/+11 |
2011-02-23 | perf top browser: Adjust the browser indexes when refreshing | Arnaldo Carvalho de Melo | 1 | -0/+23 |
2011-02-22 | perf top: Live TUI Annotation | Arnaldo Carvalho de Melo | 5 | -58/+156 |
2011-02-22 | perf probe: Remove redundant checks | Arnaldo Carvalho de Melo | 2 | -4/+3 |
2011-02-22 | perf evsel: Fix inverted test for fixing up attr.inherit flag | Arnaldo Carvalho de Melo | 1 | -2/+13 |
2011-02-22 | perf probe: Fix error propagation leading to segfault | Arnaldo Carvalho de Melo | 2 | -2/+7 |
2011-02-18 | perf tools: Makefile: Remove various and sundry cruft | Michael Witten | 3 | -223/+10 |
2011-02-18 | perf tools: Makefile: Remove tool-specific cruft | Michael Witten | 1 | -72/+1 |
2011-02-18 | perf tools: Makefile: Remove platform-specific cruft | Michael Witten | 2 | -250/+8 |
2011-02-18 | perf tools: Makefile: Remove vestigial git-specific cruft | Michael Witten | 1 | -61/+1 |
2011-02-18 | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm... | Ingo Molnar | 10 | -31/+177 |
2011-02-17 | USB: tools: Add a Makefile | Davidlohr Bueso | 1 | -0/+13 |
2011-02-17 | Merge 2.6.38-rc5 into usb-next | Greg Kroah-Hartman | 29 | -215/+255 |
2011-02-17 | perf list: Allow filtering list of events | Arnaldo Carvalho de Melo | 4 | -23/+142 |
2011-02-17 | perf report: Tell the user when a perf.data file has no samples | Arnaldo Carvalho de Melo | 1 | -0/+6 |
2011-02-17 | perf record: Delay setting the header writing atexit call | Arnaldo Carvalho de Melo | 1 | -5/+5 |
2011-02-17 | perf hists: Print number of samples, not the period sum | Arnaldo Carvalho de Melo | 1 | -2/+5 |
2011-02-17 | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm... | Ingo Molnar | 10 | -20/+85 |
2011-02-17 | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 1 | -1/+1 |
2011-02-17 | perf: make perf stat print user provided full event names | Stephane Eranian | 3 | -0/+18 |