summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* libtraceevent: Change users plugin directoryTzvetomir Stoyanov2019-10-052-4/+4
* libbpf: set BTF FD for prog only when there is supported .BTF.ext dataAndrii Nakryiko2019-09-101-1/+5
* libbpf: fix erroneous multi-closing of BTF FDAndrii Nakryiko2019-09-101-8/+3
* libbpf: silence GCC8 warning about string truncationAndrii Nakryiko2019-08-291-2/+2
* libbpf: fix using uninitialized ioctl resultsIlya Maximets2019-08-291-4/+3
* libbpf: sanitize VAR to conservative 1-byte INTAndrii Nakryiko2019-08-291-2/+7
* libbpf: fix another GCC8 warning for strncpyAndrii Nakryiko2019-07-261-1/+2
* bpf, libbpf, smatch: Fix potential NULL pointer dereferenceLeo Yan2019-07-261-4/+4
* libbpf: fix GCC8 warning for strncpyAndrii Nakryiko2019-07-261-1/+2
* Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-211-3/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner2019-06-191-3/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-173-23/+26
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-073-23/+26
| |\
| | * bpf, libbpf: enable recvmsg attach typesDaniel Borkmann2019-06-061-0/+4
| | * libbpf: Return btf_fd for load_sk_storage_btfMichal Rostecki2019-05-313-23/+22
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251Thomas Gleixner2019-06-051-2/+1
|/ /
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-13/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-205-17/+16
|\
| * libbpf: move logging helpers into libbpf_internal.hAndrii Nakryiko2019-05-165-16/+15
| * libbpf: don't fail when feature probing failsStanislav Fomichev2019-05-161-1/+1
* | Merge tag 'perf-core-for-mingo-5.2-20190517' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-05-1838-6/+3863
|\ \ | |/ |/|
| * tools lib traceevent: Man pages for trace sequences APIsTzvetomir Stoyanov2019-05-151-0/+158
| * tools lib traceevent: Man pages for APIs used to extract common fields from a...Tzvetomir Stoyanov2019-05-151-0/+137
| * tools lib traceevent: Man page for tep_parse_header_page()Tzvetomir Stoyanov2019-05-151-0/+82
| * tools lib traceevent: Man pages for parse event APIsTzvetomir Stoyanov2019-05-151-0/+90
| * tools lib traceevent: Man pages for event filter APIsTzvetomir Stoyanov2019-05-151-0/+209
| * tools lib traceevent: Man pages for event fields APIsTzvetomir Stoyanov2019-05-151-0/+105
| * tools lib traceevent: Man page for tep_read_number_field()Tzvetomir Stoyanov2019-05-151-0/+81
| * tools lib traceevent: Man pages for print field APIsTzvetomir Stoyanov2019-05-151-0/+126
| * tools lib traceevent: Man pages for get field value APIsTzvetomir Stoyanov2019-05-151-0/+122
| * tools lib traceevent: Man pages for find field APIsTzvetomir Stoyanov2019-05-151-0/+118
| * tools lib traceevent: Man pages for libtraceevent event get APIsTzvetomir Stoyanov2019-05-151-0/+99
| * tools lib traceevent: Man page for list events APIsTzvetomir Stoyanov2019-05-151-0/+122
| * tools lib traceevent: Man pages for event find APIsTzvetomir Stoyanov2019-05-151-0/+103
| * tools lib traceevent: Man page for tep_read_number()Tzvetomir Stoyanov2019-05-151-0/+78
| * tools lib traceevent: Man pages for registering print functionTzvetomir Stoyanov2019-05-151-0/+155
| * tools lib traceevent: Man pages for function related libtraceevent APIsTzvetomir Stoyanov2019-05-152-0/+271
| * tools lib traceevent: Man pages for event handler APIsTzvetomir Stoyanov2019-05-151-0/+156
| * tools lib traceevent: Man page for tep_strerror()Tzvetomir Stoyanov2019-05-151-0/+85
| * tools lib traceevent: Man page for page size APIsTzvetomir Stoyanov2019-05-151-0/+82
| * tools lib traceevent: Man page for host endian APIsTzvetomir Stoyanov2019-05-151-0/+104
| * tools lib traceevent: Man page for file endian APIsTzvetomir Stoyanov2019-05-151-0/+91
| * tools lib traceevent: Man page for get/set cpus APIsTzvetomir Stoyanov2019-05-151-0/+77
| * tools lib traceevent: Man page for header_page APIsTzvetomir Stoyanov2019-05-151-0/+102
| * tools lib traceevent: Man pages for tep_handler related APIsTzvetomir Stoyanov2019-05-154-0/+436
| * tools lib traceevent: Add support for man pages with multiple namesTzvetomir Stoyanov2019-05-151-3/+32
| * tools lib traceevent: Introduce man pagesTzvetomir Stoyanov2019-05-159-0/+634
| * tools lib traceevent: Remove hard coded install paths from pkg-config fileTzvetomir Stoyanov2019-05-152-6/+11
* | libbpf: detect supported kernel BTF features and sanitize BTFAndrii Nakryiko2019-05-133-33/+197