summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-04tools/headers: Synchronize kernel ABI headersIngo Molnar
2017-11-04objtool: Resync objtool's instruction decoder source code copy with the kerne...Josh Poimboeuf
2017-11-03Merge branch 'linus' into perf/urgent, to pick up dependent commitsIngo Molnar
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02Merge tag 'linux-kselftest-4.14-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01perf srcline: Show correct function name for srcline of callchainsNamhyung Kim
2017-11-01perf srcline: Fix memory leak in addr2inlines()Namhyung Kim
2017-11-01bpf: remove SK_REDIRECT from UAPIJohn Fastabend
2017-10-31selftests: lib.mk: print individual test results to console by defaultShuah Khan
2017-10-31perf trace beauty kcmp: Beautify argumentsArnaldo Carvalho de Melo
2017-10-31perf trace beauty: Implement pid_fd beautifierArnaldo Carvalho de Melo
2017-10-31tools include uapi: Grab a copy of linux/kcmp.hArnaldo Carvalho de Melo
2017-10-31perf callchain: Fix double mapping al->addr for children without self periodNamhyung Kim
2017-10-31tc-testing: fix arg to ip command: -s -> -nBrenda J. Butler
2017-10-30perf stat: Make --per-thread update shadow stats to show metricsJiri Olsa
2017-10-30perf stat: Move the shadow stats scale computation in perf_stat__update_shado...Jiri Olsa
2017-10-30perf tools: Add perf_data_file__write functionJiri Olsa
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa
2017-10-30perf script: Print information about per-event-dump filesArnaldo Carvalho de Melo
2017-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-10-29selftests: Introduce a new test case to tc testsuiteChris Mi
2017-10-29selftests: Introduce a new script to generate tc batch fileChris Mi
2017-10-29bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend
2017-10-28Merge tag 'kbuild-fixes-v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-10-27perf tools: Unwind properly location after REJECTJiri Olsa
2017-10-27perf trace beauty prctl: Generate 'option' string table from kernel headersArnaldo Carvalho de Melo
2017-10-27tools include uapi: Grab a copy of linux/prctl.hArnaldo Carvalho de Melo
2017-10-27perf script: Allow creating per-event dump filesArnaldo Carvalho de Melo
2017-10-27perf evsel: Restore evsel->priv as a tool private areaArnaldo Carvalho de Melo
2017-10-27perf script: Use event_format__fprintf()Arnaldo Carvalho de Melo
2017-10-27perf script: Use pr_debug where appropriateArnaldo Carvalho de Melo
2017-10-27perf script: Add a few missing conversions to fprintf styleArnaldo Carvalho de Melo
2017-10-27Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2017-10-25perf symbols: Fix memory corruption because of zero length symbolsRavi Bangoria
2017-10-25perf util: Enable handling of inlined frames by defaultMilian Wolff
2017-10-25perf report: Use srcline from callchain for hist entriesMilian Wolff
2017-10-25perf report: Cache srclines for callchain nodesMilian Wolff
2017-10-25perf report: Cache failed lookups of inlined framesMilian Wolff
2017-10-25perf report: Properly handle branch count in match_chain()Milian Wolff
2017-10-24perf report: Compare symbol name for inlined frames when sortingMilian Wolff
2017-10-24perf callchain: Compare symbol name for inlined frames when matchingMilian Wolff
2017-10-24perf script: Mark inlined frames and do not print DSO for themMilian Wolff
2017-10-24perf callchain: Mark inlined frames in output by " (inlined)" suffixMilian Wolff
2017-10-24perf report: Fall-back to function name comparison for -g srclineMilian Wolff