Age | Commit message (Expand) | Author | Files | Lines |
2020-08-13 | libperf: Fix man page typos | Rob Herring | 3 | -14/+17 |
2020-08-10 | Merge tag 'perf-tools-2020-08-10' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 22 | -432/+1454 |
2020-08-07 | tools/: replace HTTP links with HTTPS ones | Alexander A. Klimov | 2 | -2/+2 |
2020-08-06 | tools lib traceevent: Handle possible strdup() error in tep_add_plugin_path()... | Tzvetomir Stoyanov (VMware) | 1 | -0/+4 |
2020-08-06 | libtraceevent: Fixed description of tep_add_plugin_path() API | Tzvetomir Stoyanov (VMware) | 1 | -2/+2 |
2020-08-06 | libtraceevent: Fixed type in PRINT_FMT_STING | Tzvetomir Stoyanov (VMware) | 2 | -4/+4 |
2020-08-06 | libtraceevent: Fixed broken indentation in parse_ip4_print_args() | Tzvetomir Stoyanov (VMware) | 1 | -2/+2 |
2020-08-06 | libtraceevent: Improve error handling of tep_plugin_add_option() API | Tzvetomir Stoyanov (VMware) | 1 | -7/+9 |
2020-08-06 | libtraceevent: Fix typo in tep_plugin_add_option() description | Tzvetomir Stoyanov (VMware) | 1 | -1/+1 |
2020-08-06 | libtraceevent: Handle strdup() error in parse_option_name() | Tzvetomir Stoyanov (VMware) | 1 | -3/+5 |
2020-08-06 | libtraceevent: Document tep_load_plugins_hook() | Tzvetomir Stoyanov (VMware) | 2 | -1/+40 |
2020-08-06 | Mgerge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 13 | -310/+843 |
2020-08-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 9 | -52/+140 |
2020-08-03 | libbpf: Add btf__parse_raw() and generic btf__parse() APIs | Andrii Nakryiko | 3 | -38/+83 |
2020-08-03 | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 6 | -7/+23 |
2020-08-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -1/+2 |
2020-08-01 | libbpf: Add bpf_link detach APIs | Andrii Nakryiko | 5 | -0/+20 |
2020-07-31 | libbpf: Fix register in PT_REGS MIPS macros | Jerry Crunchtime | 1 | -2/+2 |
2020-07-31 | libtraceevent: Fix build with binutils 2.35 | Ben Hutchings | 1 | -1/+1 |
2020-07-31 | tools lib traceevent: Fix memory leak in process_dynamic_array_len | Philippe Duplessis-Guindon | 1 | -0/+1 |
2020-07-31 | libbpf: Make destructors more robust by handling ERR_PTR(err) cases | Andrii Nakryiko | 3 | -8/+7 |
2020-07-25 | libbpf: Add support for BPF XDP link | Andrii Nakryiko | 3 | -1/+11 |
2020-07-25 | libbpf: Print hint when PERF_EVENT_IOC_SET_BPF returns -EPROTO | Song Liu | 1 | -0/+3 |
2020-07-25 | tools/libbpf: Add support for bpf map element iterator | Yonghong Song | 4 | -3/+14 |
2020-07-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+3 |
2020-07-21 | libbpf bpf_helpers: Use __builtin_offsetof for offsetof | Ian Rogers | 1 | -1/+1 |
2020-07-21 | libperf: Avoid counting of nonfilterable fdarray fds | Alexey Budankov | 1 | -1/+2 |
2020-07-21 | libperf: Add flags to fdarray fds objects | Alexey Budankov | 4 | -10/+23 |
2020-07-21 | libperf: Avoid internal moving of fdarray fds | Alexey Budankov | 1 | -6/+5 |
2020-07-17 | libbpf: Add support for SK_LOOKUP program type | Jakub Sitnicki | 4 | -0/+10 |
2020-07-17 | libsubcmd: Fix OPT_CALLBACK_SET() | Ravi Bangoria | 1 | -0/+3 |
2020-07-16 | libbpf: Add SEC name for xdp programs attached to CPUMAP | Lorenzo Bianconi | 1 | -0/+2 |
2020-07-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 5 | -74/+102 |
2020-07-13 | tools/bpftool: Strip away modifiers from global variables | Andrii Nakryiko | 1 | -1/+1 |
2020-07-13 | libbpf: Support stripping modifiers for btf_dump | Andrii Nakryiko | 2 | -2/+10 |
2020-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 5 | -12/+57 |
2020-07-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 3 | -6/+18 |
2020-07-10 | libbpf: Fix memory leak and optimize BTF sanitization | Andrii Nakryiko | 3 | -10/+5 |
2020-07-10 | perf tools: Add support for PERF_RECORD_TEXT_POKE | Adrian Hunter | 1 | -0/+9 |
2020-07-09 | libbpf: Fix libbpf hashmap on (I)LP32 architectures | Jakub Bogusz | 1 | -4/+8 |
2020-07-09 | libbpf: Handle missing BPF_OBJ_GET_INFO_BY_FD gracefully in perf_buffer | Andrii Nakryiko | 1 | -11/+20 |
2020-07-09 | libbpf: Improve BTF sanitization handling | Andrii Nakryiko | 1 | -45/+58 |
2020-07-09 | libbpf: Add btf__set_fd() for more control over loaded BTF FD | Andrii Nakryiko | 3 | -1/+8 |
2020-07-09 | libbpf: Make BTF finalization strict | Andrii Nakryiko | 1 | -12/+4 |
2020-07-08 | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 2 | -6/+39 |
2020-07-08 | libbpf: Add support for BPF_CGROUP_INET_SOCK_RELEASE | Stanislav Fomichev | 1 | -0/+4 |
2020-07-06 | tools lib traceevent: Fix reporting of unknown SVM exit reasons | Jan Kiszka | 1 | -1/+1 |
2020-07-06 | tools lib traceevent: Change to SPDX License format | Steven Rostedt (VMware) | 11 | -174/+11 |
2020-07-06 | tools lib traceevent: Add builtin handler for trace_marker_raw | Steven Rostedt (VMware) | 1 | -0/+41 |
2020-07-06 | tools lib traceevent: Move kernel_stack event handler to "function" plugin. | Tzvetomir Stoyanov (VMware) | 1 | -0/+41 |