aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2012-11-09revert "epoll: support for disabling items, and a self-test app"Andrew Morton3-356/+1
2012-10-28Merge tag 'ktest-v3.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-2/+4
2012-10-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-11/+22
2012-10-26ktest: Fix ktest confusion with CONFIG_MODULES_USE_ELF_RELASteven Rostedt1-2/+4
2012-10-25tools/testing/selftests/epoll/test_epoll.c: fix buildDaniel Hazelton1-2/+2
2012-10-25UAPI: fix tools/vm/page-types.cDavid Howells1-1/+1
2012-10-22perf test: Fix exclude_guest parse events testsJiri Olsa1-4/+8
2012-10-22perf tools: do not flush maps on COMM for perf reportLuigi Semenzato1-1/+0
2012-10-22perf help: Fix --help for builtinsNamhyung Kim1-1/+1
2012-10-21perf trace: Check if sample raw_data field is setArnaldo Carvalho de Melo1-0/+7
2012-10-21perf trace: Validate syscall id before growing syscall tableArnaldo Carvalho de Melo1-5/+6
2012-10-20perf python: Properly link with libtraceeventArnaldo Carvalho de Melo3-14/+15
2012-10-20Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar8-6/+38
2012-10-17perf hists browser: Add back callchain folding symbolArnaldo Carvalho de Melo1-1/+1
2012-10-17perf tools: Fix build on sparc.David Miller1-1/+1
2012-10-17perf python: Link with libtraceeventArnaldo Carvalho de Melo1-0/+1
2012-10-17perf python: Initialize 'page_size' variableArnaldo Carvalho de Melo1-0/+2
2012-10-16tools lib traceevent: Fix missed freeing of subargs in free_arg() in filterSteven Rostedt1-0/+15
2012-10-16lib tools traceevent: Add back pevent assignment in __pevent_parse_format()Steven Rostedt1-3/+6
2012-10-16perf hists browser: Fix off-by-two bug on the first columnNamhyung Kim1-1/+3
2012-10-16perf tools: Remove warnings on JIT samples for srcline sort keyNamhyung Kim1-0/+3
2012-10-16perf tools: Fix segfault when using srcline sort keyNamhyung Kim1-0/+3
2012-10-16perf tool: Precise mode requires exclude_guestDavid Ahern1-0/+3
2012-10-14perf: Fix UAPI falloutIngo Molnar10-11/+11
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-1/+1
2012-10-13Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-1/+0
2012-10-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds46-1175/+1193
2012-10-13perf: Handle new rbtree implementationMarkus Trippelsdorf2-1/+4
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-09tools/power/acpi/acpidump: remove duplicated include from acpidump.cWei Yongjun1-1/+0
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-05Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar46-1175/+1193
2012-10-04perf hists: Add more helpers for hist entry statNamhyung Kim1-8/+18
2012-10-04perf hists: Move he->stat.nr_events initialization to a templateNamhyung Kim1-1/+3
2012-10-04perf hists: Introduce struct he_statNamhyung Kim6-51/+59
2012-10-04perf diff: Removing the total_period argument from output codeJiri Olsa5-26/+35
2012-10-04perf tool: Add hpp interface to enable/disable hpp columnJiri Olsa7-15/+29
2012-10-04perf tools: Removing hists pair argument from output pathJiri Olsa6-17/+13
2012-10-04perf hists: Separate overhead and baseline columnsJiri Olsa3-28/+58
2012-10-04perf diff: Refactor diff displacement possition infoJiri Olsa7-40/+44
2012-10-04perf hists: Add struct hists pointer to struct hist_entryJiri Olsa2-0/+3
2012-10-04perf tools: Complete tracepoint event namesNamhyung Kim1-2/+16
2012-10-04lguest: fix occasional crash in example launcher.Rusty Russell1-0/+1
2012-10-03perf evlist: Remove some unused methodsArnaldo Carvalho de Melo2-100/+3
2012-10-03perf evlist: Introduce add_newtp methodArnaldo Carvalho de Melo3-15/+20
2012-10-03perf kvm: Move global variables into a perf_kvm structDavid Ahern1-207/+253
2012-10-03kbuild: Fix gcc -x syntaxJean Delvare2-2/+2
2012-10-02perf tools: Convert to BACKTRACE_SUPPORTNamhyung Kim2-7/+7
2012-10-02perf tools: Long option completion support for each subcommandsNamhyung Kim3-2/+16
2012-10-02perf tools: Complete long option names of perf commandNamhyung Kim1-3/+9
2012-10-02perf tools: Check existence of _get_comp_words_by_ref when bash completingNamhyung Kim1-2/+13
2012-10-02perf inject: Don't use globals where not needed toArnaldo Carvalho de Melo1-7/+6
2012-10-02perf record: Don't use globals where not needed toArnaldo Carvalho de Melo1-9/+10
2012-10-02perf evlist: Don't use globals where not needed toArnaldo Carvalho de Melo1-12/+9
2012-10-02perf top: Don't use globals where not needed toArnaldo Carvalho de Melo1-5/+4
2012-10-02perf probe: Don't use globals where not needed toArnaldo Carvalho de Melo1-14/+12
2012-10-02perf buildid-list: Don't use globals where not needed toArnaldo Carvalho de Melo1-31/+24
2012-10-02perf buildid-cache: Don't use globals where not needed toArnaldo Carvalho de Melo1-32/+26
2012-10-02perf timechart: Don't use globals where not needed toArnaldo Carvalho de Melo1-59/+41
2012-10-02perf lock: Don't use globals where not needed toArnaldo Carvalho de Melo1-51/+39
2012-10-02perf kmem: Don't use globals where not needed toArnaldo Carvalho de Melo1-40/+26
2012-10-02perf help: Don't use globals where not needed toArnaldo Carvalho de Melo1-20/+20
2012-10-02perf script: Don't use globals where not needed toArnaldo Carvalho de Melo1-48/+42
2012-10-02perf stat: Don't use globals where not needed toArnaldo Carvalho de Melo1-169/+159
2012-10-02perf sched: Look up thread using tid instead of pidArnaldo Carvalho de Melo1-1/+1
2012-10-02perf inject: Remove static variablesArnaldo Carvalho de Melo1-34/+38
2012-10-02perf inject: Remove unused 'input_name' static varArnaldo Carvalho de Melo1-2/+1
2012-10-02perf trace: Use evsel->handler.funcArnaldo Carvalho de Melo1-45/+87
2012-10-02perf tools: Convert to HAVE_STRLCPYNamhyung Kim3-7/+5
2012-10-02perf tools: Convert to GTK2_SUPPORTNamhyung Kim6-36/+36
2012-10-02perf tools: Convert to NEWT_SUPPORTNamhyung Kim8-34/+32
2012-10-02perf tools: Convert to LIBAUDIT_SUPPORTNamhyung Kim2-5/+3
2012-10-02perf tools: Convert to LIBUNWIND_SUPPORTNamhyung Kim4-16/+14
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-28perf tools: Convert to LIBELF_SUPPORTNamhyung Kim6-14/+13
2012-09-28perf tools: Remove unused PYRF_OBJS variable on MakefileNamhyung Kim1-15/+1
2012-09-28perf tools: Move libdw availability check before arch MakefileNamhyung Kim1-7/+7
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