aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2014-07-19Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-17/+15
2014-07-16Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-37/+38
2014-07-16Merge branch 'liblockdep-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar3-17/+15
2014-07-07Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds2-2/+26
2014-07-07tools/liblockdep: Account for bitfield changes in lockdeps lock_acquireS. Lockwood-Childs3-14/+14
2014-07-07tools/liblockdep: Remove debug print left over from developmentSasha Levin1-2/+0
2014-07-07tools/liblockdep: Fix comparison of a boolean value with a value of 2zhangdianfang1-1/+1
2014-07-03Merge tag 'usb-3.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+2
2014-07-03tools/testing/selftests/ipc/msgque.c: improve error handling when not running...Shuah Khan1-0/+5
2014-07-03tools: memory-hotplug fix unexpected operator errorShuah Khan1-1/+1
2014-07-03tools: cpu-hotplug fix unexpected operator errorShuah Khan1-1/+1
2014-07-01tmon: set umask to a reasonable valueNeil Horman1-1/+1
2014-07-01tmon: Check log file for common secuirty issuesNeil Horman1-0/+24
2014-06-30Merge tag 'fixes-for-v3.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2-25/+5
2014-07-01tools/thermal: tmon: fix compilation errors when building staticallyJavi Merino1-1/+1
2014-06-30tools: ffs-test: fix header values endianessMichal Nazarewicz1-2/+2
2014-06-27Revert "tools: ffs-test: convert to new descriptor format fixing compilation ...Felipe Balbi2-23/+3
2014-06-25Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2-4/+12
2014-06-24Merge tag 'fixes-for-v3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2-3/+23
2014-06-24selftests/powerpc: Use the test harness for the TM DSCR testMichael Ellerman2-4/+12
2014-06-20perf symbols: Get kernel start address by symbol nameSimon Que1-32/+22
2014-06-20perf tools: Fix segfault in cumulative.callchain reportJiri Olsa1-5/+16
2014-06-19tools: ffs-test: convert to new descriptor format fixing compilation errorMichal Nazarewicz2-3/+23
2014-06-14Merge branch 'perf/core' into perf/urgent, to pick up the latest fixesIngo Molnar37-119/+1208
2014-06-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds41-46/+4083
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds34-388/+1903
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-13/+27
2014-06-12perf tests: Add test for closing dso objects on EMFILE errorJiri Olsa3-0/+78
2014-06-12perf tests: Add test for caching dso file descriptorsJiri Olsa3-4/+138
2014-06-12perf tests: Allow reuse of test_file functionJiri Olsa1-1/+5
2014-06-12perf tests: Spawn child for each testJiri Olsa1-1/+31
2014-06-12perf tools: Add dso__data_* interface descriptonsJiri Olsa2-0/+97
2014-06-12perf tools: Allow to close dso fd in case of open failureJiri Olsa1-1/+22
2014-06-12perf tools: Add file size check and factor dso__data_read_offsetJiri Olsa2-15/+50
2014-06-12perf tools: Cache dso data file descriptorJiri Olsa2-4/+59
2014-06-12perf tools: Add global count of opened dso objectsJiri Olsa1-1/+7
2014-06-12perf tools: Add global list of opened dso objectsJiri Olsa2-2/+40
2014-06-12perf tools: Add data_fd into dso objectJiri Olsa3-6/+24
2014-06-12perf tools: Separate dso data related variablesJiri Olsa2-5/+10
2014-06-12perf tools: Cache register accesses for unwind processingJiri Olsa3-2/+17
2014-06-12perf record: Fix to honor user freq/interval properlyNamhyung Kim1-2/+2
2014-06-12Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar6-44/+57
2014-06-11selftests/powerpc: Add tests of PMU EBBsMichael Ellerman34-4/+3913
2014-06-11selftests/powerpc: Add support for skipping testsMichael Ellerman3-1/+21
2014-06-11selftests/powerpc: Put the test in a separate process groupMichael Ellerman1-2/+8
2014-06-11selftests/powerpc: Fix instruction loop for ABIv2 (LE)Michael Ellerman1-38/+35
2014-06-11powerpc: Correct DSCR during TM context switchSam bobroff3-1/+106
2014-06-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds4-2/+95
2014-06-10perf timechart: Reflow documentationStanislav Fomichev1-21/+20
2014-06-10perf probe: Improve error messages in --line optionMasami Hiramatsu1-3/+3
2014-06-09perf probe: Improve an error message of perf probe --vars modeMasami Hiramatsu2-2/+11
2014-06-09perf probe: Show error code and description in verbose modeMasami Hiramatsu1-9/+14
2014-06-09perf probe: Improve error message for unknown member of data structureMasami Hiramatsu1-3/+2
2014-06-09perf tests: Show the inner make output when an error happensArnaldo Carvalho de Melo1-5/+2
2014-06-09perf tools: Emit more precise message for missing glibc static libraryArnaldo Carvalho de Melo1-1/+5
2014-06-09perf tools: Add dcacheline sortDon Zickus5-1/+113
2014-06-09perf tools: Add support to dynamically get cacheline sizeDon Zickus3-0/+3
2014-06-09perf tools: Add cpumode to struct hist_entryDon Zickus2-3/+5
2014-06-09perf report: Add mem-mode documentation to report commandDon Zickus1-0/+22
2014-06-09Revert "perf: Disable PERF_RECORD_MMAP2 support"Don Zickus3-15/+22
2014-06-09perf tools: Update mmap2 interface with protection and flag bitsDon Zickus5-5/+32
2014-06-09perf script/python: Print array argument as stringNamhyung Kim1-0/+1
2014-06-09perf tools: Prettify the tags/TAGS/cscope targets outputJiri Olsa1-3/+3
2014-06-09perf tools: Fix pipe check regression in attr event callbackJiri Olsa1-1/+1
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds165-2313/+9313
2014-06-07tools lib traceevent: Added support for __get_bitmask() macroSteven Rostedt (Red Hat)4-0/+122
2014-06-07tools lib traceevent: Add options to function pluginSteven Rostedt (Red Hat)1-6/+37
2014-06-07tools lib traceevent: Add options to pluginsSteven Rostedt2-3/+209
2014-06-07tools lib traceevent: Add flag to not load event pluginsSteven Rostedt (Red Hat)2-1/+8
2014-06-06tools/testing/selftests/sysctl: validate sysctl_writes_strictKees Cook5-0/+216
2014-06-06Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare...Ingo Molnar4-7/+15
2014-06-06selftests/powerpc: Test the THP bug we fixed in the previous commitMichael Ellerman3-1/+91
2014-06-05perf/documentation: Add description for conditional branch filterAnshuman Khandual1-1/+2
2014-06-05perf/tool: Add conditional branch filter 'cond' to perf recordAnshuman Khandual1-0/+1
2014-06-04tools/vm/page-types.c: catch sigbus if raced with truncateKonstantin Khlebnikov1-3/+32
2014-06-04Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds28-751/+3738
2014-06-04perf probe: Fix perf probe to find correct variable DIEMasami Hiramatsu1-2/+5
2014-06-04perf probe: Fix a segfault if asked for variable it doesn't findMasami Hiramatsu1-2/+2
2014-06-03Merge branches 'acpi-tools' and 'pm-tools'Rafael J. Wysocki16-175/+456
2014-06-03Merge branch 'pm-cpufreq'Rafael J. Wysocki2-2/+2
2014-06-03Merge branch 'acpica'Rafael J. Wysocki12-574/+3280
2014-06-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds114-1438/+4123
2014-06-03perf tools: Fix 'make help' message errorJianyu Zhan2-3/+3
2014-06-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-121/+200
2014-06-03perf record: Fix poll return value propagationJiri Olsa1-1/+5
2014-06-03perf tools: Move elide bool into perf_hpp_fmt structJiri Olsa4-40/+68
2014-06-03perf tools: Remove elide setup for SORT_MODE__MEMORY modeJiri Olsa1-13/+0
2014-06-03perf tools: Fix "==" into "=" in ui_browser__warning assignmentzhangdianfang1-1/+1
2014-06-03perf tools: Allow overriding sysfs and proc finding with env varCody P Schafer1-1/+42
2014-06-03perf tools: Consider header files outside perf directory in tags targetSebastian Andrzej Siewior1-3/+6
2014-06-03perf tools: Add warning when disabling perl scripting support due to missing ...Arnaldo Carvalho de Melo1-0/+1
2014-06-03perf trace: Warn the user when not availableArnaldo Carvalho de Melo1-2/+6
2014-06-03Merge tag 'usb-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds6-0/+1004
2014-06-03Merge back earlier cpufreq material.Rafael J. Wysocki2-2/+2
2014-06-01perf tests: Add a test case for cumulating callchainsNamhyung Kim5-2/+735
2014-06-01perf tests: Define and use symbolic names for fake symbolsNamhyung Kim5-62/+92
2014-06-01perf tools: Reset output/sort order to defaultNamhyung Kim1-0/+3
2014-06-01perf ui/gtk: Fix callchain displayNamhyung Kim1-1/+9
2014-06-01perf ui/stdio: Fix invalid percentage value of cumulated hist entriesNamhyung Kim1-1/+3
2014-06-01perf tools: Enable --children option by defaultNamhyung Kim1-5/+6
2014-06-01perf top: Add top.children config optionNamhyung Kim1-0/+4
2014-06-01perf top: Add --children optionNamhyung Kim2-1/+14
2014-06-01perf top: Convert to hist_entry_iterNamhyung Kim1-35/+41
2014-06-01perf tools: Add callback function to hist_entry_iterNamhyung Kim5-53/+84
2014-06-01perf tools: Do not auto-remove Children column if --fields givenNamhyung Kim1-0/+3
2014-06-01perf report: Add report.children config optionNamhyung Kim1-0/+4
2014-06-01perf report: Add --children optionNamhyung Kim2-2/+20
2014-06-01perf tools: Add more hpp helper functionsNamhyung Kim2-0/+21
2014-06-01perf tools: Apply percent-limit to cumulative percentageNamhyung Kim4-36/+31
2014-06-01perf ui/gtk: Add support to accumulated hist statNamhyung Kim1-0/+17
2014-06-01perf ui/browser: Add support to accumulated hist statNamhyung Kim1-0/+25
2014-06-01perf ui/hist: Add support to accumulated hist statNamhyung Kim3-0/+104
2014-06-01perf tools: Save callchain info for each cumulative entryNamhyung Kim1-2/+14
2014-06-01perf callchain: Add callchain_cursor_snapshot()Namhyung Kim1-0/+9
2014-06-01perf report: Cache cumulative callchainsNamhyung Kim1-0/+42
2014-06-01perf tools: Update cpumode for each cumulative entryNamhyung Kim3-11/+46
2014-06-01perf hists: Accumulate hist entry stat based on the callchainNamhyung Kim4-1/+101
2014-06-01perf hists: Check if accumulated when adding a hist entryNamhyung Kim6-17/+26
2014-06-01perf hists: Add support for accumulated stat of hist entryNamhyung Kim3-2/+28
2014-06-01perf tools: Introduce struct hist_entry_iterNamhyung Kim5-179/+372
2014-06-01perf tools: Introduce hists__inc_nr_samples()Namhyung Kim7-12/+13
2014-05-29ACPICA: acpidump: Fix repetitive table dump in -n mode.Lv Zheng1-0/+4
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+8
2014-05-23Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman6-0/+1004
2014-05-22Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar11-121/+200
2014-05-21perf tools: Add automatic remapping of Android librariesMichael Lentine1-1/+94
2014-05-21perf tools: Add cat as fallback pagerMichael Lentine1-6/+6
2014-05-21perf tests: Add a testcase for histogram output sortingNamhyung Kim7-2/+628
2014-05-21perf tests: Factor out print_hists_*()Namhyung Kim4-60/+66
2014-05-21perf tools: Introduce reset_output_field()Namhyung Kim4-0/+36
2014-05-21perf tools: Get rid of obsolete hist_entry__sort_listNamhyung Kim3-50/+43
2014-05-21perf hists: Reset width of output fields with header lengthNamhyung Kim3-18/+16
2014-05-21perf tools: Skip elided sort entriesNamhyung Kim6-0/+42
2014-05-21perf top: Add --fields option to specify output fieldsNamhyung Kim2-6/+18
2014-05-21perf report/tui: Fix a bug when --fields/sort is givenNamhyung Kim1-4/+1
2014-05-21perf tools: Add ->sort() member to struct sort_entryNamhyung Kim2-5/+23
2014-05-21perf report: Add -F option to specify output fieldsNamhyung Kim6-17/+282
2014-05-21perf tools: Call perf_hpp__init() before setting up GUI browsersNamhyung Kim5-9/+5
2014-05-21perf tools: Consolidate management of default sort ordersNamhyung Kim5-24/+31
2014-05-21perf tools: Allow hpp fields to be sort keysNamhyung Kim8-13/+67
2014-05-21perf ui: Get rid of callback from __hpp__fmt()Namhyung Kim4-62/+34
2014-05-21perf tools: Consolidate output field handling to hpp format routinesNamhyung Kim6-83/+63
2014-05-21perf tools: Use hpp formats to sort final outputNamhyung Kim1-54/+8
2014-05-21perf tools: Support event grouping in hpp ->sort()Namhyung Kim1-6/+58
2014-05-21perf tools: Use hpp formats to sort hist entriesNamhyung Kim1-10/+6
2014-05-21perf tools: Convert sort entries to hpp formatsNamhyung Kim3-4/+88
2014-05-21perf tools: Add ->cmp(), ->collapse() and ->sort() to perf_hpp_fmtNamhyung Kim2-4/+38
2014-05-17cpupower: Remove mc and smt power aware scheduler info/settingsThomas Renninger4-106/+5
2014-05-17cpupower: cpupower info -b should return 0 on success, not the perf bias valueThomas Renninger1-3/+4
2014-05-17cpupower: If root, try to load msr driver on x86 if /dev/cpu/0/msr is not ava...Thomas Renninger1-0/+14
2014-05-17cpupower: Install recently added cpupower-idle-{set, info} manpagesThomas Renninger1-0/+2
2014-05-17cpupower: Introduce idle state disable-by-latency and enable-allThomas Renninger2-8/+77
2014-05-17cpupower: Remove all manpages on make uninstallRamkumar Ramachandra1-2/+6
2014-05-17cpupower: Remove dead link to homepage, and update the targets built.Ramkumar Ramachandra2-10/+7
2014-05-17cpupower: Rename cpufrequtils -> cpupower, and libcpufreq -> libcpupower.Ramkumar Ramachandra1-6/+6
2014-05-16tools: bpf_jit_disasm: increase image buffer sizeAlexei Starovoitov1-1/+1
2014-05-16tools: bpf_jit_disasm: ignore image address for disasmAlexei Starovoitov1-10/+8
2014-05-16perf tools: Add libdw DWARF post unwind support for ARMJean Pihet2-0/+41
2014-05-16perf tests: Add dwarf unwind test on ARMJean Pihet7-5/+69
2014-05-16perf tests: Introduce perf_regs_load function on ARMJean Pihet3-0/+61
2014-05-16perf tools: Consolidate types.h for ARM and ARM64Jean Pihet2-2/+2
2014-05-16perf session: Fix possible null pointer dereference in session.cMasanari Iida1-2/+3
2014-05-16perf sched: Cleanup, remove unused variables in map_switch_event()Dongsheng Yang1-4/+2
2014-05-16perf sched: Remove nr_state_machine_bugs in perf latencyDongsheng Yang1-11/+8
2014-05-14rcutorture: Note diffs from git commitsPaul E. McKenney1-0/+4
2014-05-14rcutorture: Test RCU-sched primitives in TREE_PREEMPT_RCU kernelsPaul E. McKenney1-0/+1
2014-05-14torture: Use elapsed time to detect hangsPaul E. McKenney1-6/+12
2014-05-14torture: Better summary diagnostics for build failuresPaul E. McKenney4-8/+21
2014-05-14torture: Add tracing-enabled variant of TREE02Paul E. McKenney1-0/+25
2014-05-14torture: Choose bzImage location based on architecturePaul E. McKenney3-6/+43
2014-05-14torture: Permit multi-word qemu and boot argumentsPaul E. McKenney1-2/+2
2014-05-14torture: Report diagnostics from qemuPaul E. McKenney1-1/+8
2014-05-14torture: Make "--dryrun script" use same environment as normal runPaul E. McKenney1-15/+11
2014-05-14torture: Make "--dryrun script" output self-sufficientPaul E. McKenney1-33/+27
2014-05-14torture: Make config-fragment filtering RCU-independentPaul E. McKenney1-1/+1
2014-05-14torture: Rename RCU_QEMU_CMD to TORTURE_QEMU_CMDPaul E. McKenney2-6/+6
2014-05-14torture: Rename RCU_QEMU_ARG to TORTURE_QEMU_ARGPaul E. McKenney1-3/+3
2014-05-14torture: Rename RCU_QEMU_MAC to TORTURE_QEMU_MACPaul E. McKenney2-5/+5
2014-05-14torture: Rename RCU_QEMU_INTERACTIVE to TORTURE_QEMU_INTERACTIVEPaul E. McKenney2-8/+8
2014-05-14torture: Rename RCU_BUILDONLY to TORTURE_BUILDONLYPaul E. McKenney2-4/+7
2014-05-14torture: Rename RCU_BOOTARGS to TORTURE_BOOTARGSPaul E. McKenney1-3/+3
2014-05-14torture: Rename RCU_KMAKE_ARG to TORTURE_KMAKE_ARGPaul E. McKenney2-4/+4
2014-05-14torture: Allow variations of "defconfig" to be specifiedPaul E. McKenney2-1/+9
2014-05-14tools: usb: aio example applicationsRobert Baldyga6-0/+1004
2014-05-13torture: Rename RCU_INITRD to TORTURE_INITRDPaul E. McKenney2-4/+4
2014-05-13torture: Make parse-rcutorture.sh less RCU-specificPaul E. McKenney3-13/+13
2014-05-13torture: Add batch headers "--dryrun sched"Paul E. McKenney1-1/+2
2014-05-13torture: Remove obsolete builddir optionsPaul E. McKenney1-16/+0
2014-05-12perf tools: Remove usage of trace_sched_wakeup(.success)Peter Zijlstra2-9/+1
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-35/+78
2014-05-12Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar13-152/+90
2014-05-12perf tools: Use tid for finding threadNamhyung Kim7-5/+8
2014-05-12perf tools: Get rid of on_exit() feature testNamhyung Kim5-64/+0
2014-05-12perf record: Propagate exit status of a command line workloadNamhyung Kim1-67/+60
2014-05-12perf tools: Clarify the output of perf sched map.Dongsheng1-15/+20
2014-05-12perf tools: Adapt the TASK_STATE_TO_CHAR_STR to new value in kernel space.Dongsheng1-1/+1
2014-05-12perf tools: Add missing event for perf sched record.Dongsheng1-0/+1
2014-05-12net: filter: BPF testsuiteAlexei Starovoitov1-1/+7
2014-05-11Merge branch 'liblockdep-fixes-3.15' of git://git.kernel.org/pub/scm/linux/ke...Ingo Molnar2-3/+8
2014-05-08tools/liblockdep: Remove all build files when doing make cleanSasha Levin1-1/+1