import bpftrace-0.12.1-3.el8

This commit is contained in:
CentOS Sources 2021-07-15 14:15:21 +00:00 committed by Andrew Lukoshko
parent 58e47126c0
commit 21a4026b2b
2 changed files with 11 additions and 2 deletions

View File

@ -47,7 +47,7 @@ index 3824bc6d..bdc6e4df 100755
}
-uprobe:/lib/x86_64-linux-gnu/libpthread.so.0:pthread_create
+uprobe:/usr/lib64/libpthread.so:pthread_create
+uprobe:/usr/lib64/libpthread.so.0:pthread_create
{
printf("%-10u %-6d %-16s %s\n", elapsed / 1e6, pid, comm,
usym(arg2));

View File

@ -2,7 +2,7 @@
Name: bpftrace
Version: 0.12.1
Release: 1%{?dist}
Release: 3%{?dist}
Summary: High-level tracing language for Linux eBPF
License: ASL 2.0
@ -96,6 +96,15 @@ find %{buildroot}%{_datadir}/%{name}/tools -type f -exec \
%endif
%changelog
* Thu Jun 24 2021 Jerome Marchand <jmarchan@redhat.com> - 0.12.1-3
- Have threadsnoop points to libpthread.so.0
* Wed Jun 09 2021 Jerome Marchand <jmarchan@redhat.com> - 0.12.1-2
- Rebuild on LLVM12
* Fri Apr 30 2021 Jerome Marchand <jmarchan@redhat.com> - 0.12.1-1
- Rebase on bpftrace 0.12.1
* Thu Jan 28 2021 Jerome Marchand <jmarchan@redhat.com> - 0.11.1-3
- Add missing libbpf and binutils-dev dependencies