Age | Commit message (Expand) | Author |
2017-11-07 | Merge branch 'linus' into perf/core, to fix conflicts | Ingo Molnar |
2017-11-05 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2017-11-04 | tools/headers: Synchronize kernel ABI headers | Ingo Molnar |
2017-11-04 | objtool: Resync objtool's instruction decoder source code copy with the kerne... | Josh Poimboeuf |
2017-11-03 | Merge branch 'linus' into perf/urgent, to pick up dependent commits | Ingo Molnar |
2017-11-02 | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2017-11-02 | Merge tag 'linux-kselftest-4.14-rc7' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2017-11-02 | License cleanup: add SPDX license identifier to uapi header files with a license | Greg Kroah-Hartman |
2017-11-02 | License cleanup: add SPDX license identifier to uapi header files with no lic... | Greg Kroah-Hartman |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-11-01 | perf srcline: Show correct function name for srcline of callchains | Namhyung Kim |
2017-11-01 | perf srcline: Fix memory leak in addr2inlines() | Namhyung Kim |
2017-11-01 | bpf: remove SK_REDIRECT from UAPI | John Fastabend |
2017-10-31 | selftests: lib.mk: print individual test results to console by default | Shuah Khan |
2017-10-31 | perf trace beauty kcmp: Beautify arguments | Arnaldo Carvalho de Melo |
2017-10-31 | perf trace beauty: Implement pid_fd beautifier | Arnaldo Carvalho de Melo |
2017-10-31 | tools include uapi: Grab a copy of linux/kcmp.h | Arnaldo Carvalho de Melo |
2017-10-31 | perf callchain: Fix double mapping al->addr for children without self period | Namhyung Kim |
2017-10-31 | tc-testing: fix arg to ip command: -s -> -n | Brenda J. Butler |
2017-10-30 | perf stat: Make --per-thread update shadow stats to show metrics | Jiri Olsa |
2017-10-30 | perf stat: Move the shadow stats scale computation in perf_stat__update_shado... | Jiri Olsa |
2017-10-30 | perf tools: Add perf_data_file__write function | Jiri Olsa |
2017-10-30 | perf tools: Add struct perf_data_file | Jiri Olsa |
2017-10-30 | perf tools: Rename struct perf_data_file to perf_data | Jiri Olsa |
2017-10-30 | perf script: Print information about per-event-dump files | Arnaldo Carvalho de Melo |
2017-10-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2017-10-29 | selftests: Introduce a new test case to tc testsuite | Chris Mi |
2017-10-29 | selftests: Introduce a new script to generate tc batch file | Chris Mi |
2017-10-29 | bpf: rename sk_actions to align with bpf infrastructure | John Fastabend |
2017-10-28 | Merge tag 'kbuild-fixes-v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2017-10-27 | perf tools: Unwind properly location after REJECT | Jiri Olsa |
2017-10-27 | perf trace beauty prctl: Generate 'option' string table from kernel headers | Arnaldo Carvalho de Melo |
2017-10-27 | tools include uapi: Grab a copy of linux/prctl.h | Arnaldo Carvalho de Melo |
2017-10-27 | perf script: Allow creating per-event dump files | Arnaldo Carvalho de Melo |
2017-10-27 | perf evsel: Restore evsel->priv as a tool private area | Arnaldo Carvalho de Melo |
2017-10-27 | perf script: Use event_format__fprintf() | Arnaldo Carvalho de Melo |
2017-10-27 | perf script: Use pr_debug where appropriate | Arnaldo Carvalho de Melo |
2017-10-27 | perf script: Add a few missing conversions to fprintf style | Arnaldo Carvalho de Melo |
2017-10-27 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar |
2017-10-25 | perf symbols: Fix memory corruption because of zero length symbols | Ravi Bangoria |
2017-10-25 | perf util: Enable handling of inlined frames by default | Milian Wolff |
2017-10-25 | perf report: Use srcline from callchain for hist entries | Milian Wolff |
2017-10-25 | perf report: Cache srclines for callchain nodes | Milian Wolff |
2017-10-25 | perf report: Cache failed lookups of inlined frames | Milian Wolff |
2017-10-25 | perf report: Properly handle branch count in match_chain() | Milian Wolff |
2017-10-24 | perf report: Compare symbol name for inlined frames when sorting | Milian Wolff |
2017-10-24 | perf callchain: Compare symbol name for inlined frames when matching | Milian Wolff |
2017-10-24 | perf script: Mark inlined frames and do not print DSO for them | Milian Wolff |
2017-10-24 | perf callchain: Mark inlined frames in output by " (inlined)" suffix | Milian Wolff |
2017-10-24 | perf report: Fall-back to function name comparison for -g srcline | Milian Wolff |