summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2019-11-18perf probe: Support multiprobe eventMasami Hiramatsu
2019-11-18perf probe: Generate event name with line numberMasami Hiramatsu
2019-11-18perf probe: Do not show non representive lines by perf-probe -LMasami Hiramatsu
2019-11-18perf probe: Verify given line is a representive lineMasami Hiramatsu
2019-11-18perf probe: Show correct statement line number by perf probe -lMasami Hiramatsu
2019-11-18x86/insn: Add some Intel instructions to the opcode mapAdrian Hunter
2019-11-18x86/insn: perf tools: Add some instructions to the new instructions testAdrian Hunter
2019-11-18selftests, bpf: Workaround an alu32 sub-register spilling issueYonghong Song
2019-11-18selftests, bpf: Fix test_tc_tunnel hangingJiri Benc
2019-11-18selftests, bpf: xdping is not meant to be run standaloneJiri Benc
2019-11-18perf map: Move seldom used ->flags field to second cachelineArnaldo Carvalho de Melo
2019-11-18perf map: Use bitmap for booleansArnaldo Carvalho de Melo
2019-11-18libtraceevent: Fix parsing of event %o and %X argument typesKonstantin Khlebnikov
2019-11-18perf callchain: Fix segfault in thread__resolve_callchain_sample()Adrian Hunter
2019-11-18perf map_groups: Auto sort maps by name, if neededArnaldo Carvalho de Melo
2019-11-18perf machine: No need to check if kernel module maps pre-existArnaldo Carvalho de Melo
2019-11-18perf record: No need to process the synthesized MMAP events twiceArnaldo Carvalho de Melo
2019-11-18perf map: No need to adjust the long name of modulesArnaldo Carvalho de Melo
2019-11-18perf map_groups: Add a front end cache for map lookups by nameArnaldo Carvalho de Melo
2019-11-18perf maps: Do not use an rbtree to sort by map nameArnaldo Carvalho de Melo
2019-11-18Merge tag 'kvm-s390-next-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2019-11-18selftests/bpf: Add BPF_TYPE_MAP_ARRAY mmap() testsAndrii Nakryiko
2019-11-18libbpf: Make global data internal arrays mmap()-able, if possibleAndrii Nakryiko
2019-11-18bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko
2019-11-18selftests/clone3: skip if clone3() is ENOSYSChristian Brauner
2019-11-18selftests/clone3: check that all pids are released on error pathsAndrei Vagin
2019-11-18selftests/clone3: report a correct number of failsAndrei Vagin
2019-11-18selftests/clone3: flush stdout and stderr before clone3() and _exit()Andrei Vagin
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-11-16selftests: net: avoid ptl lock contention in tcp_mmapEric Dumazet
2019-11-16selftests/x86/iopl: Extend test to cover IOPL emulationThomas Gleixner
2019-11-16selftests/x86/ioperm: Extend testing so the shared bitmap is exercisedThomas Gleixner
2019-11-15selftests: add tests for clone3() with *set_tidAdrian Reber
2019-11-15selftests/bpf: Add a test for attaching BPF prog to another BPF prog and subprogAlexei Starovoitov
2019-11-15selftests/bpf: Extend test_pkt_access testAlexei Starovoitov
2019-11-15libbpf: Add support for attaching BPF programs to other BPF programsAlexei Starovoitov
2019-11-15selftests/bpf: Add stress test for maximum number of progsAlexei Starovoitov
2019-11-15selftests/bpf: Add combined fentry/fexit testAlexei Starovoitov
2019-11-15selftests/bpf: Add fexit tests for BPF trampolineAlexei Starovoitov
2019-11-15selftests/bpf: Add test for BPF trampolineAlexei Starovoitov
2019-11-15selftest/bpf: Simple test for fentry/fexitAlexei Starovoitov
2019-11-15libbpf: Add support to attach to fentry/fexit tracing progsAlexei Starovoitov
2019-11-15libbpf: Introduce btf__find_by_name_kind()Alexei Starovoitov
2019-11-15ptp: Extend the test program to check the external time stamp flags.Richard Cochran
2019-11-15selftests: net: tcp_mmap should create detached threadsEric Dumazet
2019-11-15selftests: mlxsw: Adjust test to recent changesIdo Schimmel
2019-11-15ftrace/selftests: Fix spelling mistake "wakeing" -> "waking"Colin Ian King
2019-11-15selftests: kvm: Simplify loop in kvm_create_max_vcpus testWainer dos Santos Moschetta
2019-11-14tracing/selftests: Turn off timeout settingSteven Rostedt (VMware)