summaryrefslogtreecommitdiffstats
path: root/tools/lib
AgeCommit message (Expand)AuthorLines
2019-05-05tools/bpf: fix perf build error with uClibc (seen on ARC)Vineet Gupta-0/+2
2019-05-04libbpf: proper XSKMAP cleanupBjörn Töpel-55/+60
2019-05-04libbpf: fix invalid munmap callBjörn Töpel-37/+40
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2019-05-02tools lib traceevent: Change tag string for errorLeo Yan-1/+1
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-17/+165
2019-04-27bpf: Support BPF_MAP_TYPE_SK_STORAGE in bpf map probingMartin KaFai Lau-1/+73
2019-04-26tools: sync bpf.hMatt Mullins-0/+2
2019-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-0/+1
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2019-04-25libbpf: add binary to gitignoreMatteo Croce-0/+1
2019-04-25libbpf: fix samples/bpf build failure due to undefined UINT32_MAXDaniel T. Lee-0/+1
2019-04-25bpf, libbpf: fix segfault in bpf_object__init_maps' pr_debug statementDaniel Borkmann-3/+3
2019-04-25bpf, libbpf: handle old kernels more graceful wrt global data sectionsDaniel Borkmann-13/+86
2019-04-19libbpf: fix BPF_LOG_BUF_SIZE off-by-one errorMcCabe, Robert J-1/+1
2019-04-18libbpf: remove compile time warning from libbpf_util.hMagnus Karlsson-1/+1
2019-04-16libbpf: optimize barrier for XDP socket ringsMagnus Karlsson-1/+6
2019-04-16libbpf: remove dependency on barrier.h in xsk.hMagnus Karlsson-3/+29
2019-04-16libbpf: remove likely/unlikely in xsk.hMagnus Karlsson-2/+2
2019-04-16libbpf: fix XDP socket ring buffer memory orderingMagnus Karlsson-2/+11
2019-04-16libbpf: fix printf formatter for ptrdiff_t argumentAndrii Nakryiko-1/+1
2019-04-16tools lib traceevent: Fix missing equality check for strcmpRikard Falkeborn-1/+1
2019-04-16Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar-3/+7
2019-04-16btf: add support for VAR and DATASEC in btf_dedup()Andrii Nakryiko-2/+27
2019-04-12libbpf: Support sysctl hookAndrey Ignatov-0/+4
2019-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-115/+651
2019-04-11libbpf: add support for ctx_{size, }_{in, out} in BPF_PROG_TEST_RUNStanislav Fomichev-0/+10
2019-04-11libbpf: Fix build with gcc-8Andrey Ignatov-1/+1
2019-04-10libbpf: fix crash in XDP socket part with new larger BPF_LOG_BUF_SIZEMagnus Karlsson-4/+5
2019-04-10bpf, bpftool: fix a few ubsan warningsYonghong Song-10/+9
2019-04-09bpf, libbpf: add support for BTF Var and DataSecDaniel Borkmann-20/+235
2019-04-09bpf, libbpf: support global data/bss/rodata sectionsDaniel Borkmann-48/+314
2019-04-09bpf, libbpf: refactor relocation handlingJoe Stringer-30/+32
2019-04-06libbpf: Ignore -Wformat-nonliteral warningAndrey Ignatov-0/+5
2019-04-04libbpf: teach libbpf about log_level bit 2Alexei Starovoitov-4/+17
2019-04-01tools lib traceevent: Rename input arguments and local variables of libtracee...Tzvetomir Stoyanov-180/+180
2019-04-01perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event_...Tzvetomir Stoyanov-8/+8
2019-04-01perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event ...Tzvetomir Stoyanov-26/+26
2019-04-01tools lib traceevent: Rename input arguments of libtraceevent APIs from peven...Tzvetomir Stoyanov-442/+439
2019-04-01tools tools, tools lib traceevent: Make traceevent APIs more consistentTzvetomir Stoyanov-43/+43
2019-04-01tools lib traceevent: Remove call to exit() from tep_filter_add_filter_str()Tzvetomir Stoyanov-3/+0
2019-04-01tools lib traceevent: Remove tep filter trivial APIsTzvetomir Stoyanov-185/+0
2019-04-01tools lib traceevent: Removed unneeded !! and return parenthesisSteven Rostedt (VMware)-2/+2
2019-04-01tools lib traceevent: Implement new traceevent APIs for accessing struct tep_...Tzvetomir Stoyanov-4/+108
2019-04-01tools lib traceevent: Coding style fixesTzvetomir Stoyanov-15/+15
2019-04-01tools lib traceevent: Change description of few APIsTzvetomir Stoyanov-12/+14
2019-04-01tools lib traceevent: Add more debugging to see various internal ring buffer ...Steven Rostedt (Red Hat)-0/+62
2019-04-01tools lib traceevent: Implement a new API, tep_list_events_copy()Tzvetomir Stoyanov-23/+91
2019-04-01tools lib traceevent: Add mono clocks to be parsed in secondsSteven Rostedt (VMware)-1/+2
2019-04-01tools lib traceevent: Handle trace_printk() "%px"Steven Rostedt (VMware)-0/+1