summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2017-07-28selftests: sync: convert to use TAP13 ksft frameworkShuah Khan-34/+41
2017-07-28selftests: kselftest framework: add API to return pass/fail/* countsShuah Khan-0/+10
2017-07-28selftests: sync: differentiate between sync unsupported and access errorsShuah Khan-4/+19
2017-07-28perf annotate TUI: Set appropriate column width for period/percentArnaldo Carvalho de Melo-4/+6
2017-07-28perf annotate TUI: Fix column header when toggling period/percentTaeung Song-1/+1
2017-07-28perf annotate TUI: Clarify calculation of column header widthsArnaldo Carvalho de Melo-9/+11
2017-07-28perf annotate TUI: Fix --show-total-periodTaeung Song-1/+1
2017-07-28perf annotate TUI: Use sym_hist_entry in disasm_line_samplesArnaldo Carvalho de Melo-4/+4
2017-07-28perf annotate: Fix storing per line sym_hist_entryArnaldo Carvalho de Melo-2/+3
2017-07-28objtool: Disable GCC '-Wpacked' warningsJosh Poimboeuf-1/+2
2017-07-28objtool: Fix '-mtune=atom' decoding support in objtool 2.0Josh Poimboeuf-1/+25
2017-07-28objtool: Skip unreachable warnings for 'alt' instructionsJosh Poimboeuf-1/+6
2017-07-28objtool: Assume unannotated UD2 instructions are dead endsJosh Poimboeuf-9/+70
2017-07-26bpf: don't zero out the info struct in bpf_obj_get_info_by_fd()Jakub Kicinski-3/+6
2017-07-26selftests: ftrace: Check given string is not zero-lengthMasami Hiramatsu-3/+3
2017-07-26selftests: ftrace: Output only to console with "--logdir -"Masami Hiramatsu-8/+21
2017-07-26selftests: ftrace: Add more verbosity for immediate logMasami Hiramatsu-3/+7
2017-07-26selftests: ftrace: Add --fail-unsupported optionMasami Hiramatsu-1/+7
2017-07-26selftests: ftrace: Do not failure if there is unsupported testsMasami Hiramatsu-1/+1
2017-07-26bpf: install libbpf headers on 'make install'Jakub Kicinski-0/+4
2017-07-26perf annotate stdio: Set enough columns for --show-total-periodArnaldo Carvalho de Melo-3/+3
2017-07-26perf sort: Use default sort if evlist is emptyDavid Carrillo-Cisneros-1/+6
2017-07-26perf annotate: Do not overwrite perf_sample->weightArnaldo Carvalho de Melo-2/+0
2017-07-26perf stat: Use group read for event groupsJiri Olsa-3/+38
2017-07-26perf evsel: Add read_counter()Jiri Olsa-2/+109
2017-07-26perf tools: Add perf_evsel__read_size functionJiri Olsa-1/+28
2017-07-26tools/kvm_stat: add '-f help' to get the available event listLin Ma-2/+14
2017-07-26tools/kvm_stat: use variables instead of hard paths in help outputLin Ma-3/+3
2017-07-26selftests: breakpoint_test: Add missing line breaksShuah Khan-2/+2
2017-07-26spi: tools: add install sectionAndy Shevchenko-3/+11
2017-07-26spi: tools: move to tools buildsystemAndy Shevchenko-2/+56
2017-07-25perf tools: Add tools/include/uapi/asm-generic/fcntl.h to the MANIFESTArnaldo Carvalho de Melo-0/+1
2017-07-25perf annotate stdio: Fix column header when using --show-total-periodTaeung Song-1/+2
2017-07-25perf jevents: Make build fail on JSON parse errorAndi Kleen-11/+14
2017-07-25perf report: Tag branch type/flag on "to" and tag cycles on "from"Jin Yao-48/+111
2017-07-25perf report: Make --branch-history work without callgraphs(-g) option in perf...Jin Yao-9/+25
2017-07-25perf script python: Generate hooks with additional argumentArun Kalyanasundaram-4/+18
2017-07-25perf script python: Add perf_sample dict to tracepoint handlersArun Kalyanasundaram-1/+40
2017-07-25perf script python: Add sample_read to dictArun Kalyanasundaram-0/+51
2017-07-25perf script python: Refactor creation of perf sample dictArun Kalyanasundaram-41/+53
2017-07-25perf script python: Allocate memory only if handler existsArun Kalyanasundaram-16/+22
2017-07-25perf script: Remove some bogus error handlingDan Carpenter-6/+1
2017-07-25perf top: Support lookup of symbols in other mount namespaces.Krister Johansen-0/+19
2017-07-25perf evsel: Add verbose output for sys_perf_event_open fallbackJiri Olsa-0/+8
2017-07-25perf jvmti: Fix linker error when libelf config is disabledSudeep Holla-1/+1
2017-07-25perf annotate: Process tracing data in pipe modeDavid Carrillo-Cisneros-0/+1
2017-07-25perf tools: Add EXCLUDE_EXTLIBS and EXTRA_PERFLIBS to makefileDavid Carrillo-Cisneros-1/+7
2017-07-25perf cgroup: Fix refcount usageArnaldo Carvalho de Melo-3/+5
2017-07-25perf report: Fix kernel symbol adjustment for s390xThomas Richter-0/+23
2017-07-25perf annotate stdio: Fix --show-total-periodTaeung Song-1/+1