summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | ktest: Added patchcheckSteven Rostedt2010-11-181-2/+140
| * | | | | ktest: Added reboot on successSteven Rostedt2010-11-181-1/+6
| * | | | | ktest: Added better console, add test buildSteven Rostedt2010-11-181-48/+159
| * | | | | ktest: Bisecting, install modules, add loggingSteven Rostedt2010-11-181-94/+227
| * | | | | ktest: New features reboot on error, make optionsSteven Rostedt2010-11-181-16/+46
| * | | | | ktest: New features: noclean, dodie, poweroff on error and successSteven Rostedt2010-11-181-21/+94
| * | | | | Initial start of ktest.plSteven Rostedt2010-11-181-0/+334
* | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-1110-78/+220
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | perf session: Fix infinite loop in __perf_session__process_eventsArnaldo Carvalho de Melo2011-01-101-1/+1
| * | | | | perf evsel: Support perf_evsel__open(cpus > 1 && threads > 1)Arnaldo Carvalho de Melo2011-01-102-33/+159
| * | | | | perf sched: Use PTHREAD_STACK_MIN to avoid pthread_attr_setstacksize() failJiri Pirko2011-01-101-1/+2
| * | | | | perf tools: Emit clearer message for sys_perf_event_open ENOENT returnArnaldo Carvalho de Melo2011-01-102-0/+5
| * | | | | perf stat: better error message for unsupported eventsDavid Ahern2011-01-101-0/+2
| * | | | | perf sched: Fix allocation result checkArnaldo Carvalho de Melo2011-01-101-1/+1
| * | | | | perf tools: Pass whole attr to event selectorsLin Ming2011-01-075-10/+19
| * | | | | perf tools: Build with frame pointerFrederic Weisbecker2011-01-061-1/+1
| * | | | | perf tools: Fix buffer overflow error when specifying all tracepointsHan Pingtian2011-01-061-31/+30
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2011-01-101-0/+1364
|\ \ \ \ \
| * \ \ \ \ Merge branch 'slab/next' into for-linusPekka Enberg2011-01-091-0/+1364
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | slub: move slabinfo.c to tools/slub/slabinfo.cChristoph Lameter2010-11-061-0/+1364
| | | |/ / | | |/| |
* | | | | 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