aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman12-0/+12
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no licenseGreg Kroah-Hartman39-0/+39
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman923-0/+923
2017-11-02Merge branch 'x86/mpx/prep' into x86/asmIngo Molnar19-39/+675
2017-11-02bpf: add test cases to bpf selftests to cover all meta testsDaniel Borkmann1-0/+442
2017-11-02bpf: minor cleanups after mergeDaniel Borkmann1-72/+72
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+3
2017-11-01perf srcline: Show correct function name for srcline of callchainsNamhyung Kim1-40/+55
2017-11-01perf srcline: Fix memory leak in addr2inlines()Namhyung Kim1-5/+2
2017-11-01selftests/bpf: remove useless bpf_trace_printkAlexei Starovoitov2-5/+0
2017-11-01bpf: remove SK_REDIRECT from UAPIJohn Fastabend1-2/+1
2017-11-01tc-testing: better test case file error reportingBrenda J. Butler1-9/+14
2017-11-01tc-testing: better check if thing is listBrenda J. Butler1-1/+1
2017-11-01tc-testing: correction to docstring in get_unique_itemBrenda J. Butler1-1/+1
2017-11-01tc-testing: split config fileBrenda J. Butler2-0/+37
2017-11-01tc-testing: gitignore, ignore standard python artifactsBrenda J. Butler1-0/+1
2017-11-01tc-testing: very simple example test casesBrenda J. Butler3-2/+80
2017-10-31selftests: lib.mk: print individual test results to console by defaultShuah Khan1-1/+5
2017-10-31perf trace beauty kcmp: Beautify argumentsArnaldo Carvalho de Melo6-0/+76
2017-10-31perf trace beauty: Implement pid_fd beautifierArnaldo Carvalho de Melo2-0/+20
2017-10-31tools include uapi: Grab a copy of linux/kcmp.hArnaldo Carvalho de Melo2-0/+28
2017-10-31perf callchain: Fix double mapping al->addr for children without self periodNamhyung Kim1-4/+1
2017-10-31tc-testing: fix arg to ip command: -s -> -nBrenda J. Butler1-2/+2
2017-10-30perf stat: Make --per-thread update shadow stats to show metricsJiri Olsa1-0/+2
2017-10-30perf stat: Move the shadow stats scale computation in perf_stat__update_shadow_statsJiri Olsa4-30/+29
2017-10-30perf tools: Add perf_data_file__write functionJiri Olsa2-1/+9
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa23-97/+127
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa30-238/+238
2017-10-30perf script: Print information about per-event-dump filesArnaldo Carvalho de Melo1-8/+69
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-23/+150
2017-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-7/+104
2017-10-29selftests: Introduce a new test case to tc testsuiteChris Mi3-5/+40
2017-10-29selftests: Introduce a new script to generate tc batch fileChris Mi1-0/+62
2017-10-29tools: bpftool: add bash completion for bpftoolQuentin Monnet2-0/+357
2017-10-29bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend1-2/+2
2017-10-28Merge tag 'kbuild-fixes-v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-4/+4
2017-10-27perf tools: Unwind properly location after REJECTJiri Olsa1-2/+6
2017-10-27perf trace beauty prctl: Generate 'option' string table from kernel headersArnaldo Carvalho de Melo6-3/+124
2017-10-27tools include uapi: Grab a copy of linux/prctl.hArnaldo Carvalho de Melo2-0/+201
2017-10-27perf script: Allow creating per-event dump filesArnaldo Carvalho de Melo2-1/+62
2017-10-27perf evsel: Restore evsel->priv as a tool private areaArnaldo Carvalho de Melo3-10/+13
2017-10-27perf script: Use event_format__fprintf()Arnaldo Carvalho de Melo1-3/+4
2017-10-27perf script: Use pr_debug where appropriateArnaldo Carvalho de Melo1-7/+6
2017-10-27perf script: Add a few missing conversions to fprintf styleArnaldo Carvalho de Melo1-5/+4
2017-10-27Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar6-9/+531
2017-10-26tools: bpftool: try to mount bpffs if required for pinning objectsQuentin Monnet2-8/+65
2017-10-25perf symbols: Fix memory corruption because of zero length symbolsRavi Bangoria1-1/+11
2017-10-25perf util: Enable handling of inlined frames by defaultMilian Wolff3-2/+5
2017-10-25perf report: Use srcline from callchain for hist entriesMilian Wolff4-0/+5
2017-10-25perf report: Cache srclines for callchain nodesMilian Wolff5-3/+90