summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)AuthorFilesLines
2020-02-11libbpf: Fix realloc usage in bpf_core_find_candsAndrii Nakryiko1-1/+3
2020-02-06tools lib traceevent: Fix memory leakage in filter_eventHewenliang1-1/+3
2020-02-06tools lib: Fix builds when glibc contains strlcpy()Vitaly Chikunov1-0/+7
2020-01-26libbpf: Don't use kernel-side u32 type in xsk.cAndrii Nakryiko1-4/+4
2020-01-26libbpf: Make btf__resolve_size logic always check size error conditionAndrii Nakryiko1-2/+1
2020-01-26libbpf: Fix another potential overflow issue in bpf_prog_linfoAndrii Nakryiko1-7/+7
2020-01-26libbpf: Fix potential overflow issueAndrii Nakryiko1-1/+1
2020-01-26libbpf: Fix memory leak/double free issueAndrii Nakryiko1-1/+1
2020-01-26libbpf: Fix compatibility for kernels without need_wakeupMagnus Karlsson1-12/+71
2020-01-17libbpf: Fix Makefile' libbpf symbol mismatch diagnosticAndrii Nakryiko1-1/+1
2020-01-12libtraceevent: Copy pkg-config file to output folder when using O=Sudip Mukherjee1-2/+3
2020-01-12libtraceevent: Fix lib installation with O=Sudip Mukherjee1-0/+1
2019-12-31libtraceevent: Fix memory leakage in copy_filter_typeHewenliang1-2/+7
2019-12-31net-af_xdp: Use correct number of channels from ethtoolLuigi Rizzo1-3/+8
2019-12-31libbpf: Fix negative FD close() in xsk_setup_xdp_prog()Andrii Nakryiko1-0/+2
2019-12-31libsubcmd: Use -O0 with DEBUG=1James Clark1-1/+3
2019-12-31libbpf: Fix error handling in bpf_map__reuse_fd()Toke Høiland-Jørgensen1-4/+10
2019-12-31libbpf: Fix passing uninitialized bytes to setsockoptIlya Maximets1-0/+1
2019-12-31libbpf: Fix struct end padding in btf_dumpAndrii Nakryiko1-1/+7
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-12/+41
2019-10-07Merge tag 'perf-urgent-for-mingo-5.4-20191001' of git://git.kernel.org/pub/sc...Ingo Molnar1-1/+7
2019-10-01libbpf: handle symbol versioning properly for libbpf.aYonghong Song3-11/+36
2019-09-30tools: bpf: Use !building_out_of_srctree to determine srctreeShuah Khan1-1/+5
2019-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-17/+88
2019-09-27libsubcmd: Make _FORTIFY_SOURCE defines dependent on the featureIan Rogers1-1/+7
2019-09-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds21-116/+507
2019-09-26libbpf: Teach btf_dumper to emit stand-alone anonymous enum definitionsAndrii Nakryiko1-6/+87
2019-09-26rbtree: avoid generating code twice for the cached versions (tools copy)Michel Lespinasse1-34/+3
2019-09-25libbpf: fix false uninitialized variable warningAndrii Nakryiko1-0/+1
2019-09-25libtraceevent: Man pages for tep plugins APIsTzvetomir Stoyanov1-0/+99
2019-09-25libtraceevent: Move traceevent plugins in its own subdirectoryTzvetomir Stoyanov (VMware)14-89/+248
2019-09-25libtraceevent: Add tep_get_event() in event-parse.hTzvetomir Stoyanov (VMware)1-0/+2
2019-09-25libtraceevent: Man pages fix, changes in event printing APIsTzvetomir Stoyanov (VMware)1-12/+1
2019-09-25libtraceevent: Man pages fix, rename tep_ref_get() to tep_get_ref()Tzvetomir Stoyanov (VMware)2-5/+5
2019-09-25libtraceevent: Man pages for libtraceevent event print related APITzvetomir Stoyanov1-0/+130
2019-09-25libtraceevent: Round up in tep_print_event() time precisionSteven Rostedt (VMware)1-1/+3
2019-09-20tools lib traceevent: Convert remaining %p[fF] users to %p[sS]Sakari Ailus2-9/+19
2019-09-19libbpf: Remove getsockopt() check for XDP_OPTIONSToke Høiland-Jørgensen1-11/+0
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds13-349/+1515
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-63/+113
2019-09-01libtraceevent: Change users plugin directoryTzvetomir Stoyanov2-4/+4
2019-09-01libtraceevent: Remove tep_register_trace_clock()Tzvetomir Stoyanov3-14/+0
2019-09-01libtraceevent, perf tools: Changes in tep_print_event_* APIsTzvetomir Stoyanov4-197/+198
2019-08-31libbpf: add flags to umem configKevin Laatz4-4/+62
2019-08-29tools lib traceevent: Remove unneeded qsort and uses memmove insteadSteven Rostedt (VMware)1-6/+49
2019-08-29tools lib traceevent: Do not free tep->cmdlines in add_new_comm() on failureSteven Rostedt (VMware)1-2/+1
2019-08-26Merge tag 'v5.3-rc6' into perf/core, to pick up fixesIngo Molnar1-15/+18
2019-08-21libbpf: use LFS (_FILE_OFFSET_BITS) instead of direct mmap2 syscallIvan Khoronzhuk2-35/+15
2019-08-20libbpf: add bpf_btf_get_next_id() to cycle through BTF objectsQuentin Monnet3-0/+8
2019-08-20libbpf: refactor bpf_*_get_next_id() functionsQuentin Monnet1-13/+8