aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2013-02-05tools/vm: add .gitignore to ignore built binariesJoonsoo Kim1-0/+2
2013-01-23Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus 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/kerne...Linus Torvalds2-51/+37
2012-12-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus 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/roste...Linus Torvalds2-8/+158
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-12-13Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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/kern...Linus 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/gi...Linus Torvalds1-13/+27
2012-12-11Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds11-60/+110
2012-12-11ktest: Sync before rebootSteven Rostedt1-0/+3
2012-12-08Merge branch 'linus' into perf/coreIngo Molnar20-449/+140
2012-12-06tools:virtio: fix compilation warningCong Ding1-1/+1
2012-12-03treewide: Fix typos in various driversMasanari Iida1-1/+1
2012-12-02tools/firewire: nosy-dump: check for allocation failureStefan Richter1-0/+4
2012-12-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds17-98/+148
2012-11-30tools: Allow tools to be installed in a user specified locationJosh Boyer1-2/+4
2012-11-30tools/power: turbostat: make Makefile a bit more capableMark Asselstine1-4/+16
2012-11-30tools/power x86_energy_perf_policy: close /proc/stat in for_every_cpu()Colin Ian King1-1/+1
2012-11-30tools/power turbostat: v3.0: monitor Watts and TemperatureLen Brown2-56/+690
2012-11-30tools/power turbostat: fix output buffering issueLen Brown1-0/+1
2012-11-27cpupower: IvyBridge (0x3a and 0x3e models) supportThomas Renninger2-2/+10
2012-11-27cpupower: Provide -c param for cpupower monitor to schedule process on all coresThomas Renninger4-3/+48
2012-11-27cpupower tools: Fix warning and a bug with the cpu package countPalmer Cox1-5/+13
2012-11-27cpupower tools: Fix malloc of cpu_info structurePalmer Cox2-19/+12
2012-11-27cpupower tools: Fix issues with sysfs_topology_read_filePalmer Cox1-8/+13
2012-11-27cpupower tools: Fix minor warningsPalmer Cox2-21/+1
2012-11-27cpupower tools: Update .gitignore for files created in the debug directoriesPalmer Cox1-0/+7
2012-11-27cpupower tools: Remove brace expansion from clean targetPalmer Cox2-2/+6
2012-11-27tools/power turbostat: prevent infinite loop on migration error pathLen Brown1-1/+10
2012-11-23tools/power/x86/turbostat: share kernel MSR #definesLen Brown2-19/+8
2012-11-23perf kvm: Fix building perf kvm on non x86 archesXiao Guangrong1-0/+4
2012-11-23perf kvm: Rename perf_kvm to perf_kvm_statXiao Guangrong1-51/+60
2012-11-19perf: Make perf build for x86 with UAPI disintegration appliedDavid Howells13-28/+46
2012-11-19perf powerpc: Use uapi/unistd.h to fix build errorSukadev Bhattiprolu1-1/+1
2012-11-19tools: Pass the target in descendDavid Howells1-2/+2
2012-11-19tools: Honour the O= flag when tool build called from a higher MakefileDavid Howells1-4/+13
2012-11-19tools: Define a Makefile function to do subdir processingDavid Howells2-12/+20
2012-11-16Merge 3.7-rc6 into char-misc-nextGreg Kroah-Hartman4-365/+20
2012-11-15tools/hv: Fix string typesTomas Hozza1-5/+5
2012-11-15tools: hv: Netlink source address validation allows DoSTomas Hozza1-1/+7
2012-11-14Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-9/+19
2012-11-14perf evsel: Introduce is_group_member methodArnaldo Carvalho de Melo5-16/+23
2012-11-14perf powerpc: Use uapi/unistd.h to fix build errorSukadev Bhattiprolu1-1/+1
2012-11-14tools: Pass the target in descendDavid Howells1-2/+2
2012-11-14tools: Honour the O= flag when tool build called from a higher MakefileDavid Howells1-4/+13
2012-11-14tools: Define a Makefile function to do subdir processingDavid Howells2-12/+20
2012-11-14perf ui: Always compile browser setup codeNamhyung Kim3-40/+30
2012-11-14perf ui: Add ui_progress__finish()Namhyung Kim5-0/+19
2012-11-14perf ui gtk: Implement ui_progress functionsNamhyung Kim4-0/+54
2012-11-14perf ui: Introduce generic ui_progress helperNamhyung Kim6-12/+41
2012-11-14perf ui tui: Move progress.c under ui/tui directoryNamhyung Kim2-5/+5
2012-11-14perf tools: Add basic event modifier sanity checkJiri Olsa2-1/+25
2012-11-14perf tools: Omit group members from perf_evlist__disable/enableJiri Olsa1-0/+4
2012-11-14perf tools: Ensure single disable call per event in record comandJiri Olsa1-1/+4
2012-11-14perf tools: Fix 'disabled' attribute config for record commandJiri Olsa4-3/+56
2012-11-14perf tools: Fix attributes for '{}' defined event groupsJiri Olsa8-28/+20
2012-11-14perf tools: Use sscanf for parsing /proc/pid/mapsNamhyung Kim1-43/+31
2012-11-14perf tools: Add gtk.<command> config option for launching GTK browserNamhyung Kim1-5/+10
2012-11-14perf tools: Fix compile error on NO_NEWT=1 buildNamhyung Kim1-1/+1
2012-11-14perf hists: Initialize all of he->stat with zeroesArnaldo Carvalho de Melo1-3/+2
2012-11-14perf tools: Stop using 'self' in pstackArnaldo Carvalho de Melo1-23/+23
2012-11-14perf tests: Check for mkstemp return value in dso-data testJiri Olsa1-0/+4
2012-11-14perf tests: Final cleanup for builtin-test moveJiri Olsa8-33/+16
2012-11-14perf tests: Move pmu tests into separate objectJiri Olsa6-185/+191
2012-11-14perf tests: Move test__syscall_open_tp_fields into separate objectJiri Olsa4-112/+119
2012-11-14perf tests: Move perf_evsel__tp_sched_test into separate objectJiri Olsa4-82/+87
2012-11-14perf tests: Move perf_evsel__roundtrip_name_test into separate objectJiri Olsa4-111/+117
2012-11-14perf tests: Move test__rdpmc into separate objectJiri Olsa4-168/+177
2012-11-14perf tests: Move test__PERF_RECORD into separate objectJiri Olsa4-307/+314
2012-11-14perf tests: Move test__basic_mmap into separate objectJiri Olsa4-157/+164
2012-11-14perf tests: Move test__open_syscall_event_on_all_cpus into separate objectJiri Olsa4-114/+122
2012-11-14perf tests: Move test__open_syscall_event into separate objectJiri Olsa5-84/+103
2012-11-14perf tests: Move test__vmlinux_matches_kallsyms into separate objectJiri Olsa4-221/+239
2012-11-13ktest: Add support for grub2Steven Rostedt2-4/+91
2012-11-09tools lib traceevent: Use 'const' in variables pointing to const stringsArnaldo Carvalho de Melo1-4/+4
2012-11-09tools lib traceevent: Handle INVALID_ARG_TYPE errno in pevent_strerrorArnaldo Carvalho de Melo1-0/+1
2012-11-09tools lib traceevent: No need to check for < 0 on an unsigned enumArnaldo Carvalho de Melo1-1/+1
2012-11-09tools lib traceevent: Avoid comparisions between signed/unsignedArnaldo Carvalho de Melo1-2/+2
2012-11-09tools lib traceevent: Add __maybe_unused to unused parametersArnaldo Carvalho de Melo1-3/+4
2012-11-09perf annotate: Merge same lines in summary viewNamhyung Kim2-3/+53
2012-11-09perf annotate: Don't try to follow jump target on PLT symbolsNamhyung Kim1-0/+12
2012-11-09perf annotate: Whitespace fixupsNamhyung Kim1-7/+7
2012-11-09perf test: fix a build error on builtin-testZheng Liu1-26/+12
2012-11-09perf machine: Move more methods to machine.[ch]Arnaldo Carvalho de Melo10-297/+318
2012-11-09revert "epoll: support for disabling items, and a self-test app"Andrew Morton3-356/+1
2012-11-08perf diff: Use hists__link when not pairing just with baselineArnaldo Carvalho de Melo1-0/+2
2012-11-08perf hists: Introduce hists__linkArnaldo Carvalho de Melo2-0/+61
2012-11-08perf diff: Move hists__match to the hists libArnaldo Carvalho de Melo3-34/+40
2012-11-08perf diff: Start moving to support matching more than two histsArnaldo Carvalho de Melo4-18/+42
2012-11-08perf tools: Don't try to lookup objdump for live modeNamhyung Kim1-0/+7
2012-11-08perf tools: Add arbitary aliases and support names with -Andi Kleen1-0/+2
2012-11-08perf tools: Add LIBDW_DIR Makefile variable to for alternate libdwJiri Olsa1-2/+10
2012-11-08perf tests: Move attr.py temp dir cleanup into finally sectionJiri Olsa1-14/+16
2012-11-08perf hists: Free branch_info when freeing hist_entryNamhyung Kim1-0/+1
2012-11-08perf tools: Fix detection of stack areaNamhyung Kim1-1/+1
2012-11-08perf machine: Set kernel data mapping lengthNamhyung Kim1-9/+13
2012-11-05perf tests: Removing 'optional' fieldJiri Olsa4-15/+18
2012-11-05perf tests: Fix attr watermark field name typoJiri Olsa4-4/+4
2012-11-05perf tests: Factor attr tests WRITE_ASS macroJiri Olsa1-44/+45
2012-11-05perf tests: Add missing attr stat basic testJiri Olsa2-0/+46
2012-11-05perf report: Postpone objdump check until annotation requestedNamhyung Kim4-16/+25
2012-11-05perf tools: Introduce struct hist_browser_timerNamhyung Kim8-67/+58
2012-11-05perf tools: Use normalized arch name for searching objdump pathNamhyung Kim1-7/+33
2012-11-05perf tests: Add documentation for attr testsJiri Olsa1-0/+64
2012-11-05perf tests: Add attr stat default testJiri Olsa3-0/+429
2012-11-05perf tests: Add attr stat default testJiri Olsa1-0/+64
2012-11-05perf tests: Add attr stat event syntax group testJiri Olsa1-0/+17
2012-11-05perf tests: Add attr stat group testJiri Olsa1-0/+15
2012-11-05perf tests: Add attr stat no-inherit testJiri Olsa1-0/+7
2012-11-05perf tests: Add attr record branch filter testsJiri Olsa7-0/+56
2012-11-05perf tests: Add attr record branch any testJiri Olsa1-0/+8
2012-11-05perf tests: Add attr record no delay testJiri Olsa1-0/+9
2012-11-05perf tests: Add attr record raw testJiri Olsa1-0/+7
2012-11-05perf tests: Add attr record data testJiri Olsa1-0/+8
2012-11-01perf tests: Add attr record no-inherit testJiri Olsa1-0/+7
2012-11-01perf tests: Add attr record no samples testJiri Olsa1-0/+6
2012-11-01perf tests: Add attr record period testJiri Olsa1-0/+7
2012-11-01perf tests: Add attr record graph testJiri Olsa3-0/+22
2012-11-01perf tests: Add attr record count testJiri Olsa1-0/+8
2012-11-01perf tests: Add attr record freq testJiri Olsa1-0/+6
2012-11-01perf tests: Add attr record event syntax group testJiri Olsa1-0/+20
2012-11-01perf tests: Add attr record group testJiri Olsa1-0/+17
2012-11-01perf tests: Add attr tests under builtin test commandJiri Olsa4-0/+49
2012-11-01perf tests: Add attr record basic testJiri Olsa2-0/+45
2012-11-01tools/power turbostat: graceful fail on garbage inputLen Brown1-8/+18
2012-11-01tools/power turbostat: Repair Segmentation fault when using -i optionLen Brown1-1/+1
2012-10-31perf tests: Add framework for automated perf_event_attr testsJiri Olsa5-2/+470
2012-10-31perf tests: Move test objects into 'tests' directoryJiri Olsa4-8/+9
2012-10-31perf browser: Don't show scripts menu for 'perf top'Feng Tang1-2/+10
2012-10-31perf tools: Remove BINDIR define from exec_cmd.o compilationJiri Olsa1-1/+0
2012-10-31perf annotate: Handle XBEGIN like a jumpAndi Kleen1-0/+2
2012-10-31perf tools: Handle --version string generation on machines without gitArnaldo Carvalho de Melo1-1/+2
2012-10-31perf tools: Further speed up the perf buildIngo Molnar1-9/+4
2012-10-31perf tools: Speed up the perf build time by simplifying the perf --version st...Ingo Molnar1-1/+1
2012-10-31perf tools: Add info about cross compiling for Android ARMJoonsoo Kim1-1/+4
2012-10-31perf tools: Warn about missing libelfNamhyung Kim1-0/+2
2012-10-30Tools: hv: Don't return loopback addressesK. Y. Srinivasan1-4/+9
2012-10-30tools: hv: Return the full kernel versionK. Y. Srinivasan1-3/+6
2012-10-30perf tools: Fix strbuf_addf() when the buffer needs to growNamhyung Kim1-4/+4
2012-10-30perf header: Fix numa topology printingNamhyung Kim1-0/+2
2012-10-29perf python: Initialize 'page_size' variableArnaldo Carvalho de Melo1-0/+2
2012-10-29perf record: Fix mmap error output conditionJiri Olsa1-1/+2
2012-10-29perf header: Add is_perf_magic() funcFeng Tang2-0/+11
2012-10-29perf hists browser: Integrate script browser into main hists browserFeng Tang1-0/+38
2012-10-29perf annotate browser: Integrate script browser into annotation browserFeng Tang1-0/+6
2012-10-29perf scripts browser: Add a browser for perf scriptFeng Tang3-0/+200
2012-10-29perf script: Add more filter to find_scripts()Feng Tang1-3/+79
2012-10-29perf tools: Add a global variable "const char *input_name"Feng Tang11-29/+20
2012-10-29perf tools: Move dso_* related functions into dso objectJiri Olsa5-726/+751
2012-10-29perf tools: Move strxfrchar into string objectJiri Olsa4-12/+19
2012-10-29perf tools: Move hex2u64 into util objectJiri Olsa4-34/+34
2012-10-29perf tools: Move BUILD_ID_SIZE into build-id objectJiri Olsa5-5/+9
2012-10-29perf tools: Move build_id__sprintf into build-id objectJiri Olsa7-17/+19
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-28perf tools: Move parse_events error printing to parse_events_optionsAndi Kleen1-3/+7
2012-10-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-11/+22
2012-10-26perf stat: Add --pre and --post commandPeter Zijlstra2-6/+41
2012-10-26perf inject: Mark a dso if it's usedAndrew Vagin3-8/+17
2012-10-26perf inject: Merge sched_stat_* and sched_switch eventsAndrew Vagin2-3/+144
2012-10-26perf inject: Work with filesAndrew Vagin2-3/+41
2012-10-26perf tools: Fix LIBELF_MMAP checkingNamhyung Kim1-1/+2
2012-10-26perf tools: Always show CHK message when doing try-ccNamhyung Kim1-2/+1
2012-10-26perf tools: Convert invocation of MAKE into SUBDIRNamhyung Kim1-3/+3
2012-10-26perf tools: Cleanup doc related targetsNamhyung Kim1-37/+9
2012-10-26tools lib traceevent: Do not generate dependency for system header filesNamhyung Kim1-1/+1
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-25perf trace: Use sched:sched_stat_runtime to provide a thread summaryArnaldo Carvalho de Melo2-1/+90
2012-10-25perf trace: Count number of events for each thread and globallyArnaldo Carvalho de Melo1-6/+14
2012-10-25perf tools: Don't stop synthesizing threads when one vanishesArnaldo Carvalho de Melo1-7/+6
2012-10-24perf tools: Try to build Documentation when installingBorislav Petkov3-4/+34
2012-10-24perf trace: Print the name of a syscall when failing to read its infoArnaldo Carvalho de Melo1-1/+4
2012-10-24perf tools: Pretty print errno for some more functionsArnaldo Carvalho de Melo1-0/+3
2012-10-24perf trace: Add duration filterArnaldo Carvalho de Melo2-4/+31
2012-10-24perf trace: Add an event duration columnArnaldo Carvalho de Melo1-4/+23
2012-10-24perf trace: Support interrupted syscallsArnaldo Carvalho de Melo2-22/+181
2012-10-24perf test: Align the 'Ok'/'FAILED!' test resultsArnaldo Carvalho de Melo1-2/+16
2012-10-24perf tools: Give user better message if precise is not supportedDavid Ahern2-0/+9
2012-10-24Account the nr_entries in rblist properlySuzuki K. Poulose1-2/+2
2012-10-24perf tools: Try to find cross-built objdump pathIrina Tirdea6-1/+204