Age | Commit message (Expand) | Author |
2016-05-12 | perf stat: Fallback to user only counters when perf_event_paranoid > 1 | Arnaldo Carvalho de Melo |
2016-05-12 | perf evsel: Handle EACCESS + perf_event_paranoid=2 in fallback() | Arnaldo Carvalho de Melo |
2016-05-12 | perf evsel: Improve EPERM error handling in open_strerror() | Arnaldo Carvalho de Melo |
2016-05-12 | tools lib traceevent: Do not reassign parg after collapse_tree() | Steven Rostedt |
2016-05-12 | perf probe: Check if dwarf_getlocations() is available | Arnaldo Carvalho de Melo |
2016-05-12 | perf dwarf: Guard !x86_64 definitions under #ifdef else clause | Arnaldo Carvalho de Melo |
2016-05-12 | perf tools: Use readdir() instead of deprecated readdir_r() | Arnaldo Carvalho de Melo |
2016-05-12 | perf thread_map: Use readdir() instead of deprecated readdir_r() | Arnaldo Carvalho de Melo |
2016-05-12 | perf script: Use readdir() instead of deprecated readdir_r() | Arnaldo Carvalho de Melo |
2016-05-12 | perf tools: Use readdir() instead of deprecated readdir_r() | Arnaldo Carvalho de Melo |
2016-05-11 | perf diff: Fix duplicated output column | Namhyung Kim |
2016-05-08 | tools: bpf_jit_disasm: check for klogctl failure | Colin Ian King |
2016-04-23 | Merge branches 'perf-urgent-for-linus', 'smp-urgent-for-linus' and 'timers-ur... | Linus Torvalds |
2016-04-23 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2016-04-19 | Merge tag 'perf-urgent-for-mingo-20160418' of git://git.kernel.org/pub/scm/li... | Ingo Molnar |
2016-04-18 | perf intel-pt: Fix segfault tracing transactions | Adrian Hunter |
2016-04-16 | objtool: Detect falling through to the next function | Josh Poimboeuf |
2016-04-15 | objtool: Add workaround for GCC switch jump table bug | Josh Poimboeuf |
2016-04-14 | soreuseport: test mixed v4/v6 sockets | Craig Gallek |
2016-04-09 | Merge tag 'pm+acpi-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2016-04-08 | Merge branches 'pm-core', 'powercap' and 'pm-tools' | Rafael J. Wysocki |
2016-04-07 | tools/power turbostat: work around RC6 counter wrap | Len Brown |
2016-04-07 | tools/power turbostat: initial KBL support | Len Brown |
2016-04-07 | tools/power turbostat: initial SKX support | Len Brown |
2016-04-07 | tools/power turbostat: decode BXT TSC frequency via CPUID | Len Brown |
2016-04-07 | tools/power turbostat: initial BXT support | Len Brown |
2016-04-07 | tools/power turbostat: print IRTL MSRs | Len Brown |
2016-04-07 | tools/power turbostat: SGX state should print only if --debug | Len Brown |
2016-04-04 | Merge tag 'linux-kselftest-4.6-rc3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2016-04-03 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2016-03-30 | perf jit: genelf makes assumptions about endian | Anton Blanchard |
2016-03-30 | perf hists: Fix determination of a callchain node's childlessness | Andres Freund |
2016-03-30 | tools/lib/lockdep: Fix unsupported 'basename -s' in run_tests.sh | Sedat Dilek |
2016-03-29 | perf tools: Add missing initialization of perf_sample.cpumode in synthesized ... | Arnaldo Carvalho de Melo |
2016-03-29 | selftest/seccomp: Fix the seccomp(2) signature | Mickaël Salaün |
2016-03-29 | selftest/seccomp: Fix the flag name SECCOMP_FILTER_FLAG_TSYNC | Mickaël Salaün |
2016-03-28 | perf tools: Fix build break on powerpc | Sukadev Bhattiprolu |
2016-03-24 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2016-03-24 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2016-03-24 | perf bench: Fix detached tarball building due to missing 'perf bench memcpy' ... | Arnaldo Carvalho de Melo |
2016-03-24 | perf tests: Fix tarpkg build test error output redirection | Arnaldo Carvalho de Melo |
2016-03-24 | Merge tag 'perf-core-for-mingo-20160323' of git://git.kernel.org/pub/scm/linu... | Ingo Molnar |
2016-03-23 | perf llvm: Use strerror_r instead of the thread unsafe strerror one | Arnaldo Carvalho de Melo |
2016-03-23 | perf llvm: Use realpath to canonicalize paths | Arnaldo Carvalho de Melo |
2016-03-23 | perf tools: Unexport some methods unused outside strbuf.c | Arnaldo Carvalho de Melo |
2016-03-23 | perf probe: No need to use formatting strbuf method | Arnaldo Carvalho de Melo |
2016-03-23 | perf help: Use asprintf instead of adhoc equivalents | Arnaldo Carvalho de Melo |
2016-03-23 | perf tools: Remove unused perf_pathdup, xstrdup functions | Arnaldo Carvalho de Melo |
2016-03-23 | perf tools: Do not include stringify.h from the kernel sources | Arnaldo Carvalho de Melo |
2016-03-23 | tools include: Copy linux/stringify.h from the kernel | Arnaldo Carvalho de Melo |