aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2019-02-08selftests: mlxsw: spectrum-2: Add simple delta rehash testJiri Pirko1-3/+74
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller27-71/+1332
2019-02-08selftests: add TPM 2.0 testsJarkko Sakkinen6-0/+936
2019-02-08tools/bpf: remove btf__get_strings() superseded by raw data APIAndrii Nakryiko4-23/+26
2019-02-08btf: expose API to work with raw btf_ext dataAndrii Nakryiko3-48/+57
2019-02-08btf: expose API to work with raw btf dataAndrii Nakryiko3-0/+8
2019-02-08btf: separate btf creation and loadingAndrii Nakryiko4-25/+33
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds8-34/+815
2019-02-08Merge tag 'char-misc-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds5-0/+286
2019-02-08Merge tag 'staging-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-1/+1
2019-02-08selftests: firmware: fix verify_reqs() return valueLuis Chamberlain1-1/+1
2019-02-08Revert "selftests: firmware: remove use of non-standard diff -Z option"Luis Chamberlain1-3/+6
2019-02-08Revert "selftests: firmware: add CONFIG_FW_LOADER_USER_HELPER_FALLBACK to config"Luis Chamberlain1-1/+0
2019-02-07tools/bpf: add log_level to bpf_load_program_attrYonghong Song3-6/+26
2019-02-07tools/bpf: add missing strings.h includeAndrii Nakryiko3-0/+3
2019-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller25-377/+2722
2019-02-06selftests: mlxsw: Add a test for blackhole routesIdo Schimmel1-0/+200
2019-02-06bpf: test_maps: fix possible out of bound access warningBreno Leitao1-13/+14
2019-02-06tools: bpftool: doc, fix incorrect textPrashant Bhole3-5/+5
2019-02-06selftests/bpf: test reading the offloaded programJakub Kicinski1-9/+20
2019-02-06selftests/bpf: add test for mixing generic and offload XDPJakub Kicinski1-54/+62
2019-02-06selftests/bpf: print traceback when test failsJakub Kicinski1-1/+4
2019-02-06selftests/bpf: fix the expected messagesJakub Kicinski1-2/+5
2019-02-06perf auxtrace: Add timestamp to auxtrace errorsAdrian Hunter7-16/+48
2019-02-06perf intel-pt: Packet splitting can happen only on 32-bitAdrian Hunter1-1/+1
2019-02-06perf intel-pt: Fix CYC timestamp calculation after OVFAdrian Hunter1-1/+0
2019-02-06perf intel-pt: Fix overlap calculation for paddingAdrian Hunter1-2/+34
2019-02-06perf auxtrace: Define auxtrace record alignmentAdrian Hunter2-2/+5
2019-02-06perf thread-stack: Represent jmps to the start of a different symbolAdrian Hunter4-4/+33
2019-02-06perf thread-stack: Tidy thread_stack__no_call_return() by adding more local variablesAdrian Hunter1-18/+17
2019-02-06perf thread-stack: Tidy thread_stack__push_cp() usageAdrian Hunter1-10/+3
2019-02-06perf tools: Fix split_kallsyms_for_kcore() for trampoline symbolsAdrian Hunter1-0/+2
2019-02-06perf vendor events intel: Fix Load_Miss_Real_Latency on CLXWilliam Cohen1-1/+1
2019-02-06perf cs-etm: Set sample flags for exception return packetLeo Yan1-0/+44
2019-02-06perf cs-etm: Set sample flags for exception packetLeo Yan2-0/+259
2019-02-06perf cs-etm: Add traceID in packetLeo Yan2-0/+3
2019-02-06perf cs-etm: Change tuple from traceID-CPU# to traceID-metadataLeo Yan3-12/+31
2019-02-06perf cs-etm: Add exception number in exception packetLeo Yan2-4/+17
2019-02-06perf cs-etm: Set sample flags for trace discontinuityLeo Yan1-0/+19
2019-02-06perf cs-etm: Set sample flags for instruction range packetLeo Yan3-2/+91
2019-02-06perf cs-etm: Add last instruction information in packetLeo Yan2-0/+12
2019-02-06perf tools: Add documentation for BPF event selectionChangbin Du2-0/+45
2019-02-06perf report: Move symbol annotation to the resort phaseJiri Olsa2-9/+19
2019-02-06perf evsel: Add output_resort_cb methodJiri Olsa2-2/+10
2019-02-06perf hists: Add argument to hists__resort_cb_t callbackJiri Olsa3-10/+11
2019-02-06perf clang: Do not use 'return std::move(something)'Arnaldo Carvalho de Melo1-1/+1
2019-02-06perf record: Apply affinity masks when reading mmap buffersAlexey Budankov4-1/+53
2019-02-06perf tools: Add fallback versions for CPU_{OR,EQUAL}()Arnaldo Carvalho de Melo1-0/+50
2019-02-06perf record: Bind the AIO user space buffers to nodesAlexey Budankov2-4/+78
2019-02-06perf record: Allocate affinity masksAlexey Budankov6-6/+28