summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)Author
2020-07-06tools lib traceevent: Fix reporting of unknown SVM exit reasonsJan Kiszka
2020-07-06tools lib traceevent: Change to SPDX License formatSteven Rostedt (VMware)
2020-07-06tools lib traceevent: Add builtin handler for trace_marker_rawSteven Rostedt (VMware)
2020-07-06tools lib traceevent: Move kernel_stack event handler to "function" plugin.Tzvetomir Stoyanov (VMware)
2020-07-06tools lib traceevent: Add plugin for decoding syscalls/sys_enter_futexJulia Cartwright
2020-07-06tools lib traceevent: Add offset option for function pluginSteven Rostedt (VMware)
2020-07-06tools lib traceevent: Add more SVM exit reasonsJan Kiszka
2020-07-06tools lib traceevent: Add plugin for tlb_flushSteven Rostedt (Red Hat)
2020-07-06tools lib traceevent: Optimize pretty_print() functionTzvetomir Stoyanov (VMware)
2020-07-06tools lib traceevent: Add support for more printk format specifiersTzvetomir Stoyanov (VMware)
2020-07-06tools lib traceevent: Introduced new traceevent API, for adding new plugins d...Tzvetomir Stoyanov (VMware)
2020-07-06tools lib traceevent: Add interface for options to pluginsTzvetomir Stoyanov (VMware)
2020-07-06tools lib traceevent: Add tep_load_plugins_hook() APITzvetomir Stoyanov (VMware)
2020-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-07-03tools lib traceevent: Add proper KBUFFER_TYPE_TIME_STAMP handlingTom Zanussi
2020-07-03tools lib traceevent: Add API to read time information from kbufferSteven Rostedt (Red Hat)
2020-07-01libbpf: Make bpf_endian co-exist with vmlinux.hAndrii Nakryiko
2020-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-06-28libbpf: Support disabling auto-loading BPF programsAndrii Nakryiko
2020-06-25libbpf: Adjust SEC short cut for expected attach type BPF_XDP_DEVMAPJesper Dangaard Brouer
2020-06-24libbpf: Prevent loading vmlinux BTF twiceAndrii Nakryiko
2020-06-24libbpf: Fix spelling mistake "kallasyms" -> "kallsyms"Colin Ian King
2020-06-23libbpf: Fix CO-RE relocs against .text sectionAndrii Nakryiko
2020-06-22libbpf: Wrap source argument of BPF_CORE_READ macro in parenthesesAndrii Nakryiko
2020-06-22libbpf: Add support for extracting kernel symbol addressesAndrii Nakryiko
2020-06-22libbpf: Generalize libbpf externs supportAndrii Nakryiko
2020-06-23libbpf: Add a bunch of attribute getters/setters for map definitionsAndrii Nakryiko
2020-06-22libbpf: Forward-declare bpf_stats_type for systems with outdated UAPI headersAndrii Nakryiko
2020-06-18tools lib traceevent: Add handler for __builtin_expect()Steven Rostedt (VMware)
2020-06-18tools lib traceevent: Handle __attribute__((user)) in field namesSteven Rostedt (VMware)
2020-06-18tools lib traceevent: Add append() function helper for appending stringsSteven Rostedt (VMware)
2020-06-17libbpf: Bump version to 0.1.0Andrii Nakryiko
2020-06-12libbpf: Support pre-initializing .bss global variablesAndrii Nakryiko
2020-06-10libbpf: Handle GCC noreturn-turned-volatile quirkAndrii Nakryiko
2020-06-10libbpf: Define __WORDSIZE if not availableArnaldo Carvalho de Melo
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-01libbpf: Add support for bpf_link-based netns attachmentJakub Sitnicki
2020-06-01libbpf: Add _GNU_SOURCE for reallocarray to ringbuf.cAndrii Nakryiko
2020-06-01libbpf: Add SEC name for xdp programs attached to device mapDavid Ahern
2020-06-01libbpf: Add BPF ring buffer supportAndrii Nakryiko
2020-06-01libbpf: Fix perf_buffer__free() API for sparse allocsEelco Chaudron
2020-06-01libbpf: Use .so dynamic symbols for abi checkYauheni Kaliuta
2020-06-01libbpf: Install headers as part of make installNikolay Borisov
2020-06-01libbpf: Add API to consume the perf ring buffer contentEelco Chaudron
2020-05-28Merge tag 'v5.7-rc7' into perf/core, to pick up fixesIngo Molnar
2020-05-19bpf, libbpf: Enable get{peer, sock}name attach typesDaniel Borkmann
2020-05-16libbpf, hashmap: Fix signedness warningsIan Rogers
2020-05-16libbpf, hashmap: Remove unused #includeIan Rogers
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-14libbpf: Fix register naming in PT_REGS s390 macrosSumanth Korikkar