summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2017-06-30kselftest: make ksft_* output functions variadicPaul Elder-12/+43
2017-06-30objtool: Silence warnings for functions which use IRETJosh Poimboeuf-8/+6
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+67
2017-06-30selftests/capabilities: Fix the test_execve testAndy Lutomirski-5/+2
2017-06-30selftests: intel_pstate: add .gitignoreShuah Khan-0/+2
2017-06-30selftests: fix memory-hotplug testPo-Hsu Lin-16/+54
2017-06-30selftests: add missing test name in memory-hotplug testPo-Hsu Lin-0/+1
2017-06-30selftests: check percentage range for memory-hotplug testPo-Hsu Lin-0/+4
2017-06-30selftests: check hot-pluggagble memory for memory-hotplug testPo-Hsu Lin-0/+5
2017-06-30selftests: typo correction for memory-hotplug testPo-Hsu Lin-5/+5
2017-06-30selftests: ftrace: Use md5sum to take less time of checking logsMasami Hiramatsu-3/+3
2017-06-30perf auxtrace: Add CPU filter supportAdrian Hunter-0/+14
2017-06-30perf intel-pt: Do not use TSC packets for calculating CPU cycles to TSCAdrian Hunter-0/+14
2017-06-30perf intel-pt: Update documentation to include new ptwrite and power eventsAdrian Hunter-2/+40
2017-06-30perf intel-pt: Add example script for power events and PTWRITEAdrian Hunter-0/+144
2017-06-30perf intel-pt: Synthesize new power and "ptwrite" eventsAdrian Hunter-0/+283
2017-06-30perf intel-pt: Move code in intel_pt_synth_events() to simplify attr settingAdrian Hunter-23/+22
2017-06-30perf intel-pt: Factor out intel_pt_set_event_name()Adrian Hunter-8/+16
2017-06-30perf intel-pt: Tidy messages into called function intel_pt_synth_event()Adrian Hunter-24/+18
2017-06-30perf intel-pt: Tidy Intel PT evsel lookup into separate functionAdrian Hunter-10/+15
2017-06-30perf intel-pt: Join needlessly wrapped linesAdrian Hunter-4/+2
2017-06-30perf intel-pt: Remove unused instructions_sample_periodAdrian Hunter-2/+0
2017-06-30perf intel-pt: Factor out common code synthesizing event samplesAdrian Hunter-122/+100
2017-06-30perf script: Add synthesized Intel PT power and ptwrite eventsAdrian Hunter-1/+231
2017-06-30objtool: Implement stack validation 2.0Josh Poimboeuf-320/+1130
2017-06-30objtool: Move checking code to check.cJosh Poimboeuf-1268/+1328
2017-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-0/+66
2017-06-29bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann-0/+66
2017-06-27tools/testing/selftests/sysctl: Add pre-check to the value of writes_strictOrson Zhai-2/+24
2017-06-27ACPICA: Unix application OSL: Correctly handle control-c (EINTR)Bob Moore-3/+7
2017-06-27perf script: Add 'synth' field for synthesized event payloadsAdrian Hunter-3/+23
2017-06-27perf auxtrace: Add itrace option to output power eventsAdrian Hunter-2/+9
2017-06-27perf auxtrace: Add itrace option to output ptwrite eventsAdrian Hunter-3/+10
2017-06-27tools include: Add byte-swapping macros to kernel.hAdrian Hunter-6/+29
2017-06-27perf script: Add 'synth' event type for synthesized eventsAdrian Hunter-16/+61
2017-06-27x86/insn: perf tools: Add new ptwrite instructionAdrian Hunter-2/+74
2017-06-27perf jit: fix typo: "incalid" -> "invalid"Colin Ian King-1/+1
2017-06-27perf tools: Kill die()Arnaldo Carvalho de Melo-27/+5
2017-06-27perf config: Do not die when parsing u64 or int config valuesArnaldo Carvalho de Melo-24/+34
2017-06-27tools/kvm_stat: add new interactive command 'b'Stefan Raspl-10/+79
2017-06-27tools/kvm_stat: add new command line switch '-i'Stefan Raspl-4/+34
2017-06-27tools/kvm_stat: fix error on interactive command 'g'Stefan Raspl-1/+1
2017-06-27perf tools: Replace error() with pr_err()Arnaldo Carvalho de Melo-42/+28
2017-06-27perf tools: Remove warning()Arnaldo Carvalho de Melo-36/+0
2017-06-27perf event-parse: Use pr_warning()Arnaldo Carvalho de Melo-2/+2
2017-06-27perf config: Use pr_warning()Arnaldo Carvalho de Melo-4/+2
2017-06-27perf help: Use pr_warning()Arnaldo Carvalho de Melo-2/+2
2017-06-27perf help: Elliminate dup code for reportingArnaldo Carvalho de Melo-6/+8
2017-06-27perf help: Introduce exec_failed() to avoid code duplicationArnaldo Carvalho de Melo-13/+9
2017-06-26perf tests: Add platform dependency to test 15Thomas Richter-0/+48