aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ktest-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2012-12-132-8/+158
|\
| * ktest: Test if target machine is up before installSteven Rostedt2012-12-111-0/+10
| * ktest: Fix breakage from change of oldnoconfig to olddefconfigSteven Rostedt2012-12-111-4/+8
| * ktest: Add native support for syslinux boot loaderSteven Rostedt2012-12-112-2/+48
| * ktest: Sync before rebootSteven Rostedt2012-12-111-0/+3
| * ktest: Add support for grub2Steven Rostedt2012-11-132-4/+91
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\ \
| * | treewide: Fix typos in various driversMasanari Iida2012-12-031-1/+1
* | | Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-12-131-0/+4
|\ \ \
| * | | tools/firewire: nosy-dump: check for allocation failureStefan Richter2012-12-021-0/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-121-1/+1
|\ \ \ \
| * | | | tools:virtio: fix compilation warningCong Ding2012-12-061-1/+1
| |/ / /
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-11141-3599/+7570
|\ \ \ \
| * \ \ \ Merge branch 'linus' into perf/coreIngo Molnar2012-12-0820-449/+140
| |\ \ \ \
| * | | | | perf evsel: Introduce is_group_member methodArnaldo Carvalho de Melo2012-11-145-16/+23
| * | | | | perf powerpc: Use uapi/unistd.h to fix build errorSukadev Bhattiprolu2012-11-141-1/+1
| * | | | | tools: Pass the target in descendDavid Howells2012-11-141-2/+2
| * | | | | tools: Honour the O= flag when tool build called from a higher MakefileDavid Howells2012-11-141-4/+13
| * | | | | tools: Define a Makefile function to do subdir processingDavid Howells2012-11-142-12/+20
| * | | | | perf ui: Always compile browser setup codeNamhyung Kim2012-11-143-40/+30
| * | | | | perf ui: Add ui_progress__finish()Namhyung Kim2012-11-145-0/+19
| * | | | | perf ui gtk: Implement ui_progress functionsNamhyung Kim2012-11-144-0/+54
| * | | | | perf ui: Introduce generic ui_progress helperNamhyung Kim2012-11-146-12/+41
| * | | | | perf ui tui: Move progress.c under ui/tui directoryNamhyung Kim2012-11-142-5/+5
| * | | | | perf tools: Add basic event modifier sanity checkJiri Olsa2012-11-142-1/+25
| * | | | | perf tools: Omit group members from perf_evlist__disable/enableJiri Olsa2012-11-141-0/+4
| * | | | | perf tools: Ensure single disable call per event in record comandJiri Olsa2012-11-141-1/+4
| * | | | | perf tools: Fix 'disabled' attribute config for record commandJiri Olsa2012-11-144-3/+56
| * | | | | perf tools: Fix attributes for '{}' defined event groupsJiri Olsa2012-11-148-28/+20
| * | | | | perf tools: Use sscanf for parsing /proc/pid/mapsNamhyung Kim2012-11-141-43/+31
| * | | | | perf tools: Add gtk.<command> config option for launching GTK browserNamhyung Kim2012-11-141-5/+10
| * | | | | perf tools: Fix compile error on NO_NEWT=1 buildNamhyung Kim2012-11-141-1/+1
| * | | | | perf hists: Initialize all of he->stat with zeroesArnaldo Carvalho de Melo2012-11-141-3/+2
| * | | | | perf tools: Stop using 'self' in pstackArnaldo Carvalho de Melo2012-11-141-23/+23
| * | | | | perf tests: Check for mkstemp return value in dso-data testJiri Olsa2012-11-141-0/+4
| * | | | | perf tests: Final cleanup for builtin-test moveJiri Olsa2012-11-148-33/+16
| * | | | | perf tests: Move pmu tests into separate objectJiri Olsa2012-11-146-185/+191
| * | | | | perf tests: Move test__syscall_open_tp_fields into separate objectJiri Olsa2012-11-144-112/+119
| * | | | | perf tests: Move perf_evsel__tp_sched_test into separate objectJiri Olsa2012-11-144-82/+87
| * | | | | perf tests: Move perf_evsel__roundtrip_name_test into separate objectJiri Olsa2012-11-144-111/+117
| * | | | | perf tests: Move test__rdpmc into separate objectJiri Olsa2012-11-144-168/+177
| * | | | | perf tests: Move test__PERF_RECORD into separate objectJiri Olsa2012-11-144-307/+314
| * | | | | perf tests: Move test__basic_mmap into separate objectJiri Olsa2012-11-144-157/+164
| * | | | | perf tests: Move test__open_syscall_event_on_all_cpus into separate objectJiri Olsa2012-11-144-114/+122
| * | | | | perf tests: Move test__open_syscall_event into separate objectJiri Olsa2012-11-145-84/+103
| * | | | | perf tests: Move test__vmlinux_matches_kallsyms into separate objectJiri Olsa2012-11-144-221/+239
| * | | | | tools lib traceevent: Use 'const' in variables pointing to const stringsArnaldo Carvalho de Melo2012-11-091-4/+4
| * | | | | tools lib traceevent: Handle INVALID_ARG_TYPE errno in pevent_strerrorArnaldo Carvalho de Melo2012-11-091-0/+1
| * | | | | tools lib traceevent: No need to check for < 0 on an unsigned enumArnaldo Carvalho de Melo2012-11-091-1/+1
| * | | | | tools lib traceevent: Avoid comparisions between signed/unsignedArnaldo Carvalho de Melo2012-11-091-2/+2