summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2017-06-20selftests: Introduce tc testsuiteLucas Bates-0/+1863
2017-06-20perf tools: Remove unused _ALL_SOURCE defineArnaldo Carvalho de Melo-1/+0
2017-06-20perf tools: Do parameter validation earlier on fetch_kernel_version()Arnaldo Carvalho de Melo-5/+10
2017-06-20perf evsel: Adopt find_process()Arnaldo Carvalho de Melo-39/+39
2017-06-20Merge tag 'perf-core-for-mingo-4.13-20170719' of git://git.kernel.org/pub/scm...Ingo Molnar-161/+496
2017-06-20Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman-7/+9
2017-06-20Merge 4.12-rc6 into staging-nextGreg Kroah-Hartman-38/+78
2017-06-20Merge 4.12-rc6 into usb-nextGreg Kroah-Hartman-38/+78
2017-06-19perf config: Refactor the code using 'ret' variable in cmd_config()Taeung Song-17/+13
2017-06-19perf config: Check error cases of {show_spec, set}_config()Taeung Song-2/+15
2017-06-19perf ftrace: Add -D option for depth filterNamhyung Kim-0/+34
2017-06-19perf ftrace: Add option for function filteringNamhyung Kim-6/+141
2017-06-19perf ftrace: Move setup_pager before opening trace_pipeNamhyung Kim-2/+2
2017-06-19perf ftrace: Show error message when fails to set ftrace filesNamhyung Kim-2/+5
2017-06-19perf script: Support -F brstackoff,dsoMark Santaniello-5/+55
2017-06-19perf script: Support -F brstack,dso and brstacksym,dsoMark Santaniello-12/+49
2017-06-19perf test llvm: Avoid error when PROFILE_ALL_BRANCHES is setWang Nan-0/+9
2017-06-19perf annotate: Return arch from symbol__disassemble() and save it in browserJin Yao-6/+19
2017-06-19perf intel-pt/bts: Remove unused SAMPLE_SIZE defines and bts priv arrayKim Phillips-10/+0
2017-06-19perf coresight: Remove superfluous check before useKim Phillips-13/+12
2017-06-19tools: Adopt __aligned from kernel sourcesArnaldo Carvalho de Melo-1/+3
2017-06-19tools: Adopt __packed from kernel sourcesArnaldo Carvalho de Melo-2/+5
2017-06-19tools: Adopt noinline from kernel sourcesArnaldo Carvalho de Melo-14/+13
2017-06-19perf tools: Use __maybe_unused consistentlyArnaldo Carvalho de Melo-11/+8
2017-06-19tools: Adopt __scanf from kernel sourcesArnaldo Carvalho de Melo-2/+3
2017-06-19tools: Adopt __printf from kernel sourcesArnaldo Carvalho de Melo-23/+21
2017-06-19NTB: ntb_test: fix bug printing ntb_perf resultsLogan Gunthorpe-1/+1
2017-06-19tools: Adopt __noreturn from kernel sourcesArnaldo Carvalho de Melo-10/+11
2017-06-19perf script: Allow adding and removing fieldsAndi Kleen-3/+42
2017-06-19perf config: Invert an if statement to reduce nesting in cmd_config()Taeung Song-21/+23
2017-06-19perf annotate browser: Display titles in left frameJin Yao-3/+21
2017-06-19perf report: Remove unnecessary check in annotate_browser_write()Jin Yao-14/+10
2017-06-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-26/+46
2017-06-18Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+2
2017-06-16perf unwind: Report module before querying isactivation in dwfl unwindMilian Wolff-0/+8
2017-06-16objtool: Add fortify_panic as __noreturn functionKees Cook-1/+2
2017-06-15kselftest: membarrier: make test names more informativeAlice Ferrazzi-2/+2
2017-06-15kselftest: make callers of ksft_exit_skip() output the reason for skippingPaul Elder-8/+6
2017-06-15kselftest: make ksft_exit_skip() output a reason for skippingPaul Elder-2/+5
2017-06-15tools/testing/nvdimm: fix nfit_test buffer overflowYasunori Goto-1/+1
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-167/+268
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-11/+30
2017-06-14kselftest: convert get_size to use stricter TAP13 formatTim Bird-11/+16
2017-06-14tools: bpf_jit_disasm: Handle large images.David Daney-11/+26
2017-06-14selftests/bpf: Add test cases to test narrower ctx field loadsYonghong Song-1/+234
2017-06-14bpf: permits narrower load from bpf program context fieldsYonghong Song-79/+13
2017-06-14perf tools: Fix build with ARCH=x86_64Jiada Wang-25/+25
2017-06-14perf evsel: Fix probing of precise_ip level for default cycles eventArnaldo Carvalho de Melo-1/+13
2017-06-13kselftest: breakpoints: convert step_after_suspend_test to TAP13 outputPaul Elder-26/+17
2017-06-13kselftest: breakpoints: convert breakpoint_test to TAP13 outputPaul Elder-14/+15