Age | Commit message (Expand) | Author | Files | Lines |
2011-01-08 | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2 | -0/+26 |
2011-01-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 7 | -0/+490 |
2011-01-05 | perf script: Make some lists static | Arnaldo Carvalho de Melo | 1 | -2/+2 |
2011-01-05 | perf script: Use the default lost event handler | Arnaldo Carvalho de Melo | 1 | -14/+1 |
2011-01-05 | perf session: Warn about errors when processing pipe events too | Arnaldo Carvalho de Melo | 1 | -26/+31 |
2011-01-05 | perf tools: Fix perf_event.h header usage | Stephane Eranian | 2 | -2/+2 |
2011-01-05 | perf test: Clarify some error reports in the open syscall test | Arnaldo Carvalho de Melo | 1 | -7/+11 |
2011-01-05 | Merge commit 'v2.6.37' into perf/core | Ingo Molnar | 1 | -1/+1 |
2011-01-05 | [S390] perf: add DWARF register lookup for s390 | Heiko Carstens | 2 | -0/+26 |
2011-01-04 | perf timechart: Adjust perf timechart to the new power events | Thomas Renninger | 3 | -18/+118 |
2011-01-04 | Merge branch 'perf/test' of git://git.kernel.org/pub/scm/linux/kernel/git/acm... | Ingo Molnar | 24 | -519/+1013 |
2011-01-04 | Merge commit 'v2.6.37-rc8' into perf/core | Ingo Molnar | 8 | -42/+84 |
2011-01-04 | perf test: Add test for counting open syscalls | Arnaldo Carvalho de Melo | 1 | -0/+83 |
2011-01-04 | perf evsel: Auto allocate resources needed for some methods | Arnaldo Carvalho de Melo | 1 | -0/+9 |
2011-01-04 | perf evsel: Use {cpu,thread}_map to shorten list of parameters | Arnaldo Carvalho de Melo | 3 | -17/+22 |
2011-01-04 | perf tools: Refactor all_tids to hold nr and the map | Arnaldo Carvalho de Melo | 5 | -85/+88 |
2011-01-04 | perf tools: Refactor cpumap to hold nr and the map | Arnaldo Carvalho de Melo | 5 | -67/+138 |
2011-01-04 | perf evsel: Introduce per cpu and per thread open helpers | Arnaldo Carvalho de Melo | 3 | -58/+83 |
2011-01-04 | perf evsel: Steal the counter reading routines from stat | Arnaldo Carvalho de Melo | 3 | -92/+196 |
2011-01-03 | perf evsel: Delete the event selectors at exit | Arnaldo Carvalho de Melo | 6 | -8/+16 |
2011-01-03 | perf util: Move do_read from session to util | Arnaldo Carvalho de Melo | 5 | -24/+23 |
2011-01-03 | perf evsel: Adopt MATCH_EVENT macro from 'stat' | Arnaldo Carvalho de Melo | 2 | -21/+20 |
2011-01-03 | perf tools: Introduce event selectors | Arnaldo Carvalho de Melo | 14 | -245/+433 |
2011-01-03 | perf: Fix callchain hit bad cast on ascii display | Frederic Weisbecker | 1 | -1/+1 |
2010-12-28 | perf probe: Fix short file name probe location reporting | Franck Bui-Huu | 1 | -7/+7 |
2010-12-27 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 9 | -62/+161 |
2010-12-25 | perf script: Fix event ordering settings to work with older kernels | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2010-12-25 | perf record: Fix use of sample_id_all userspace with !sample_id_all kernels | Arnaldo Carvalho de Melo | 1 | -5/+19 |
2010-12-25 | perf script: Finish the rename from trace to script | Arnaldo Carvalho de Melo | 31 | -51/+35 |
2010-12-23 | perf probe: Fix wrong warning in __show_one_line() if read(1) errors happen | Franck Bui-Huu | 1 | -1/+1 |
2010-12-23 | perf test: Look forward for symbol aliases | Arnaldo Carvalho de Melo | 1 | -4/+19 |
2010-12-23 | perf symbols: Improve kallsyms symbol end addr calculation | Arnaldo Carvalho de Melo | 3 | -16/+45 |
2010-12-22 | perf probe: Fix to support libdwfl older than 0.148 | Masami Hiramatsu | 1 | -30/+55 |
2010-12-22 | perf tools: Fix lazy wildcard matching | Masami Hiramatsu | 1 | -1/+1 |
2010-12-21 | perf probe: Handle gracefully some stupid and buggy line syntaxes | Franck Bui-Huu | 1 | -32/+60 |
2010-12-21 | perf probe: Don't always consider EOF as an error when listing source code | Franck Bui-Huu | 1 | -12/+26 |
2010-12-21 | perf probe: Fix line range description since a single file is allowed | Franck Bui-Huu | 2 | -6/+9 |
2010-12-21 | perf probe: Clean up redundant tests in show_line_range() | Franck Bui-Huu | 1 | -11/+15 |
2010-12-21 | perf probe: Rewrite show_one_line() to make it simpler | Franck Bui-Huu | 1 | -18/+11 |
2010-12-21 | perf probe: Make -L display the absolute path of the dumped file | Franck Bui-Huu | 1 | -1/+1 |
2010-12-22 | perf probe: Cleanup messages | Masami Hiramatsu | 2 | -34/+38 |
2010-12-22 | perf symbols: Add symfs option for off-box analysis using specified tree | David Ahern | 9 | -19/+81 |
2010-12-22 | perf record,report,annotate,diff: Process events in order | Ian Munsie | 4 | -1/+10 |
2010-12-22 | perf session: Fallback to unordered processing if no sample_id_all | Ian Munsie | 14 | -15/+31 |
2010-12-16 | perf buildid-list: Fix error return for success | Arnaldo Carvalho de Melo | 1 | -2/+1 |
2010-12-16 | perf buildid-cache: Fix symbolic link handling | Franck Bui-Huu | 1 | -4/+6 |
2010-12-16 | perf symbols: Stop using vmlinux files with no symbols | Franck Bui-Huu | 1 | -1/+1 |
2010-12-16 | perf probe: Fix use of kernel image path given by 'k' option | Franck Bui-Huu | 4 | -5/+21 |
2010-12-16 | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 3 | -11/+65 |
2010-12-14 | Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 7 | -0/+490 |