aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-09rbtree: adjust node color in __rb_erase_color() only when necessaryMichel Lespinasse1-0/+1
2012-10-08Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds2-2/+2
2012-10-08Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds5-36/+870
2012-10-07Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds7-0/+806
2012-10-06Merge branches 'acpica', 'acpidump', 'intel-idle', 'misc', 'module_acpi_driver-simplify', 'turbostat' and 'usb3' into releaseLen Brown5-36/+870
2012-10-06tools/power/turbostat: add option to count SMIs, re-name some optionsLen Brown2-15/+20
2012-10-06epoll: support for disabling items, and a self-test appPaton J. Lewis3-1/+356
2012-10-04lguest: fix occasional crash in example launcher.Rusty Russell1-0/+1
2012-10-03kbuild: Fix gcc -x syntaxJean Delvare2-2/+2
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-24/+1
2012-10-01Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds4-112/+1033
2012-10-01Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64Linus Torvalds1-0/+6
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds151-4509/+10836
2012-10-01Merge tag 'ktest-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktestLinus Torvalds1-1/+3
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds6-8/+8
2012-09-28tools: Fix pthread flag for Makefile of trace-agent used by virtio-traceYoshihiro YUNOMAE1-4/+3
2012-09-28tools: Add guest trace agent as a user toolYoshihiro YUNOMAE6-0/+806
2012-09-27tools/power turbostat: add [-d MSR#][-D MSR#] options to print counter deltasLen Brown2-44/+94
2012-09-27perf trace: Add aliases for some syscallsArnaldo Carvalho de Melo1-8/+18
2012-09-27perf probe: Print an enum type variable in "enum variable-name" format when showing accessible variablesHyeoncheol Lee1-0/+2
2012-09-27perf tools: Check libaudit availability for perf-trace builtinNamhyung Kim3-2/+27
2012-09-26perf hists: Add missing period_* fields when collapsing a hist entryNamhyung Kim1-2/+7
2012-09-26perf trace: New toolArnaldo Carvalho de Melo6-1/+358
2012-09-26perf evsel: Export the event_format constructorArnaldo Carvalho de Melo2-1/+4
2012-09-26perf evsel: Introduce rawptr() methodArnaldo Carvalho de Melo2-2/+9
2012-09-26tools/power turbostat: add [-m MSR#] optionLen Brown2-16/+66
2012-09-26tools/power turbostat: make -M output prettyLen Brown1-4/+6
2012-09-26tools/power turbostat: print more turbo-limit informationLen Brown1-2/+93
2012-09-26tools/power turbostat: delete unused lineLen Brown1-1/+0
2012-09-26tools/power turbostat: run on IVB XeonLen Brown1-2/+2
2012-09-26perf tools: Use perf_evsel__newtp in the event parserArnaldo Carvalho de Melo1-30/+16
2012-09-26perf evsel: The tracepoint constructor should store sys:nameArnaldo Carvalho de Melo1-4/+5
2012-09-26ktest: Fix ELSE IF statementsSteven Rostedt1-1/+3
2012-09-26perf evlist: Introduce set_filter() methodArnaldo Carvalho de Melo4-18/+48
2012-09-26perf evlist: Renane set_filters method to apply_filtersArnaldo Carvalho de Melo4-4/+4
2012-09-26perf test: Add test to check we correctly parse and match syscall open parmsArnaldo Carvalho de Melo1-0/+116
2012-09-26perf evsel: Handle endianity in intval methodArnaldo Carvalho de Melo1-4/+34
2012-09-26perf evsel: Know if byte swap is neededArnaldo Carvalho de Melo9-18/+24
2012-09-26perf tools: Allow handling a NULL cpu_map as meaning "all cpus"Arnaldo Carvalho de Melo2-6/+17
2012-09-26perf evsel: Improve tracepoint constructor setupArnaldo Carvalho de Melo1-1/+5
2012-09-25tools lib traceevent: Fix error path on pevent_parse_eventNamhyung Kim1-4/+4
2012-09-25perf test: Fix build failureNamhyung Kim1-2/+2
2012-09-25tools/power/acpi/acpidump: create acpidump(8), local make install targetsLen Brown2-0/+63
2012-09-25tools/power/acpi/acpidump: version 20101221 - find dynamic tables in sysfsYakui Zhao1-98/+89
2012-09-24tools lib traceevent: Handle alloc_arg failureNamhyung Kim1-2/+95
2012-09-24perf test: Add test for the sched tracepoint format fieldsArnaldo Carvalho de Melo1-0/+86
2012-09-24perf evsel: Provide a new constructor for tracepointsArnaldo Carvalho de Melo2-6/+87
2012-09-24tools lib traceevent: Carve out events format parsing routineArnaldo Carvalho de Melo2-24/+75
2012-09-24tools lib traceevent: Remove some die() callsArnaldo Carvalho de Melo1-74/+175
2012-09-24tools lib traceevent: Fix afterlife gotosArnaldo Carvalho de Melo1-3/+3