summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)AuthorFilesLines
2021-03-30libbpf: Fix INSTALL flag orderGeorgi Valkov1-1/+1
2020-08-21tools lib traceevent: Fix memory leak in process_dynamic_array_lenPhilippe Duplessis-Guindon1-0/+1
2020-06-20tools api fs: Make xxx__mountpoint() more scalableStephane Eranian2-0/+29
2020-02-28tools lib api fs: Fix gcc9 stringop-truncation compilation errorAndrey Zhizhikin1-1/+3
2020-02-05tools lib: Fix builds when glibc contains strlcpy()Vitaly Chikunov1-0/+7
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-31libsubcmd: Use -O0 with DEBUG=1James Clark1-1/+3
2019-11-06libsubcmd: Make _FORTIFY_SOURCE defines dependent on the featureIan Rogers1-1/+7
2019-10-11tools lib traceevent: Do not free tep->cmdlines in add_new_comm() on failureSteven Rostedt (VMware)1-2/+1
2019-10-11tools lib traceevent: Fix "robust" test of do_generate_dynamic_list_fileSteven Rostedt (VMware)1-2/+2
2019-10-05libtraceevent: Change users plugin directoryTzvetomir Stoyanov2-4/+4
2019-05-31libbpf: fix samples/bpf build failure due to undefined UINT32_MAXDaniel T. Lee1-0/+1
2019-05-31tools/bpf: fix perf build error with uClibc (seen on ARC)Vineet Gupta1-0/+2
2019-05-16tools lib traceevent: Fix missing equality check for strcmpRikard Falkeborn1-1/+1
2019-04-05tools lib traceevent: Fix buffer overflow in arg_evalTony Jones1-1/+1
2019-01-26tools lib subcmd: Don't add the kernel sources to the include pathArnaldo Carvalho de Melo1-2/+0
2018-05-01tools/lib/subcmd/pager.c: do not alias select() paramsSergey Senozhatsky1-1/+4
2018-05-01objtool, perf: Fix GCC 8 -Wrestrict errorJosh Poimboeuf1-1/+1
2018-04-26tools/libbpf: handle issues with bpf ELF objects containing .eh_framesJesper Dangaard Brouer1-0/+26
2018-04-26tools lib traceevent: Fix get_field_str() for dynamic stringsSteven Rostedt (VMware)1-1/+9
2018-04-26tools lib traceevent: Simplify pointer print logic and fix %pFSteven Rostedt (VMware)1-8/+9
2018-04-26libbpf: Makefile set specified permission modeJesper Dangaard Brouer1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman58-0/+58
2017-09-13Merge tag 'perf-urgent-for-mingo-4.14-20170912' of git://git.kernel.org/pub/s...Ingo Molnar1-1/+7
2017-09-12tools lib api: Fix make DEBUG=1 buildJiri Olsa1-1/+7
2017-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-4/+69
2017-08-28perf tools: Robustify detection of clang binaryDavid Carrillo-Cisneros2-2/+2
2017-08-28tools lib: Allow external definition of CC, AR and LDDavid Carrillo-Cisneros1-3/+3
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend2-15/+3
2017-08-24Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar1-1/+2
2017-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-08-21tools lib bpf: improve warningEric Leblond1-1/+2
2017-08-20bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau2-4/+34
2017-08-17tools lib bpf: Fix double file test in MakefileDaniel Díaz1-2/+2
2017-08-16bpf: selftests add sockmap testsJohn Fastabend2-0/+31
2017-08-16bpf: sockmap sample programJohn Fastabend2-3/+15
2017-08-10Merge tag 'perf-core-for-mingo-4.14-20170801' of git://git.kernel.org/pub/scm...Ingo Molnar1-2/+2
2017-08-10Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-1/+2
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-08-04bpf, s390: fix build for libbpf and selftest suiteDaniel Borkmann1-0/+2
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2017-07-31perf build: Clarify open-coded header version warning messageIngo Molnar1-2/+2
2017-07-30Merge branch 'perf/urgent' into perf/core, to pick up latest fixes and refres...Ingo Molnar2-3/+76
2017-07-27bpf: don't zero out the info struct in bpf_obj_get_info_by_fd()Jakub Kicinski1-1/+0
2017-07-26bpf: install libbpf headers on 'make install'Jakub Kicinski1-0/+4
2017-07-21bpf: allow to specify log level and reduce it for test_verifierDaniel Borkmann2-3/+3
2017-07-20tools lib: Update copy of strtobool from the kernel sourcesArnaldo Carvalho de Melo1-7/+25
2017-07-20tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo3-19/+10
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-0/+73