aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2012-10-12Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-8/+7
2012-10-11perf: fix duplicate header inclusionMichel Lespinasse1-1/+0
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/mmar...Linus Torvalds2-2/+2
2012-10-08Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds5-36/+870
2012-10-07Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds7-0/+806
2012-10-06Merge branches 'acpica', 'acpidump', 'intel-idle', 'misc', 'module_acpi_drive...Len 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/...Linus Torvalds4-112/+1033
2012-10-01Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+6
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds151-4509/+10836
2012-10-01Merge tag 'ktest-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-1/+3
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus 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-27kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name as ...Adam Lee1-8/+7
2012-09-27perf probe: Print an enum type variable in "enum variable-name" format when s...Hyeoncheol 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
2012-09-24tools lib traceevent: Use calloc were applicableArnaldo Carvalho de Melo1-30/+14
2012-09-24tools lib traceevent: Use asprintf were applicableArnaldo Carvalho de Melo1-27/+31
2012-09-24perf tools: bfd.h/libbfd detection fails with recent binutilsMarkus Trippelsdorf2-1/+2
2012-09-24tools lib traceevent: Free field if an error occurs on process_flags/symbolsNamhyung Kim1-4/+8
2012-09-24tools lib traceevent: Free field if an error occurs on process_fieldsNamhyung Kim1-5/+7
2012-09-24tools lib traceevent: Make sure that arg->op.right is set properlyNamhyung Kim1-0/+3
2012-09-24tools lib traceevent: Fix error path on process_array()Namhyung Kim1-2/+1
2012-09-24perf tools: remove sscanf extension %asIrina Tirdea2-17/+37
2012-09-24perf header: Remove perf_header__read_featureNamhyung Kim2-60/+1
2012-09-24perf kvm: Use perf_session_env for reading cpuidNamhyung Kim1-9/+1
2012-09-24perf header: Remove unused @feat arg from ->process callbackNamhyung Kim1-35/+35
2012-09-24perf header: Use pre-processed session env when printingNamhyung Kim1-141/+66
2012-09-24perf header: Add ->process callbacks to most of featuresNamhyung Kim1-11/+308
2012-09-24perf header: Add struct perf_session_envNamhyung Kim1-0/+24
2012-09-24perf timechart: Use zalloc and fix a couple leaksArnaldo Carvalho de Melo1-26/+14
2012-09-24perf lock: Use perf_evsel__intval and perf_session__set_tracepoints_handlersArnaldo Carvalho de Melo1-146/+87
2012-09-24perf kmem: Use perf_evsel__intval and perf_session__set_tracepoints_handlersArnaldo Carvalho de Melo1-45/+45
2012-09-24perf kvm: Use perf_evsel__intvalArnaldo Carvalho de Melo1-63/+67
2012-09-22Merge branch 'acpidump' into acpicaLen Brown3-0/+637
2012-09-22tools/power/acpi/acpidump: create acpidump(8), local make install targetsLen Brown2-0/+63
2012-09-22tools/power/acpi/acpidump: version 20101221 - find dynamic tables in sysfsLen Brown1-98/+89
2012-09-22tools/power/acpi/acpidump: version 20071116Len Brown1-2/+5
2012-09-22tools/power/acpi/acpidump: version 20070714Len Brown2-31/+103
2012-09-22tools/power/acpi/acpidump: version 20060606Len Brown1-38/+59
2012-09-22tools/power/acpi/acpidump: version 20051111Len Brown2-0/+487
2012-09-21perf kvm: Events analysis toolXiao Guangrong6-6/+929
2012-09-21perf tools: Fix parallel buildEric Sandeen1-2/+2
2012-09-20perf record: Print event causing perf_event_open() to failStephane Eranian1-2/+4
2012-09-20perf tools: Fix a compiling error in util/map.cFeng Tang1-3/+2
2012-09-20perf tools: Fix a compiling error in trace-event-perl.c for 32 bits machineFeng Tang1-1/+1
2012-09-17perf stat: Check PMU cpumask fileYan, Zheng7-22/+82
2012-09-17perf report: Add missing perf_hpp__init for pipe-modeNamhyung Kim1-1/+3
2012-09-17perf scripts: Export a find_scripts() functionFeng Tang2-0/+56
2012-09-17perf scripts: Add event_analyzing_sample-record/reportFeng Tang2-0/+11
2012-09-17perf scripts: Add --symbols option to handle specific symbolsFeng Tang1-0/+3
2012-09-17perf symbols: Filter samples with unresolved symbol when "--symbols" option i...Feng Tang1-2/+3
2012-09-17perf archive: Make 'f' the last parameter for tarIrina Tirdea1-1/+1
2012-09-17perf archive: Remove -f from the rm commandIrina Tirdea1-2/+2
2012-09-17perf stat: Move stats related code to util/stat.cXiao Guangrong4-54/+76
2012-09-17perf report: Enable integrated annotation only if possibleNamhyung Kim1-6/+6
2012-09-17perf tools: Add sort__has_symNamhyung Kim2-0/+6
2012-09-17arm64: Performance counters supportWill Deacon1-0/+6
2012-09-16Merge 3.6-rc6 into usb-nextGreg Kroah-Hartman1-0/+2
2012-09-16Merge 3.6-rc7 into driver-core-nextGreg Kroah-Hartman1-0/+2
2012-09-14perf hists browser: Fix first column printingNamhyung Kim1-2/+2
2012-09-14perf hists browser: Fix output for 100.00%Namhyung Kim3-16/+16
2012-09-14tools lib traceevent: Define _GNU_SOURCE in MakefileArnaldo Carvalho de Melo2-2/+1
2012-09-14perf sched: Fixup for the die() removalNamhyung Kim1-7/+7
2012-09-14perf test: Fixup for the die() removalNamhyung Kim1-4/+4
2012-09-14perf probe: Add union member access supportHyeoncheol Lee1-8/+16
2012-09-11perf sched: Don't read all tracepoint variables in advanceArnaldo Carvalho de Melo1-180/+97
2012-09-11perf sched: Use perf_evsel__{int,str}valArnaldo Carvalho de Melo1-159/+90
2012-09-11perf evsel: Introduce perf_evsel__{str,int}val methodsArnaldo Carvalho de Melo2-0/+42
2012-09-11perf sched: Use perf_tool as ancestorArnaldo Carvalho de Melo1-574/+562
2012-09-11perf sched: Remove unused thread parameterArnaldo Carvalho de Melo1-15/+8
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea76-418/+498
2012-09-11perf tools: Back [vdso] DSO with real dataJiri Olsa8-26/+194
2012-09-11perf symbols: Make dsos__find function globally availableJiri Olsa2-1/+2
2012-09-11perf tools: Add memdup functionJiri Olsa2-1/+19
2012-09-11perf tools: Do backtrace post unwind only if we regs and stack were capturedJiri Olsa1-0/+5
2012-09-11perf tools: fix ALIGN redefinition in system headersIrina Tirdea6-19/+19
2012-09-11perf tools: include __WORDSIZE definitionIrina Tirdea1-0/+4
2012-09-11perf tools: Update types definitions for AndroidIrina Tirdea3-0/+21
2012-09-11perf tools: Add missing perf_regs.h file to MANIFESTArnaldo Carvalho de Melo1-0/+1
2012-09-11perf tools: include wrapper for magic.hIrina Tirdea3-1/+14
2012-09-10tools/hv: Parse /etc/os-releaseBen Hutchings1-4/+55
2012-09-10tools/hv: Check for read/write errorsBen Hutchings1-3/+19
2012-09-10tools/hv: Fix exit() error codeBen Hutchings1-11/+11
2012-09-10tools/hv: Fix file handle leakBen Hutchings1-1/+2
2012-09-10Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFOK. Y. Srinivasan1-3/+90
2012-09-10Tools: hv: Rename the function kvp_get_ip_address()K. Y. Srinivasan1-3/+3
2012-09-10Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFOK. Y. Srinivasan1-0/+443
2012-09-10Tools: hv: Add an example script to configure an interfaceK. Y. Srinivasan1-0/+68
2012-09-10Tools: hv: Gather DHCP informationK. Y. Srinivasan1-0/+31
2012-09-10Tools: hv: Add an example script to retrieve dhcp stateK. Y. Srinivasan1-0/+28
2012-09-10tools/usb: remove last USBFS userSebastian Andrzej Siewior1-24/+1
2012-09-09perf kmem: Remove die() callsArnaldo Carvalho de Melo1-41/+67
2012-09-09perf sched: Remove die() callsArnaldo Carvalho de Melo1-102/+179
2012-09-09perf test: Remove die() callsArnaldo Carvalho de Melo1-6/+8
2012-09-08perf symbols: Remove BIONIC wrapper around libgen.hDavid Ahern1-2/+0
2012-09-08perf probe: Make a copy of exec path for passing to basenameDavid Ahern1-2/+10
2012-09-08perf annotate: Make a copy of filename for passing to basenameDavid Ahern1-1/+8
2012-09-08perf gtk/browser: Use perf_hpp__format functionsNamhyung Kim3-16/+87
2012-09-08perf hists browser: Use perf_hpp__format functionsNamhyung Kim2-23/+77
2012-09-08perf hists: Use perf_hpp__format->width to calculate the column widthsNamhyung Kim2-33/+27
2012-09-08perf hists: Handle field separator properlyNamhyung Kim2-27/+50
2012-09-08perf hists: Introduce perf_hpp for hist period printingNamhyung Kim6-200/+426
2012-09-08perf bench: fix assert when NDEBUG is definedIrina Tirdea2-3/+7
2012-09-07perf tools: Fix build for another rbtree.c changeAdrian Hunter1-0/+1
2012-09-07perf tools: add NO_BACKTRACE for application self-debuggingIrina Tirdea3-0/+28
2012-09-07tools lib traceevent: replace mempcpy with memcpyIrina Tirdea1-2/+2
2012-09-07perf tools: replace mkostemp with mkstempIrina Tirdea1-1/+1
2012-09-07perf tools: include missing pthread.h headerIrina Tirdea2-0/+2
2012-09-07perf tools: fix missing winsize definitionIrina Tirdea2-0/+2
2012-09-07perf tools: include basename for non-glibc systemsIrina Tirdea1-0/+3
2012-09-07perf tools: Replace sort's standalone field_sep with symbol_conf.field_sepJiri Olsa2-5/+2
2012-09-07perf diff: Make diff command work with evsel histsJiri Olsa4-35/+72
2012-09-07tools lib traceevent: Get rid of die() from pevent_register_print_functionNamhyung Kim2-7/+22
2012-09-07tools lib traceevent: Get rid of die() from pevent_register_event_handlerNamhyung Kim1-2/+11
2012-09-07tools lib traceevent: Get rid of die() from pretty_print()Namhyung Kim1-11/+32
2012-09-07perf tools: Ignore compiled python binariesNamhyung Kim1-0/+2
2012-09-06perf tools: Fix cache event name generationJiri Olsa1-1/+1
2012-09-06perf test: Add roundtrip test for hardware cache eventsArnaldo Carvalho de Melo1-0/+61
2012-09-06perf evlist: Add fprintf methodArnaldo Carvalho de Melo2-0/+15
2012-09-06perf tools: Remove extraneous newline when parsing hardware cache eventsArnaldo Carvalho de Melo1-1/+1
2012-09-06perf test: Add round trip test for sw and hw event namesArnaldo Carvalho de Melo3-5/+60
2012-09-06perf header: Prepare tracepoint events regardless of nameNamhyung Kim1-14/+22
2012-09-06perf header: Fix a typo on evselNamhyung Kim1-1/+1
2012-09-06perf tools: Clean target should do clean for lib/traceevent tooDavid Ahern1-1/+4
2012-09-05perf tools: Allow user to indicate path to objdump in command lineMaciek Borzecki6-1/+14
2012-09-05perf tools: Replace mempcpy with memcpyIrina Tirdea1-2/+2
2012-09-05perf header: Swap pmu mapping numbers if neededNamhyung Kim1-0/+6
2012-09-05perf header: Set tracepoint event name only if not setNamhyung Kim1-1/+1
2012-09-05perf header: Use evlist->nr_entries on write_event_desc()Namhyung Kim1-3/+2
2012-09-05perf tools: remove unneeded include of network header filesDavid Ahern2-9/+4
2012-09-05perf tools: Remove the node from rblist in strlist__removeSuzuki K. Poulose1-1/+1
2012-09-05perf tools: Fix intlist node removalSuzuki K. Poulose1-2/+2
2012-09-05perf tools: Fix x86 builds with ARCH specified on the command lineDavid Ahern1-2/+2
2012-09-05perf record: Remove use of die/exitDavid Ahern1-49/+109
2012-09-05perf script: Remove use of die/exitDavid Ahern1-19/+41
2012-09-05perf help: Remove use of die and handle errorsDavid Ahern1-14/+34
2012-09-05perf stat: Remove use of die/exit and handle errorsDavid Ahern1-3/+4
2012-09-05perf lock: Remove use of die and handle errorsDavid Ahern1-57/+124
2012-09-05perf tool: handle errors in synthesized event functionsDavid Ahern1-9/+26
2012-09-05perf session: flush_sample_queue needs to handle errors from handlersDavid Ahern1-9/+15
2012-09-05tools lib traceevent: Modify header to work in C++ programsSteven Rostedt1-2/+2
2012-09-04Tools: hv: Gather DNS informationK. Y. Srinivasan1-0/+23
2012-09-04Tools: hv: Add an example script to retrieve DNS entriesK. Y. Srinivasan1-0/+13
2012-09-04Tools: hv: Correctly type string variablesK. Y. Srinivasan1-4/+4
2012-09-04Tools: hv: Get rid of some unused variablesK. Y. Srinivasan1-2/+1
2012-09-01tools: perf: Fix typo in tools/perfMasanari Iida3-3/+3
2012-09-01tools/testing: fix comment / output typosMasanari Iida3-5/+5
2012-08-27Merge 3.6-rc3 into driver-core-nextGreg Kroah-Hartman24-187/+498
2012-08-23tools lib traceevent: Fix off-by-one bug in pevent_strerror()Namhyung Kim1-1/+1
2012-08-22tools lib traceevent: Fix strerror_r() use in pevent_strerrorNamhyung Kim2-1/+12
2012-08-22tools lib traceevent: Introduce pevent_strerrorNamhyung Kim2-6/+57
2012-08-22tools lib traceevent: Introduce pevent_errnoNamhyung Kim2-22/+54
2012-08-22tools lib traceevent: Do not link broken field arg for an old ftrace eventNamhyung Kim1-3/+3
2012-08-22perf tools: Keep the perf_event_attr on version 3Jiri Olsa1-1/+0
2012-08-22perf tools: Add pmu mappings to header informationRobert Richter4-2/+129
2012-08-22perf report: Update event names from header descriptionRobert Richter1-1/+51
2012-08-22perf tools: Refactor print_event_desc()Robert Richter1-41/+93
2012-08-22perf tools: Catch event names from command lineRobert Richter5-18/+78
2012-08-22perf test: Do not abort tests on errorRobert Richter1-10/+14
2012-08-22perf tools: Fix 'No libunwind found' make warning messageJiri Olsa1-1/+1
2012-08-21perf tools: Add missing files to build the python bindingArnaldo Carvalho de Melo1-0/+2
2012-08-20perf hists: Rename and move some functionsNamhyung Kim3-27/+32