- 01897f3 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- 3615353 libbpf: Fix compile error in libbpf_attach_type_by_name by Andrey Ignatov · 6 years ago
- f0718d7 Merge branch 'linus' into perf/urgent, to pick up fixes by Ingo Molnar · 6 years ago
- 50b825d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
- c05f364 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- a19c59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
- 21ea1d3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 3dca211 bpf, libbpf: simplify and cleanup perf ring buffer walk by Daniel Borkmann · 6 years ago
- a64af0e bpf, libbpf: use correct barriers in perf ring buffer walk by Daniel Borkmann · 6 years ago
- 43b987d selftests/bpf: add test cases for queue and stack maps by Mauricio Vasquez B · 6 years ago
- 4ba8b3e tools lib subcmd: Introduce OPTION_ULONG by Arnaldo Carvalho de Melo · 6 years ago
- ce6c9da Merge remote-tracking branch 'tip/perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 6 years ago
- ab9e084 libbpf: Per-symbol visibility for DSO by Andrey Ignatov · 6 years ago
- c458a62 perf tools: Fix tracing_path_mount proper path by Jiri Olsa · 6 years ago
- c034a17 bpf: bpftool, add flag to allow non-compat map definitions by John Fastabend · 6 years ago
- 438363c tools/bpf: use proper type and uapi perf_event.h header for libbpf by Yonghong Song · 6 years ago
- bb3dd7e tools lib traceevent, perf tools: Move struct tep_handler definition in a local header file by Tzvetomir Stoyanov · 6 years ago
- bbbab19 tools lib traceevent: Separate out tep_strerror() for strerror_r() issues by Steven Rostedt (VMware) · 6 years ago
- 1bc38b8 libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-Clause by Alexei Starovoitov · 6 years ago
- e5b0863 libbpf: Use __u32 instead of u32 in bpf_program__load by Andrey Ignatov · 6 years ago
- eff8190 libbpf: Make include guards consistent by Andrey Ignatov · 6 years ago
- 24d6a80 libbpf: Consistent prefixes for interfaces in str_error.h. by Andrey Ignatov · 6 years ago
- f04bc8a4 libbpf: Consistent prefixes for interfaces in nlattr.h. by Andrey Ignatov · 6 years ago
- aae5778 libbpf: Consistent prefixes for interfaces in libbpf.h. by Andrey Ignatov · 6 years ago
- 434fe9d libbpf: Move __dump_nlmsg_t from API to implementation by Andrey Ignatov · 6 years ago
- 29cd77f libbpf: Support loading individual progs by Joe Stringer · 6 years ago
- c6f6851 libbpf: Support sk_skb/stream_{parser, verdict} section names by Andrey Ignatov · 6 years ago
- bafa7af libbpf: Support cgroup_skb/{e,in}gress section names by Andrey Ignatov · 6 years ago
- 956b620 libbpf: Introduce libbpf_attach_type_by_name by Andrey Ignatov · 6 years ago
- 105bc13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
- 035c450 tools lib traceevent: Add prefix tep_ to enum filter_trivial_type by Tzvetomir Stoyanov (VMware) · 6 years ago
- 1affd34 tools lib traceevent: Rename data2host*() APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- 785be0c tools lib traceevent: Rename struct plugin_list to struct tep_plugin_list by Tzvetomir Stoyanov (VMware) · 6 years ago
- 9334c96 tools lib traceevent: Add prefix tep_ to structs filter_type and event_filter by Tzvetomir Stoyanov (VMware) · 6 years ago
- 88e6c21 tools lib traceevent: Add prefix tep_ to various structs filter_arg_*. by Tzvetomir Stoyanov (VMware) · 6 years ago
- 0515ca5 tools lib traceevent: Add prefix tep_ to struct filter_{arg,value_type} by Tzvetomir Stoyanov (VMware) · 6 years ago
- 4746d22 tools lib traceevent: Add prefix tep_ to enums filter_{exp,arg}_type by Tzvetomir Stoyanov (VMware) · 6 years ago
- e906bb7 tools lib traceevent: Add prefix tep_ to enums filter_{boolean,op,cmp}_type by Tzvetomir Stoyanov (VMware) · 6 years ago
- 1e97216f tools lib traceevent, perf tools: Rename enum print_arg_type to enum tep_print_arg_type by Tzvetomir Stoyanov (VMware) · 6 years ago
- 5647f94 tools lib traceevent, perf tools: Add prefix tep_ to all print_* structures by Tzvetomir Stoyanov (VMware) · 6 years ago
- c1953bc tools lib traceevent: Add prefix TEP_ to all EVENT_FL_* flags by Tzvetomir Stoyanov (VMware) · 6 years ago
- f25d9e0 tools lib traceevent: Rename enum event_{sort_}type to enum tep_event_{sort_}type by Tzvetomir Stoyanov (VMware) · 6 years ago
- bb39ccb tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format_flags by Tzvetomir Stoyanov (VMware) · 6 years ago
- 2c92f98 tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_format{_field} by Tzvetomir Stoyanov (VMware) · 6 years ago
- 4963b0f tools lib traceevent, perf tools: Rename struct event_format to struct tep_event_format by Tzvetomir Stoyanov (VMware) · 6 years ago
- 03a1f49f tools lib subcmd: Support overwriting the pager by Andi Kleen · 6 years ago
- 7f16023 Merge remote-tracking branch 'acme/perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 6 years ago
- 6d41907 tools lib bpf: Provide wrapper for strerror_r to build in !_GNU_SOURCE systems by Arnaldo Carvalho de Melo · 6 years ago
- c22fbae bpf: support flow dissector in libbpf and bpftool by Petar Penkov · 6 years ago
- 9d0b3c1 tools/bpf: fix a netlink recv issue by Yonghong Song · 6 years ago
- 36f1678 tools/bpf: add more netlink functionalities in lib/bpf by Yonghong Song · 6 years ago
- f701077 tools/bpf: move bpf/lib netlink related functions into a new file by Yonghong Song · 6 years ago
- bda58ee Merge tag 'perf-core-for-mingo-4.20-20180905' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Thomas Gleixner · 6 years ago
- 69495d2 libbpf: Remove the duplicate checking of function storage by Taeung Song · 6 years ago
- 266b851 tools lib traceevent, perf tools: Split trace-seq related APIs in a separate header file by Tzvetomir Stoyanov (VMware) · 6 years ago
- d207ea8 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- 6ab025e tools lib traceevent: Change to SPDX License format by Steven Rostedt (VMware) · 6 years ago
- 5804b110 Merge tag 'perf-core-for-mingo-4.19-20180815' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 6 years ago
- 0ae9863 tools lib traceevent: Rename static variables and functions in event-parse.c by Tzvetomir Stoyanov (VMware) · 6 years ago
- c99eeaf tools lib traceevent: Rename various pevent APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- 1634e46 tools lib traceevent: Rename internal parser related APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- 413af01 tools lib traceevent: Rename various pevent get/set/is APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- 610e1e4 tools lib traceevent: Rename pevent_find_* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- 8b3e087 tools lib traceevent: Rename pevent field APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- dc05ebf tools lib traceevent: Rename pevent_data_ APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- b843e9c tools lib traceevent: Rename pevent_register / unregister APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- 64e2379 tools lib traceevent: Rename pevent_filter* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- ca2921d tools lib traceevent, perf tools: Rename traceevent_plugin_* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- 3cf4778 tools lib traceevent: Rename pevent_function* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- d97f4ef tools lib traceevent, tools lib lockdep: Rename 'enum pevent_errno' to 'enum tep_errno' by Tzvetomir Stoyanov (VMware) · 6 years ago
- 6fed932 tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag' by Tzvetomir Stoyanov (VMware) · 6 years ago
- fc9b697 tools lib traceevent, perf tools: Rename traceevent_* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- ece2a4f tools lib traceevent, perf tools: Rename pevent_set_* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- 13a4189 tools lib traceevent, perf tools: Rename pevent_register_* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- 59c1bae tools lib traceevent, perf tools: Rename pevent_read_number_* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- 6a48dc2 tools lib traceevent, perf tools: Rename pevent print APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- c60167c tools lib traceevent, perf tools: Rename pevent parse APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- af85cd1 tools lib traceevent, perf tools: Rename pevent find APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- 4d5c58b tools lib traceevent, perf tools: Rename pevent alloc / free APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- c32d52b tools lib traceevent, perf tools: Rename pevent plugin related APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- cbc49b2 tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct tep_record' by Tzvetomir Stoyanov (VMware) · 6 years ago
- c1617fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
- 6a92ef0 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 91134d8 bpf: Test BPF_PROG_TYPE_SK_REUSEPORT by Martin KaFai Lau · 6 years ago
- 6bc8529 bpf: test BPF_MAP_TYPE_REUSEPORT_SOCKARRAY by Martin KaFai Lau · 6 years ago
- 096177a tools lib traceevent, perf tools: Rename struct pevent to struct tep_handle by Tzvetomir Stoyanov (VMware) · 6 years ago
- 1ba9828 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
- 7468212 bpf: btf: Change tools/lib/bpf/btf to LGPL by Martin KaFai Lau · 6 years ago
- 6534770d tools: bpf: fix BTF code added twice to different trees by Jakub Kicinski · 6 years ago
- 89b1698 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 1ce6a9f bpf: fix build error in libbpf with EXTRA_CFLAGS="-Wp, -D_FORTIFY_SOURCE=2 -O2" by Thomas Richter · 6 years ago
- b611da4 perf build: Build error in libbpf missing initialization by Thomas Richter · 6 years ago
- 6d4b198 tools: libbpf: add bpf_object__find_program_by_title() by Jakub Kicinski · 6 years ago
- 1e96004 tools: libbpf: handle NULL program gracefully in bpf_program__nth_fd() by Jakub Kicinski · 6 years ago
- 38d5d3b bpf: Introduce BPF_ANNOTATE_KV_PAIR by Martin KaFai Lau · 6 years ago
- 5b891af bpf: Replace [u]int32_t and [u]int64_t in libbpf by Martin KaFai Lau · 6 years ago
- b4b5bff tools: libbpf: remove libelf-getphdrnum feature detection by Jakub Kicinski · 6 years ago
- 92b5712 bpf: btf: export btf types and name by offset from lib by Okash Khawaja · 6 years ago
- 26736eb tools: libbpf: allow map reuse by Jakub Kicinski · 6 years ago
- 531b014 tools: bpf: make use of reallocarray by Jakub Kicinski · 6 years ago