aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-22perf inject: Cut AUX area samplesAdrian Hunter1-0/+29
2019-11-22perf record: Add aux-sample-size config termAdrian Hunter7-1/+121
2019-11-22perf record: Add support for AUX area samplingAdrian Hunter2-1/+26
2019-11-22perf auxtrace: Add support for AUX area sample recordingAdrian Hunter4-0/+127
2019-11-22perf auxtrace: Move perf_evsel__find_pmu()Adrian Hunter1-12/+12
2019-11-22perf record: Add a function to test for kernel support for AUX area samplingAdrian Hunter2-0/+32
2019-11-21Merge tag 'gpio-v5.4-5' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds2-3/+8
2019-11-21perf tools: Add kernel AUX area sampling definitionsAdrian Hunter9-6/+59
2019-11-21Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini29-66/+239
2019-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller58-340/+2225
2019-11-19selftests/bpf: Enforce no-ALU32 for test_progs-no_alu32Andrii Nakryiko1-0/+7
2019-11-19libbpf: Fix call relocation offset calculation bugAndrii Nakryiko4-8/+12
2019-11-19perf report: Jump to symbol source view from total cycles viewJin Yao5-10/+40
2019-11-19perf util: Move block TUI function to ui browsersJin Yao3-64/+68
2019-11-19perf session: Fix decompression of PERF_RECORD_COMPRESSED recordsAlexey Budankov1-17/+27
2019-11-19perf dso: Move dso_id from 'struct map' to 'struct dso'Arnaldo Carvalho de Melo10-64/+118
2019-11-19net-af_xdp: Use correct number of channels from ethtoolLuigi Rizzo1-3/+8
2019-11-19perf dsos: Remove unused dsos__find() methodArnaldo Carvalho de Melo2-10/+0
2019-11-19perf map: Move comparision of map's dso_id to a separate functionArnaldo Carvalho de Melo3-12/+31
2019-11-19perf map: Pass a dso_id to map__new()Arnaldo Carvalho de Melo3-15/+16
2019-11-19perf map: Move maj/min/ino/ino_generation to separate structArnaldo Carvalho de Melo4-20/+28
2019-11-18selftests: forwarding: Add speed and auto-negotiation testAmit Cohen1-0/+318
2019-11-18selftests: forwarding: lib.sh: Add wait for dev with timeoutAmit Cohen1-3/+26
2019-11-18selftests: forwarding: Add ethtool_lib.shAmit Cohen1-0/+69
2019-11-18selftests: mlxsw: Check devlink device before running testDanielle Ratson1-0/+5
2019-11-18selftests: mlxsw: Add router scale test for Spectrum-2Danielle Ratson2-1/+22
2019-11-18perf parse: Report initial event parsing errorIan Rogers7-29/+80
2019-11-18perf probe: Trace a magic number if variable is not foundMasami Hiramatsu4-5/+63
2019-11-18perf probe: Support DW_AT_const_value constant valueMasami Hiramatsu3-0/+19
2019-11-18perf probe: Support multiprobe eventMasami Hiramatsu3-2/+15
2019-11-18perf probe: Generate event name with line numberMasami Hiramatsu1-0/+8
2019-11-18perf probe: Do not show non representive lines by perf-probe -LMasami Hiramatsu1-0/+7
2019-11-18perf probe: Verify given line is a representive lineMasami Hiramatsu1-0/+36
2019-11-18perf probe: Show correct statement line number by perf probe -lMasami Hiramatsu1-4/+58
2019-11-18x86/insn: Add some Intel instructions to the opcode mapAdrian Hunter1-6/+12
2019-11-18x86/insn: perf tools: Add some instructions to the new instructions testAdrian Hunter3-0/+223
2019-11-18selftests, bpf: Workaround an alu32 sub-register spilling issueYonghong Song1-1/+3
2019-11-18selftests, bpf: Fix test_tc_tunnel hangingJiri Benc1-0/+5
2019-11-18selftests, bpf: xdping is not meant to be run standaloneJiri Benc1-2/+2
2019-11-18perf map: Move seldom used ->flags field to second cachelineArnaldo Carvalho de Melo1-1/+1
2019-11-18perf map: Use bitmap for booleansArnaldo Carvalho de Melo1-2/+2
2019-11-18libtraceevent: Fix parsing of event %o and %X argument typesKonstantin Khlebnikov1-2/+5
2019-11-18perf callchain: Fix segfault in thread__resolve_callchain_sample()Adrian Hunter1-1/+1
2019-11-18perf map_groups: Auto sort maps by name, if neededArnaldo Carvalho de Melo3-3/+111
2019-11-18perf machine: No need to check if kernel module maps pre-existArnaldo Carvalho de Melo3-13/+7
2019-11-18perf record: No need to process the synthesized MMAP events twiceArnaldo Carvalho de Melo1-2/+27
2019-11-18perf map: No need to adjust the long name of modulesArnaldo Carvalho de Melo1-26/+1
2019-11-18perf map_groups: Add a front end cache for map lookups by nameArnaldo Carvalho de Melo3-5/+19
2019-11-18perf maps: Do not use an rbtree to sort by map nameArnaldo Carvalho de Melo5-47/+3
2019-11-18Merge tag 'kvm-s390-next-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini1-6/+9