summaryrefslogtreecommitdiffstats
path: root/tools/lib
AgeCommit message (Expand)Author
2020-07-21libperf: Avoid counting of nonfilterable fdarray fdsAlexey Budankov
2020-07-21libperf: Add flags to fdarray fds objectsAlexey Budankov
2020-07-21libperf: Avoid internal moving of fdarray fdsAlexey Budankov
2020-07-10perf tools: Add support for PERF_RECORD_TEXT_POKEAdrian Hunter
2020-07-08Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
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-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-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-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
2020-05-13bpf: Change btf_iter func proto prefix to "bpf_iter_"Yonghong Song
2020-05-13libbpf: Fix probe code to return EPERM if encounteredEelco Chaudron
2020-05-11bpf, libbpf: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-09tools/libpf: Add offsetof/container_of macro in bpf_helpers.hYonghong Song
2020-05-09tools/libbpf: Add bpf_iter supportYonghong Song
2020-05-05libsymbols kallsyms: Move hex2u64 out of headerIan Rogers
2020-05-05libsymbols kallsyms: Parse using io apiIan Rogers
2020-05-05libperf evlist: Fix a refcount leakIan Rogers
2020-05-05libperf: Add NULL pointer check for cpu_map iteration and NULL assignment for...He Zhe