9 Star 3 Fork 4

src-openEuler / autofdo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
autofdo.spec 1.64 KB
一键复制 编辑 原始数据 按行查看 历史
Name: autofdo
Version: 0.19
Release: 2
Summary: A tool to convert perf.data profile to AutoFDO profile
License: Apache-2.0
URL: https://github.com/google/autofdo
# The package in the original url below contains GIT information which is useless,
# so remove the GIT information and repackage it.
# Source: https://github.com/google/%{name}/releases/download/%{version}/{version}.tar.gz
Source: %{name}-%{version}.tar.xz
Patch0: 0001-Multi-event-processing-support.patch
Patch1: 0002-Arm-spe-parser-support.patch
BuildRequires: gcc gcc-c++ libtool autoconf automake git elfutils-libelf-devel openssl-devel pkg-config
Requires: glibc openssl-libs elfutils libgcc libstdc++ zlib
%description
This package contains a tool to convert perf.data profile to AutoFDO
profile that can be used by GCC and LLVM.
%prep
%autosetup -p1
%build
autoreconf -fiv
%configure
make -j 1
%install
%make_install
%files
%license COPYING
%doc README
%{_bindir}/create_gcov
%{_bindir}/dump_gcov
%{_bindir}/sample_merger
%{_bindir}/profile_merger
%{_bindir}/profile_diff
%{_bindir}/profile_update
# autofdo toolchain has been integrated into LLVM, so exclude it.
%exclude %{_bindir}/create_llvm_prof
%changelog
* Sun Feb 13 2022 liyancheng <412998149@qq.com> - 0.19-2
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:Support processing ARM SPE event
* Sun Feb 13 2022 liyancheng <412998149@qq.com> - 0.19-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:Support parsing multiple events and process repeat function
* Tue Nov 30 2021 liyancheng <412998149@qq.com> - 0.19-0
- Type:Init
- ID:NA
- SUG:NA
- DESC:Init autofdo repository
1
https://gitee.com/src-openeuler/autofdo.git
git@gitee.com:src-openeuler/autofdo.git
src-openeuler
autofdo
autofdo
openEuler-22.03-LTS

搜索帮助