aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2011-01-072-0/+26
|\
| * [S390] perf: add DWARF register lookup for s390Heiko Carstens2011-01-052-0/+26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-01-067-0/+490
|\ \
| * \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-269-62/+161
| |\ \
| * \ \ Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2010-12-147-0/+490
| |\ \ \
| | * | | tools/virtio: virtio_test toolMichael S. Tsirkin2010-12-095-0/+487
| | * | | vhost test moduleMichael S. Tsirkin2010-12-092-0/+3
* | | | | perf script: Make some lists staticArnaldo Carvalho de Melo2011-01-051-2/+2
* | | | | perf script: Use the default lost event handlerArnaldo Carvalho de Melo2011-01-051-14/+1
* | | | | perf session: Warn about errors when processing pipe events tooArnaldo Carvalho de Melo2011-01-051-26/+31
* | | | | perf tools: Fix perf_event.h header usageStephane Eranian2011-01-052-2/+2
* | | | | perf test: Clarify some error reports in the open syscall testArnaldo Carvalho de Melo2011-01-051-7/+11
* | | | | Merge commit 'v2.6.37' into perf/coreIngo Molnar2011-01-051-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | perf: Fix callchain hit bad cast on ascii displayFrederic Weisbecker2011-01-031-1/+1
| | |_|/ | |/| |
* | | | perf timechart: Adjust perf timechart to the new power eventsThomas Renninger2011-01-043-18/+118
* | | | Merge branch 'perf/test' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2011-01-0424-519/+1013
|\ \ \ \
| * | | | perf test: Add test for counting open syscallsArnaldo Carvalho de Melo2011-01-041-0/+83
| * | | | perf evsel: Auto allocate resources needed for some methodsArnaldo Carvalho de Melo2011-01-041-0/+9
| * | | | perf evsel: Use {cpu,thread}_map to shorten list of parametersArnaldo Carvalho de Melo2011-01-043-17/+22
| * | | | perf tools: Refactor all_tids to hold nr and the mapArnaldo Carvalho de Melo2011-01-045-85/+88
| * | | | perf tools: Refactor cpumap to hold nr and the mapArnaldo Carvalho de Melo2011-01-045-67/+138
| * | | | perf evsel: Introduce per cpu and per thread open helpersArnaldo Carvalho de Melo2011-01-043-58/+83
| * | | | perf evsel: Steal the counter reading routines from statArnaldo Carvalho de Melo2011-01-043-92/+196
| * | | | perf evsel: Delete the event selectors at exitArnaldo Carvalho de Melo2011-01-036-8/+16
| * | | | perf util: Move do_read from session to utilArnaldo Carvalho de Melo2011-01-035-24/+23
| * | | | perf evsel: Adopt MATCH_EVENT macro from 'stat'Arnaldo Carvalho de Melo2011-01-032-21/+20
| * | | | perf tools: Introduce event selectorsArnaldo Carvalho de Melo2011-01-0314-245/+433
* | | | | Merge commit 'v2.6.37-rc8' into perf/coreIngo Molnar2011-01-048-42/+84
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | perf probe: Fix to support libdwfl older than 0.148Masami Hiramatsu2010-12-211-30/+55
| * | | perf tools: Fix lazy wildcard matchingMasami Hiramatsu2010-12-211-1/+1
| * | | perf buildid-list: Fix error return for successArnaldo Carvalho de Melo2010-12-161-2/+1
| * | | perf buildid-cache: Fix symbolic link handlingFranck Bui-Huu2010-12-161-4/+6
| * | | perf symbols: Stop using vmlinux files with no symbolsFranck Bui-Huu2010-12-161-1/+1
| * | | perf probe: Fix use of kernel image path given by 'k' optionFranck Bui-Huu2010-12-164-5/+21
* | | | perf probe: Fix short file name probe location reportingFranck Bui-Huu2010-12-271-7/+7
* | | | perf script: Fix event ordering settings to work with older kernelsArnaldo Carvalho de Melo2010-12-251-0/+1
* | | | perf record: Fix use of sample_id_all userspace with !sample_id_all kernelsArnaldo Carvalho de Melo2010-12-251-5/+19
* | | | perf script: Finish the rename from trace to scriptArnaldo Carvalho de Melo2010-12-2531-51/+35
* | | | perf probe: Fix wrong warning in __show_one_line() if read(1) errors happenFranck Bui-Huu2010-12-221-1/+1
* | | | perf test: Look forward for symbol aliasesArnaldo Carvalho de Melo2010-12-221-4/+19
* | | | perf symbols: Improve kallsyms symbol end addr calculationArnaldo Carvalho de Melo2010-12-223-16/+45
* | | | perf probe: Handle gracefully some stupid and buggy line syntaxesFranck Bui-Huu2010-12-211-32/+60
* | | | perf probe: Don't always consider EOF as an error when listing source codeFranck Bui-Huu2010-12-211-12/+26
* | | | perf probe: Fix line range description since a single file is allowedFranck Bui-Huu2010-12-212-6/+9
* | | | perf probe: Clean up redundant tests in show_line_range()Franck Bui-Huu2010-12-211-11/+15
* | | | perf probe: Rewrite show_one_line() to make it simplerFranck Bui-Huu2010-12-211-18/+11
* | | | perf probe: Make -L display the absolute path of the dumped fileFranck Bui-Huu2010-12-211-1/+1
* | | | perf probe: Cleanup messagesMasami Hiramatsu2010-12-212-34/+38
* | | | perf symbols: Add symfs option for off-box analysis using specified treeDavid Ahern2010-12-219-19/+81
* | | | perf record,report,annotate,diff: Process events in orderIan Munsie2010-12-214-1/+10