summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* x86/selftests/pkeys: Fork() to check for state being preservedDave Hansen2019-01-311-10/+31
* perf tools: Add missing open_memstream() prototype for systems lacking itArnaldo Carvalho de Melo2019-01-262-0/+5
* perf tools: Add missing sigqueue() prototype for systems lacking itArnaldo Carvalho de Melo2019-01-262-0/+5
* perf cs-etm: Correct packets swapping in cs_etm__flush()Leo Yan2019-01-261-1/+1
* tools lib subcmd: Don't add the kernel sources to the include pathArnaldo Carvalho de Melo2019-01-261-2/+0
* perf stat: Avoid segfaults caused by negated optionsMichael Petlan2019-01-261-1/+7
* perf vendor events intel: Fix Load_Miss_Real_Latency on SKL/SKXAndi Kleen2019-01-262-2/+2
* perf parse-events: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2019-01-261-1/+1
* perf svghelper: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2019-01-261-1/+1
* perf tests ARM: Disable breakpoint tests 32-bitFlorian Fainelli2019-01-261-6/+14
* perf intel-pt: Fix error with config term "pt=0"Adrian Hunter2019-01-261-0/+11
* bpf: relax verifier restriction on BPF_MOV | BPF_ALUJiong Wang2019-01-261-0/+13
* selftests: do not macro-expand failed assertion expressionsDmitry V. Levin2019-01-261-21/+21
* selftests/bpf: enable (uncomment) all tests in test_libbpf.shQuentin Monnet2019-01-262-10/+14
* selftests: Fix test errors related to lib.mk khdr targetShuah Khan2019-01-227-6/+10
* mm, devm_memremap_pages: fix shutdown handlingDan Williams2019-01-131-1/+14
* mm, devm_memremap_pages: mark devm_memremap_pages() EXPORT_SYMBOL_GPLDan Williams2019-01-131-1/+1
* virtio: fix test build after uio.h changeMichael S. Tsirkin2019-01-131-0/+4
* tools lib traceevent: Fix processing of dereferenced args in bprintk eventsSteven Rostedt (VMware)2019-01-091-0/+1
* perf env: Also consider env->arch == NULL as local operationArnaldo Carvalho de Melo2019-01-091-1/+1
* perf pmu: Suppress potential format-truncation warningBen Hutchings2019-01-091-4/+4
* perf script: Use fallbacks for branch stacksAdrian Hunter2019-01-092-14/+14
* perf tools: Use fallback for sample_addr_correlates_sym() casesAdrian Hunter2019-01-091-1/+1
* perf thread: Add fallback functions for cases where cpumode is insufficientAdrian Hunter2019-01-094-0/+60
* perf machine: Record if a arch has a single user/kernel address spaceAdrian Hunter2019-01-094-0/+16
* tools/testing/nvdimm: Align test resources to 128MDan Williams2018-12-211-2/+33
* bpf: Fix verifier log string check for bad alignment.David Miller2018-12-211-1/+1
* tools/bpf: add addition type tests to test_btfYonghong Song2018-12-211-0/+361
* tools/bpf: fix two test_btf unit test casesMartin KaFai Lau2018-12-211-7/+7
* bpf: fix off-by-one error in adjust_subprog_startsEdward Cree2018-12-171-0/+19
* proc: fixup map_files test on armAlexey Dobriyan2018-12-171-2/+7
* tools: bpftool: fix potential NULL pointer dereference in do_loadJakub Kicinski2018-12-171-3/+7
* objtool: Fix segfault in .cold detection with -ffunction-sectionsArtem Savkov2018-12-171-3/+14
* objtool: Fix double-free in .cold detection error pathArtem Savkov2018-12-171-1/+1
* perf tools: Restore proper cwd on return from mnt namespaceJiri Olsa2018-12-172-2/+16
* perf tools: Fix crash on synthesizing the unitJiri Olsa2018-12-172-2/+2
* selftests: add script to stress-test nft packet path vs. control planeFlorian Westphal2018-12-174-0/+87
* tools: bpftool: prevent infinite loop in get_fdinfo()Quentin Monnet2018-12-171-1/+1
* tc-testing: tdc.py: Guard against lack of returncode in executed commandBrenda J. Butler2018-12-131-3/+11
* tc-testing: tdc.py: ignore errors when decoding stdout/stderrLucas Bates2018-12-131-2/+2
* x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner2018-12-051-0/+1
* tools/testing/nvdimm: Fix the array size for dimm devices.Masayoshi Mizuma2018-12-011-4/+4
* tools/power/cpupower: fix compilation with STATIC=trueKonstantin Khlebnikov2018-12-015-6/+6
* perf tools: Do not zero sample_id_all for group membersJiri Olsa2018-11-272-2/+0
* perf tools: Fix undefined symbol scnprintf in libperf-jvmti.soGustavo Romero2018-11-271-11/+38
* perf symbols: Set PLT entry/header sizes properly on SparcDavid Miller2018-11-271-1/+11
* perf unwind: Take pgoff into account when reporting elf to libdwflMilian Wolff2018-11-271-2/+2
* perf intel-pt: Insert callchain context into synthesized callchainsAdrian Hunter2018-11-213-12/+40
* perf intel-pt/bts: Calculate cpumode for synthesized samplesAdrian Hunter2018-11-212-14/+25
* perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc}David S. Miller2018-11-211-1/+34