summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* libtraceevent: Fix lib installation with O=Sudip Mukherjee2020-01-121-0/+1
* libtraceevent: Fix memory leakage in copy_filter_typeHewenliang2019-12-311-2/+7
* libsubcmd: Use -O0 with DEBUG=1James Clark2019-12-311-1/+3
* libsubcmd: Make _FORTIFY_SOURCE defines dependent on the featureIan Rogers2019-11-061-1/+7
* tools lib traceevent: Do not free tep->cmdlines in add_new_comm() on failureSteven Rostedt (VMware)2019-10-111-2/+1
* tools lib traceevent: Fix "robust" test of do_generate_dynamic_list_fileSteven Rostedt (VMware)2019-10-111-2/+2
* libtraceevent: Change users plugin directoryTzvetomir Stoyanov2019-10-052-4/+4
* libbpf: fix samples/bpf build failure due to undefined UINT32_MAXDaniel T. Lee2019-05-311-0/+1
* tools/bpf: fix perf build error with uClibc (seen on ARC)Vineet Gupta2019-05-311-0/+2
* tools lib traceevent: Fix missing equality check for strcmpRikard Falkeborn2019-05-161-1/+1
* tools lib traceevent: Fix buffer overflow in arg_evalTony Jones2019-04-051-1/+1
* tools lib subcmd: Don't add the kernel sources to the include pathArnaldo Carvalho de Melo2019-01-261-2/+0
* tools/lib/subcmd/pager.c: do not alias select() paramsSergey Senozhatsky2018-05-011-1/+4
* objtool, perf: Fix GCC 8 -Wrestrict errorJosh Poimboeuf2018-05-011-1/+1
* tools/libbpf: handle issues with bpf ELF objects containing .eh_framesJesper Dangaard Brouer2018-04-261-0/+26
* tools lib traceevent: Fix get_field_str() for dynamic stringsSteven Rostedt (VMware)2018-04-261-1/+9
* tools lib traceevent: Simplify pointer print logic and fix %pFSteven Rostedt (VMware)2018-04-261-8/+9
* libbpf: Makefile set specified permission modeJesper Dangaard Brouer2018-04-261-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0258-0/+58
* Merge tag 'perf-urgent-for-mingo-4.14-20170912' of git://git.kernel.org/pub/s...Ingo Molnar2017-09-131-1/+7
|\
| * tools lib api: Fix make DEBUG=1 buildJiri Olsa2017-09-121-1/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-065-4/+69
|\ \ | |/ |/|
| * bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend2017-08-282-15/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-211-1/+2
| |\
| * | bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau2017-08-192-4/+34
| * | bpf: selftests add sockmap testsJohn Fastabend2017-08-162-0/+31
| * | bpf: sockmap sample programJohn Fastabend2017-08-162-3/+15
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-091-0/+2
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-011-1/+0
| |\ \ \
| * | | | bpf: install libbpf headers on 'make install'Jakub Kicinski2017-07-261-0/+4
* | | | | perf tools: Robustify detection of clang binaryDavid Carrillo-Cisneros2017-08-282-2/+2
* | | | | tools lib: Allow external definition of CC, AR and LDDavid Carrillo-Cisneros2017-08-281-3/+3
* | | | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2017-08-241-1/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | tools lib bpf: improve warningEric Leblond2017-08-201-1/+2
| | |_|/ | |/| |
* | | | tools lib bpf: Fix double file test in MakefileDaniel Díaz2017-08-171-2/+2
* | | | Merge tag 'perf-core-for-mingo-4.14-20170801' of git://git.kernel.org/pub/scm...Ingo Molnar2017-08-101-2/+2
|\ \ \ \
| * | | | perf build: Clarify open-coded header version warning messageIngo Molnar2017-07-311-2/+2
* | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-08-101-1/+2
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | / bpf, s390: fix build for libbpf and selftest suiteDaniel Borkmann2017-08-041-0/+2
| | |/ | |/|
| * | bpf: don't zero out the info struct in bpf_obj_get_info_by_fd()Jakub Kicinski2017-07-261-1/+0
| |/
* | Merge branch 'perf/urgent' into perf/core, to pick up latest fixes and refres...Ingo Molnar2017-07-302-3/+76
|\|
| * bpf: allow to specify log level and reduce it for test_verifierDaniel Borkmann2017-07-202-3/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-052-0/+73
| |\
| | * bpf: Test for bpf IDMartin KaFai Lau2017-06-062-0/+73
* | | tools lib: Update copy of strtobool from the kernel sourcesArnaldo Carvalho de Melo2017-07-201-7/+25
* | | tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo2017-07-203-19/+10
|/ /
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-07-032-0/+34
|\ \
| * | tools lib api fs: Add sysfs__write_int functionKan Liang2017-06-212-0/+34
| |/
* | tools/lib/lockdep: Remove private kernel headersLevin, Alexander (Sasha Levin)2017-06-0534-410/+3
* | tools/lib/lockdep: Hide liblockdep output from test resultsLevin, Alexander (Sasha Levin)2017-06-051-2/+2