summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | libbpf: Implement type-based CO-RE relocations supportAndrii Nakryiko2020-08-193-24/+263
| | * | | | tools: Remove feature-libelf-mmap feature detectionAndrii Nakryiko2020-08-182-13/+7
| | * | | | libbpf: Centralize poisoning and poison reallocarray()Andrii Nakryiko2020-08-1812-33/+13
| | * | | | tools/bpftool: Remove libbpf_internal.h usage in bpftoolAndrii Nakryiko2020-08-182-131/+6
| | * | | | libbpf: Remove any use of reallocarray() in libbpfAndrii Nakryiko2020-08-186-29/+45
| | * | | | libbpf: Improve relocation ambiguity detectionAndrii Nakryiko2020-08-181-46/+124
| | * | | | libbpf: Clean up and improve CO-RE reloc loggingAndrii Nakryiko2020-08-184-129/+169
| | * | | | libbpf: Improve error logging for mismatched BTF kind casesAndrii Nakryiko2020-08-181-18/+41
| | * | | | libbpf: Detect minimal BTF support and skip BTF loading, if missingAndrii Nakryiko2020-08-181-0/+27
| | * | | | libbpf: Switch tracing and CO-RE helper macros to bpf_probe_read_kernel()Andrii Nakryiko2020-08-182-20/+24
| | * | | | libbpf: Sanitize BPF program code for bpf_probe_read_{kernel, user}[_str]Andrii Nakryiko2020-08-181-0/+80
| | * | | | libbpf: Factor out common logic of testing and closing FDAndrii Nakryiko2020-08-181-53/+17
| | * | | | libbpf: Make kernel feature probing lazyAndrii Nakryiko2020-08-181-64/+86
| | * | | | libbpf: Disable -Wswitch-enum compiler warningAndrii Nakryiko2020-08-181-1/+1
| | * | | | libbpf: Convert comma to semicolonXu Wang2020-08-181-1/+1
* | | | | | Merge tag 'linux-kselftest-fixes-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2020-10-141-4/+6
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | tools: Avoid comma separated statementsJoe Perches2020-10-021-4/+6
* | | | | | libbpf: Fix XDP program load regression for old kernelsAndrii Nakryiko2020-09-241-1/+1
* | | | | | libbpf: Fix native endian assumption when parsing BTFTony Ambardar2020-09-211-0/+6
| |_|_|_|/ |/| | | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-09-152-2/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | tools/libbpf: Avoid counting local symbols in ABI checkTony Ambardar2020-09-081-0/+2
| * | | | libbpf: Remove arch-specific include path in MakefileNaveen N. Rao2020-09-031-1/+1
| * | | | libbpf: Fix build failure from uninitialized variable warningTony Ambardar2020-08-311-1/+1
| | |/ / | |/| |
* / | | libtraceevent: Fix build warning on 32-bit archesTzvetomir Stoyanov (VMware)2020-09-031-1/+1
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-212-2/+2
|\ \ \ | |_|/ |/| |
| * | libbpf: Fix map index used in error messageToke Høiland-Jørgensen2020-08-201-1/+1
| * | libbpf: Fix build on ppc64le architectureAndrii Nakryiko2020-08-181-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-176-17/+143
|\| | | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-146-17/+143
| |\
| | * libbpf: Enforce 64-bitness of BTF for BPF object filesAndrii Nakryiko2020-08-131-0/+4
| | * libbpf: Handle BTF pointer sizes more carefullyAndrii Nakryiko2020-08-134-4/+87
| | * libbpf: Fix BTF-defined map-in-map initialization on 32-bit host archesAndrii Nakryiko2020-08-131-6/+10
| | * libbpf: Prevent overriding errno when logging errorsToke Høiland-Jørgensen2020-08-131-5/+7
| | * libbpf: Handle GCC built-in types for Arm NEONJean-Philippe Brucker2020-08-121-1/+34
| | * libbpf: Do not use __builtin_offsetof for offsetofYonghong Song2020-08-111-1/+1
* | | Merge tag 'perf-tools-2020-08-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-153-14/+17
|\ \ \ | |/ / |/| |
| * | libperf: Fix man page typosRob Herring2020-08-133-14/+17
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-135-8/+13
|\ \ \ | |/ / |/| / | |/
| * libbf: Fix uninitialized pointer at btf__parse_raw()Daniel T. Lee2020-08-061-1/+1
| * tools/bpf: Support new uapi for map element bpf iteratorYonghong Song2020-08-064-7/+12
* | Merge tag 'perf-tools-2020-08-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-1022-432/+1454
|\ \
| * | tools lib traceevent: Handle possible strdup() error in tep_add_plugin_path()...Tzvetomir Stoyanov (VMware)2020-08-061-0/+4
| * | libtraceevent: Fixed description of tep_add_plugin_path() APITzvetomir Stoyanov (VMware)2020-08-061-2/+2
| * | libtraceevent: Fixed type in PRINT_FMT_STINGTzvetomir Stoyanov (VMware)2020-08-062-4/+4
| * | libtraceevent: Fixed broken indentation in parse_ip4_print_args()Tzvetomir Stoyanov (VMware)2020-08-061-2/+2
| * | libtraceevent: Improve error handling of tep_plugin_add_option() APITzvetomir Stoyanov (VMware)2020-08-061-7/+9
| * | libtraceevent: Fix typo in tep_plugin_add_option() descriptionTzvetomir Stoyanov (VMware)2020-08-061-1/+1
| * | libtraceevent: Handle strdup() error in parse_option_name()Tzvetomir Stoyanov (VMware)2020-08-061-3/+5
| * | libtraceevent: Document tep_load_plugins_hook()Tzvetomir Stoyanov (VMware)2020-08-062-1/+40
| * | Mgerge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2020-08-0613-310/+843
| |\|