aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-24perf header: Ensure read/write finished successfullyNamhyung Kim1-27/+36
2013-01-24perf tests: Check python path on attr and binding testNamhyung Kim3-5/+8
2013-01-24perf tests: Add event parsing test for '*:*' tracepointsJiri Olsa1-0/+62
2013-01-24perf tools: Add support for wildcard in tracepoint system nameJiri Olsa1-5/+46
2013-01-24perf tools: Add missing closedir in multi tracepoint processingJiri Olsa1-0/+1
2013-01-24perf python: Fix breakage introduced by the test_attr infrastructureArnaldo Carvalho de Melo3-2/+11
2013-01-24perf test: Check for linking problems in the python bindingArnaldo Carvalho de Melo4-0/+32
2013-01-24perf evsel: Introduce perf_evsel__open_strerror methodArnaldo Carvalho de Melo7-100/+68
2013-01-24perf evsel: Introduce event fallback methodArnaldo Carvalho de Melo4-37/+37
2013-01-24perf evsel: Do missing feature fallbacks in just one placeArnaldo Carvalho de Melo6-90/+31
2013-01-24perf tests: Adjust some message log levels to help diagnosing problems in attr testsArnaldo Carvalho de Melo1-9/+18
2013-01-24perf test: Remove leftover temp file left by one of the attr testsArnaldo Carvalho de Melo1-1/+1
2013-01-24perf test: Add a test case for hists__{match,link}Namhyung Kim4-0/+508
2013-01-24perf diff: Use internal rb tree for compute resortNamhyung Kim3-11/+23
2013-01-24perf hists: Link hist entries before inserting to an output treeNamhyung Kim2-60/+54
2013-01-24perf hists: Exchange order of comparing items when collapsing histsNamhyung Kim2-4/+10
2013-01-24Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar57-1519/+1483
2013-01-23Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64Linus Torvalds1-1/+1
2013-01-22arm64: makefile: fix uname munging when setting ARCH on native machineWill Deacon1-1/+1
2013-01-10perf tools: Fix building from 'make perf-*-src-pkg' tarballsSebastian Andrzej Siewior1-0/+10
2013-01-04selftests: IPC message queue copy feature testStanislav Kinsbursky2-0/+271
2012-12-20Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds2-51/+37
2012-12-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds5-81/+728
2012-12-18virtio: tools: make it clear that virtqueue_add_buf() no longer returns > 0Rusty Russell1-2/+2
2012-12-17tools/testing/selftests/kcmp/kcmp_test.c: print reason for failure in kcmp_testDave Jones1-2/+4
2012-12-17breakpoint selftests: print failure status instead of cause make errorDave Young1-1/+1
2012-12-17kcmp selftests: print fail status instead of cause make errorDave Young1-1/+1
2012-12-17kcmp selftests: make run_tests fixDave Young1-2/+2
2012-12-17mem-hotplug selftests: print failure status instead of cause make errorDave Young1-1/+1
2012-12-17cpu-hotplug selftests: print failure status instead of cause make errorDave Young1-1/+1
2012-12-17mqueue selftests: print failure status instead of cause make errorDave Young1-2/+2
2012-12-17vm selftests: print failure status instead of cause make errorDave Young1-1/+1
2012-12-13Merge tag 'ktest-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktestLinus Torvalds2-8/+158
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-12-13Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394Linus Torvalds1-0/+4
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2012-12-11ktest: Test if target machine is up before installSteven Rostedt1-0/+10
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds141-3599/+7570
2012-12-11Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds2-2/+256
2012-12-11ktest: Fix breakage from change of oldnoconfig to olddefconfigSteven Rostedt1-4/+8
2012-12-11selftests: add a test program for variable huge page sizes in mmap/shmgetAndi Kleen2-2/+256
2012-12-11ktest: Add native support for syslinux boot loaderSteven Rostedt2-2/+48
2012-12-11Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-13/+27
2012-12-11Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds11-60/+110
2012-12-11perf top: Use perf_evlist__config()Arnaldo Carvalho de Melo4-157/+79
2012-12-11perf record: Export the callchain parsing routine and helpArnaldo Carvalho de Melo2-5/+11
2012-12-11perf record: Pass perf_record_opts to the callchain cmdline parsing callbackArnaldo Carvalho de Melo1-13/+11
2012-12-11perf evsel: Decode read_format and sample_type in perf_evsel__fprintfArnaldo Carvalho de Melo1-2/+50
2012-12-11perf tools: Add install-bin Makefile targetArnaldo Carvalho de Melo1-1/+3
2012-12-11perf evsel: Adopt fprintf routine from 'perf evlist'Arnaldo Carvalho de Melo3-79/+87