Age | Commit message (Expand) | Author |
2019-11-10 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2019-11-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2019-11-05 | perf tools: Fix time sorting | Jiri Olsa |
2019-11-05 | perf tools: Remove unused trace_find_next_event() | Steven Rostedt (VMware) |
2019-11-05 | perf scripting engines: Iterate on tep event arrays directly | Steven Rostedt (VMware) |
2019-10-31 | perf tools: Make usage of test_attr__* optional for perf-sys.h | Björn Töpel |
2019-10-16 | perf kmem: Fix memory leak in compact_gfp_flags() | Yunfeng Ye |
2019-10-15 | perf c2c: Fix memory leak in build_cl_output() | Yunfeng Ye |
2019-10-15 | perf tools: Fix mode setting in copyfile_mode_ns() | Adrian Hunter |
2019-10-15 | perf annotate: Fix multiple memory and file descriptor leaks | Gustavo A. R. Silva |
2019-10-15 | perf tools: Fix resource leak of closedir() on the error paths | Yunfeng Ye |
2019-10-15 | perf evlist: Fix fix for freed id arrays | Andi Kleen |
2019-10-15 | perf jvmti: Link against tools/lib/ctype.h to have weak strlcpy() | Thomas Richter |
2019-09-30 | perf annotate: Don't return -1 for error when doing BPF disassembly | Arnaldo Carvalho de Melo |
2019-09-30 | perf annotate: Return appropriate error code for allocation failures | Arnaldo Carvalho de Melo |
2019-09-30 | perf annotate: Fix arch specific ->init() failure errors | Arnaldo Carvalho de Melo |
2019-09-30 | perf annotate: Propagate the symbol__annotate() error return | Arnaldo Carvalho de Melo |
2019-09-30 | perf annotate: Fix the signedness of failure returns | Arnaldo Carvalho de Melo |
2019-09-30 | perf annotate: Propagate perf_env__arch() error | Arnaldo Carvalho de Melo |
2019-09-30 | perf evsel: Fall back to global 'perf_env' in perf_evsel__env() | Arnaldo Carvalho de Melo |
2019-09-30 | perf tools: Propagate get_cpuid() error | Arnaldo Carvalho de Melo |
2019-09-30 | perf jevents: Fix period for Intel fixed counters | Andi Kleen |
2019-09-30 | perf script brstackinsn: Fix recovery from LBR/binary mismatch | Andi Kleen |
2019-09-30 | perf docs: Correct and clarify jitdump spec | Steve MacLean |
2019-09-30 | perf inject jit: Fix JIT_CODE_MOVE filename | Steve MacLean |
2019-09-30 | perf map: Fix overlapped map handling | Steve MacLean |
2019-09-30 | perf vendor events s390: Use s390 machine name instead of type 8561 | Thomas Richter |
2019-09-30 | perf vendor events s390: Add JSON transaction for machine type 8561 | Thomas Richter |
2019-09-30 | perf llvm: Don't access out-of-scope array | Ian Rogers |
2019-09-30 | tools headers uapi: Sync linux/fs.h with the kernel sources | Arnaldo Carvalho de Melo |
2019-09-27 | perf docs: Allow man page date to be specified | Ian Rogers |
2019-09-27 | perf tests: Avoid raising SEGV using an obvious NULL dereference | Ian Rogers |
2019-09-26 | perf unwind: Fix libunwind build failure on i386 systems | Arnaldo Carvalho de Melo |
2019-09-25 | perf parser: Remove needless include directives | Arnaldo Carvalho de Melo |
2019-09-25 | perf build: Add detection of java-11-openjdk-devel package | Thomas Richter |
2019-09-25 | perf jvmti: Include JVMTI support for s390 | Thomas Richter |
2019-09-25 | perf vendor events: Remove P8 HW events which are not supported | Mamatha Inamdar |
2019-09-25 | perf evlist: Fix access of freed id arrays | Andi Kleen |
2019-09-25 | perf stat: Fix free memory access / memory leaks in metrics | Andi Kleen |
2019-09-25 | perf tools: Replace needless mmap.h with what is needed, event.h | Arnaldo Carvalho de Melo |
2019-09-25 | perf evsel: Move config terms to a separate header | Arnaldo Carvalho de Melo |
2019-09-25 | perf evlist: Remove unused perf_evlist__fprintf() method | Arnaldo Carvalho de Melo |
2019-09-25 | perf evsel: Introduce evsel_fprintf.h | Arnaldo Carvalho de Melo |
2019-09-25 | perf evsel: Remove need for symbol_conf in evsel_fprintf.c | Arnaldo Carvalho de Melo |
2019-09-25 | perf copyfile: Move copyfile routines to separate files | Arnaldo Carvalho de Melo |
2019-09-25 | libperf: Add perf_evlist__poll() function | Jiri Olsa |
2019-09-25 | libperf: Add perf_evlist__add_pollfd() function | Jiri Olsa |
2019-09-25 | libperf: Add perf_evlist__alloc_pollfd() function | Jiri Olsa |
2019-09-25 | libperf: Add libperf_init() call to the tests | Jiri Olsa |
2019-09-25 | libperf: Merge libperf_set_print() into libperf_init() | Jiri Olsa |