summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2019-03-01perf scripts python: export-to-postgresql.py: Export calls parent_idAdrian Hunter1-5/+9
2019-03-01perf scripts python: export-to-postgresql.py: Fix invalid input syntax for in...Adrian Hunter1-1/+1
2019-03-01perf scripts python: export-to-sqlite.py: Export calls parent_idAdrian Hunter1-4/+8
2019-03-01perf db-export: Add calls parent_id to enable creation of call treesAdrian Hunter5-13/+35
2019-03-01perf intel-pt: Fix divide by zero when TSC is not availableAdrian Hunter1-0/+2
2019-03-01perf auxtrace: Improve address filter error message when there is no DSOAdrian Hunter1-1/+2
2019-03-01perf time-utils: Refactor time range parsing codeJin Yao4-62/+72
2019-03-01selftests/bpf: add btf_dedup test of FWD/STRUCT resolutionAndrii Nakryiko1-0/+45
2019-03-01btf: fix bug with resolving STRUCT/UNION into corresponding FWDAndrii Nakryiko1-3/+17
2019-03-01btf: allow to customize dedup hash table sizeAndrii Nakryiko2-17/+37
2019-03-01libbpf: fix formatting for btf_ext__get_raw_dataAndrii Nakryiko1-1/+1
2019-03-01selftests/bpf: fix btf_dedup testing codeAndrii Nakryiko2-2/+3
2019-03-01tools/libbpf: signedness bug in btf_dedup_ref_type()Dan Carpenter1-1/+2
2019-03-01tools: libbpf: make sure readelf shows full names in build checksJakub Kicinski1-2/+2
2019-03-01tools: libbpf: add a correctly named define for map iterationJakub Kicinski5-10/+11
2019-03-01selftests/bpf: use __bpf_constant_htons in test_prog.c for flow dissectorStanislav Fomichev1-2/+2
2019-03-01bpf: add missing entries to bpf_helpers.hWillem de Bruijn1-0/+30
2019-03-01selftests: rtnetlink: use internal netns switch for ip commandsDavid Ahern1-61/+61
2019-02-28tools lib traceevent: Fix buffer overflow in arg_evalTony Jones1-1/+1
2019-02-28perf probe: Clarify error message about not finding kernel modules debuginfoArnaldo Carvalho de Melo1-3/+6
2019-02-28Merge tag 'perf-core-for-mingo-5.1-20190225' of git://git.kernel.org/pub/scm/...Ingo Molnar37-390/+945
2019-02-28Merge tag 'perf-core-for-mingo-5.1-20190220' of git://git.kernel.org/pub/scm/...Ingo Molnar21-256/+530
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar18-38/+1115
2019-02-28lockdep/lib/tests: Test dynamic key registrationBart Van Assche3-5/+17
2019-02-28lockdep/lib/tests: Fix run_tests.shBart Van Assche1-3/+3
2019-02-28Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar29-68/+1203
2019-02-28selftests: pmtu: add explicit tests for PMTU exceptions cleanupPaolo Abeni1-1/+67
2019-02-28selftests: pmtu: disable DAD in all namespacesPaolo Abeni1-15/+13
2019-02-28tools/bpf: selftests: add map lookup to test_map_in_map bpf progYonghong Song1-0/+4
2019-02-27tools/bpftool: recognize bpf_prog_info run_time_ns and run_cntAlexei Starovoitov2-1/+10
2019-02-27tools/bpf: sync bpf.h into toolsAlexei Starovoitov1-0/+2
2019-02-27netfilter: nat: merge nf_nat_ipv4,6 into nat coreFlorian Westphal1-2/+1
2019-02-26tc-testing: gitignore, ignore local tdc config fileVlad Buslov1-0/+1
2019-02-26tools: selftests: rtnetlink: add testcases for vxlan flag setsRoopa Prabhu1-0/+52
2019-02-26selftests/powerpc: Remove duplicate headerMichael Ellerman1-1/+0
2019-02-26libbpf: add support for using AF_XDP socketsMagnus Karlsson8-3/+1080
2019-02-26selftests/bpf: make sure signal interrupts BPF_PROG_TEST_RUNStanislav Fomichev1-0/+44
2019-02-25perf script python: Add Python3 support to syscall-counts-by-pid.pyTony Jones1-10/+12
2019-02-25perf script python: Add Python3 support to syscall-counts.pyTony Jones1-8/+10
2019-02-25perf script python: Add Python3 support to stat-cpi.pyTony Jones1-4/+6
2019-02-25perf script python: Add Python3 support to stackcollapse.pyTony Jones1-3/+4
2019-02-25perf script python: Add Python3 support to sctop.pyTony Jones1-8/+16
2019-02-25perf script python: Add Python3 support to powerpc-hcalls.pyTony Jones1-8/+10
2019-02-25perf script python: Add Python3 support to net_dropmonitor.pyTony Jones1-4/+6
2019-02-25perf script python: Add Python3 support to mem-phys-addr.pyTony Jones1-10/+14
2019-02-25perf script python: Add Python3 support to failed-syscalls-by-pid.pyTony Jones1-10/+11
2019-02-25perf script python: Add Python3 support to netdev-times.pyTony Jones1-40/+42
2019-02-25selftests/ftrace: Handle the absence of tputJuerg Haefliger1-2/+2
2019-02-25perf tools: Add perf_exe() helper to find perf binaryAndi Kleen3-9/+15
2019-02-25perf script: Handle missing fields with -F +..Andi Kleen1-3/+7