| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-09-18 | tools lib bpf: Provide wrapper for strerror_r to build in !_GNU_SOURCE systems |  Arnaldo Carvalho de Melo | 4 | -11/+35 |
| 2018-08-26 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 20 | -1103/+1004 |
| 2018-08-20 | tools lib traceevent: Change to SPDX License format |  Steven Rostedt (VMware) | 7 | -106/+7 |
| 2018-08-18 | Merge tag 'perf-core-for-mingo-4.19-20180815' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent |  Ingo Molnar | 16 | -997/+997 |
| 2018-08-13 | tools lib traceevent: Rename static variables and functions in event-parse.c |  Tzvetomir Stoyanov (VMware) | 1 | -27/+27 |
| 2018-08-13 | tools lib traceevent: Rename various pevent APIs |  Tzvetomir Stoyanov (VMware) | 3 | -21/+21 |
| 2018-08-13 | tools lib traceevent: Rename internal parser related APIs |  Tzvetomir Stoyanov (VMware) | 3 | -26/+26 |
| 2018-08-13 | tools lib traceevent: Rename various pevent get/set/is APIs |  Tzvetomir Stoyanov (VMware) | 3 | -11/+11 |
| 2018-08-13 | tools lib traceevent: Rename pevent_find_* APIs |  Tzvetomir Stoyanov (VMware) | 5 | -25/+25 |
| 2018-08-13 | tools lib traceevent: Rename pevent field APIs |  Tzvetomir Stoyanov (VMware) | 5 | -58/+58 |
| 2018-08-13 | tools lib traceevent: Rename pevent_data_ APIs |  Tzvetomir Stoyanov (VMware) | 3 | -36/+36 |
| 2018-08-13 | tools lib traceevent: Rename pevent_register / unregister APIs |  Tzvetomir Stoyanov (VMware) | 12 | -179/+179 |
| 2018-08-13 | tools lib traceevent: Rename pevent_filter* APIs |  Tzvetomir Stoyanov (VMware) | 2 | -67/+67 |
| 2018-08-13 | tools lib traceevent, perf tools: Rename traceevent_plugin_* APIs |  Tzvetomir Stoyanov (VMware) | 3 | -24/+24 |
| 2018-08-13 | tools lib traceevent: Rename pevent_function* APIs |  Tzvetomir Stoyanov (VMware) | 7 | -66/+66 |
| 2018-08-13 | tools lib traceevent, tools lib lockdep: Rename 'enum pevent_errno' to 'enum tep_errno' |  Tzvetomir Stoyanov (VMware) | 5 | -133/+133 |
| 2018-08-13 | tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag' |  Tzvetomir Stoyanov (VMware) | 3 | -8/+8 |
| 2018-08-13 | tools lib traceevent, perf tools: Rename traceevent_* APIs |  Tzvetomir Stoyanov (VMware) | 2 | -8/+8 |
| 2018-08-13 | tools lib traceevent, perf tools: Rename pevent_set_* APIs |  Tzvetomir Stoyanov (VMware) | 2 | -11/+11 |
| 2018-08-13 | tools lib traceevent, perf tools: Rename pevent_register_* APIs |  Tzvetomir Stoyanov (VMware) | 3 | -9/+9 |
| 2018-08-13 | tools lib traceevent, perf tools: Rename pevent_read_number_* APIs |  Tzvetomir Stoyanov (VMware) | 5 | -40/+40 |
| 2018-08-13 | tools lib traceevent, perf tools: Rename pevent print APIs |  Tzvetomir Stoyanov (VMware) | 5 | -84/+84 |
| 2018-08-13 | tools lib traceevent, perf tools: Rename pevent parse APIs |  Tzvetomir Stoyanov (VMware) | 2 | -19/+19 |
| 2018-08-13 | tools lib traceevent, perf tools: Rename pevent find APIs |  Tzvetomir Stoyanov (VMware) | 6 | -49/+49 |
| 2018-08-13 | tools lib traceevent, perf tools: Rename pevent alloc / free APIs |  Tzvetomir Stoyanov (VMware) | 2 | -18/+18 |
| 2018-08-13 | tools lib traceevent, perf tools: Rename pevent plugin related APIs |  Tzvetomir Stoyanov (VMware) | 13 | -67/+67 |
| 2018-08-13 | tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct tep_record' |  Tzvetomir Stoyanov (VMware) | 9 | -67/+67 |
| 2018-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  David S. Miller | 3 | -0/+3 |
| 2018-08-11 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 2 | -2/+2 |
| 2018-08-11 | bpf: Test BPF_PROG_TYPE_SK_REUSEPORT |  Martin KaFai Lau | 2 | -0/+2 |
| 2018-08-11 | bpf: test BPF_MAP_TYPE_REUSEPORT_SOCKARRAY |  Martin KaFai Lau | 1 | -0/+1 |
| 2018-08-10 | tools lib traceevent, perf tools: Rename struct pevent to struct tep_handle |  Tzvetomir Stoyanov (VMware) | 14 | -177/+177 |
| 2018-08-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  David S. Miller | 2 | -13/+47 |
| 2018-08-06 | bpf: btf: Change tools/lib/bpf/btf to LGPL |  Martin KaFai Lau | 2 | -2/+2 |
| 2018-08-02 | tools: bpf: fix BTF code added twice to different trees |  Jakub Kicinski | 2 | -18/+0 |
| 2018-08-02 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 4 | -63/+84 |
| 2018-07-31 | bpf: fix build error in libbpf with EXTRA_CFLAGS="-Wp, -D_FORTIFY_SOURCE=2 -O2" |  Thomas Richter | 1 | -13/+29 |
| 2018-07-28 | perf build: Build error in libbpf missing initialization |  Thomas Richter | 1 | -1/+1 |
| 2018-07-27 | tools: libbpf: add bpf_object__find_program_by_title() |  Jakub Kicinski | 2 | -0/+15 |
| 2018-07-27 | tools: libbpf: handle NULL program gracefully in bpf_program__nth_fd() |  Jakub Kicinski | 1 | -0/+3 |
| 2018-07-25 | bpf: Introduce BPF_ANNOTATE_KV_PAIR |  Martin KaFai Lau | 3 | -39/+45 |
| 2018-07-25 | bpf: Replace [u]int32_t and [u]int64_t in libbpf |  Martin KaFai Lau | 4 | -30/+28 |
| 2018-07-16 | tools: libbpf: remove libelf-getphdrnum feature detection |  Jakub Kicinski | 1 | -5/+1 |
| 2018-07-14 | bpf: btf: export btf types and name by offset from lib |  Okash Khawaja | 2 | -20/+48 |
| 2018-07-11 | tools: libbpf: allow map reuse |  Jakub Kicinski | 2 | -0/+54 |
| 2018-07-11 | tools: bpf: make use of reallocarray |  Jakub Kicinski | 2 | -5/+11 |
| 2018-07-11 | tools: libbpf: move library error code into a separate file |  Jakub Kicinski | 3 | -49/+75 |
| 2018-07-11 | tools: libbpf: add extended attributes version of bpf_object__open() |  Jakub Kicinski | 2 | -6/+26 |
| 2018-07-11 | tools: libbpf: recognize offload neutral maps |  Jakub Kicinski | 2 | -1/+8 |
| 2018-07-11 | tools: libbpf: expose the prog type guessing from section name logic |  Jakub Kicinski | 2 | -18/+28 |