Age | Commit message (Expand) | Author |
2018-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2018-10-23 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2018-10-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2018-10-19 | tools, perf: add and use optimized ring_buffer_{read_head, write_tail} helpers | Daniel Borkmann |
2018-10-17 | perf tools: Stop fallbacking to kallsyms for vdso symbols lookup | Arnaldo Carvalho de Melo |
2018-10-16 | perf report: Don't crash on invalid inline debug information | Milian Wolff |
2018-10-16 | perf cpu_map: Align cpu map synthesized events properly. | David Miller |
2018-10-16 | perf evsel: Store ids for events with their own cpus perf_event__synthesize_e... | Jiri Olsa |
2018-10-09 | Revert "perf tools: Fix PMU term format max value calculation" | Jiri Olsa |
2018-10-09 | Merge tag 'perf-core-for-mingo-4.20-20181008' of git://git.kernel.org/pub/scm... | Ingo Molnar |
2018-10-09 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar |
2018-10-08 | tools lib traceevent, perf tools: Move struct tep_handler definition in a loc... | Tzvetomir Stoyanov |
2018-10-08 | perf python: More portable way to make CFLAGS work with clang | Eduardo Habkost |
2018-10-08 | perf python: Make clang_has_option() work on Python 3 | Eduardo Habkost |
2018-10-08 | perf tools: Free temporary 'sys' string in read_event_files() | Sanskriti Sharma |
2018-10-08 | perf tools: Avoid double free in read_event_file() | Sanskriti Sharma |
2018-10-08 | perf tools: Free 'printk' string in parse_ftrace_printk() | Sanskriti Sharma |
2018-10-08 | perf tools: Cleanup trace-event-info 'tdata' leak | Sanskriti Sharma |
2018-10-08 | perf strbuf: Match va_{add,copy} with va_end | Sanskriti Sharma |
2018-10-08 | perf auxtrace: Include missing asm/bitsperlong.h to get BITS_PER_LONG | Arnaldo Carvalho de Melo |
2018-10-05 | perf record: Use unmapped IP for inline callchain cursors | Milian Wolff |
2018-10-05 | perf python: Use -Wno-redundant-decls to build with PYTHON=python3 | Arnaldo Carvalho de Melo |
2018-09-27 | perf report: Don't try to map ip to invalid map | Milian Wolff |
2018-09-20 | perf intel-pt: Implement decoder flags for trace begin / end | Adrian Hunter |
2018-09-20 | perf intel-pt: Add decoder flags for trace begin / end | Adrian Hunter |
2018-09-20 | perf tools: Improve thread_stack__process() for trace begin / end | Adrian Hunter |
2018-09-20 | perf tools: Improve thread_stack__event() for trace begin / end | Adrian Hunter |
2018-09-20 | perf db-export: Add trace begin / end branch type variants | Adrian Hunter |
2018-09-19 | tools lib traceevent: Rename data2host*() APIs | Tzvetomir Stoyanov (VMware) |
2018-09-19 | tools lib traceevent: Rename struct plugin_list to struct tep_plugin_list | Tzvetomir Stoyanov (VMware) |
2018-09-19 | tools lib traceevent, perf tools: Rename enum print_arg_type to enum tep_prin... | Tzvetomir Stoyanov (VMware) |
2018-09-19 | tools lib traceevent, perf tools: Add prefix tep_ to all print_* structures | Tzvetomir Stoyanov (VMware) |
2018-09-19 | tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format... | Tzvetomir Stoyanov (VMware) |
2018-09-19 | tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_... | Tzvetomir Stoyanov (VMware) |
2018-09-19 | tools lib traceevent, perf tools: Rename struct event_format to struct tep_ev... | Tzvetomir Stoyanov (VMware) |
2018-09-19 | perf tools: Report itrace options in help | Andi Kleen |
2018-09-19 | perf python: Use -Wno-redundant-decls to build with PYTHON=python3 | Arnaldo Carvalho de Melo |
2018-09-19 | perf tools: Initialize perf_data_file fd field | Jérémie Galarneau |
2018-09-19 | perf util: Make copyfile_offset() global | Jiri Olsa |
2018-09-19 | perf tools: Add 'struct perf_mmap' arg to record__write() | Jiri Olsa |
2018-09-19 | perf auxtrace: Pass struct perf_mmap into mmap__read* functions | Jiri Olsa |
2018-09-19 | perf tools: Remove perf_tool from event_op3 | Jiri Olsa |
2018-09-19 | perf tools: Remove perf_tool from event_op2 | Jiri Olsa |
2018-09-19 | perf bpf-loader: use PTR_ERR_OR_ZERO inetead of return code | Ding Xiang |
2018-09-19 | perf ordered_events: Prevent crossing max_alloc_size | Jiri Olsa |
2018-09-19 | perf ordered_events: Add 'struct ordered_events_buffer' layer | Jiri Olsa |
2018-09-18 | Merge remote-tracking branch 'acme/perf/urgent' into perf/core | Arnaldo Carvalho de Melo |
2018-09-11 | perf tools: Fix maps__find_symbol_by_name() | Adrian Hunter |
2018-09-04 | perf map: Turn some pr_warning() to pr_debug() | Arnaldo Carvalho de Melo |
2018-08-30 | perf stat: Move the display functions to stat-display.c | Jiri Olsa |