summaryrefslogtreecommitdiffstats
path: root/tools/lib
AgeCommit message (Expand)AuthorLines
2019-06-25tools lib: Adopt skip_spaces() from the kernel sourcesArnaldo Carvalho de Melo-0/+14
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo-1/+36
2019-06-25perf tools: Remove old baggage that is util/include/linux/ctype.hArnaldo Carvalho de Melo-1/+0
2019-06-25perf kallsyms: Adopt hex2u64 from tools/perf/util/util.hArnaldo Carvalho de Melo-0/+15
2019-06-24libbpf: fix spelling mistake "conflictling" -> "conflicting"Colin Ian King-4/+4
2019-06-24Merge tag 'v5.2-rc6' into perf/core, to refresh branchIngo Molnar-26/+27
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+1
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-3/+1
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-359/+776
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner-3/+1
2019-06-19libbpf: constify getter APIsAndrii Nakryiko-70/+72
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-25/+27
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-23/+26
2019-06-18libbpf: allow specifying map definitions using BTFAndrii Nakryiko-9/+345
2019-06-18libbpf: split initialization and loading of BTFAndrii Nakryiko-10/+24
2019-06-18libbpf: identify maps by section index in addition to offsetAndrii Nakryiko-15/+25
2019-06-18libbpf: refactor map initializationAndrii Nakryiko-114/+133
2019-06-18libbpf: streamline ELF parsing error-handlingAndrii Nakryiko-24/+20
2019-06-18libbpf: extract BTF loading logicAndrii Nakryiko-38/+55
2019-06-18libbpf: add common min/max macro to libbpf_internal.hAndrii Nakryiko-15/+10
2019-06-17Merge branch 'x86/cpu' into perf/core, to pick up dependent changesIngo Molnar-2/+1
2019-06-15libbpf: fix check for presence of associated BTF for map creationAndrii Nakryiko-4/+5
2019-06-11bpf: add a new API libbpf_num_possible_cpus()Hechao Li-0/+74
2019-06-10libbpf: remove qidconf and better support external bpf programs.Jonathan Lemon-75/+28
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-23/+26
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-18/+2
2019-06-06bpf, libbpf: enable recvmsg attach typesDaniel Borkmann-0/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251Thomas Gleixner-2/+1
2019-06-03Merge tag 'v5.2-rc3' into perf/core, to pick up fixesIngo Molnar-18/+2
2019-05-31libbpf: Return btf_fd for load_sk_storage_btfMichal Rostecki-23/+22
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-13/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-05-30libbpf: reduce unnecessary line wrappingAndrii Nakryiko-36/+16
2019-05-30libbpf: typo and formatting fixesAndrii Nakryiko-8/+7
2019-05-30libbpf: simplify two pieces of logicAndrii Nakryiko-3/+1
2019-05-30libbpf: use negative fd to specify missing BTFAndrii Nakryiko-6/+7
2019-05-30libbpf: fix error code returned on corrupted ELFAndrii Nakryiko-1/+1
2019-05-30libbpf: check map name retrieved from ELFAndrii Nakryiko-0/+5
2019-05-30libbpf: simplify endianness checkAndrii Nakryiko-25/+12
2019-05-30libbpf: preserve errno before calling into user callbackAndrii Nakryiko-4/+4
2019-05-30libbpf: fix detection of corrupted BPF instructions sectionAndrii Nakryiko-5/+7
2019-05-29libbpf: prevent overwriting of log_level in bpf_object__load_progs()Quentin Monnet-1/+1
2019-05-28perf script: Pad DSO name for --call-traceJiri Olsa-0/+19
2019-05-28libbpf: add bpf_object__load_xattr() API function to pass log_levelQuentin Monnet-4/+25
2019-05-28libbpf: fix warning that PTR_ERR_OR_ZERO can be usedHariprasad Kelam-3/+1
2019-05-24libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attrJiong Wang-0/+6
2019-05-24libbpf: add btf_dump API for BTF-to-C conversionAndrii Nakryiko-1/+1359
2019-05-24libbpf: switch btf_dedup() to hashmap for dedup tableAndrii Nakryiko-116/+85
2019-05-24libbpf: add resizable non-thread safe internal hashmapAndrii Nakryiko-1/+403
2019-05-24libbpf: add btf__parse_elf API to load .BTF and .BTF.extAndrii Nakryiko-0/+135