[Arm SPE] Arm SPE event processing support

Support parser Arm SPE events, each event will
be saved in different profile file.

(cherry picked from commit e0d48adbcaefe8186fa776d62c9818716b71c5f1)
This commit is contained in:
liyancheng 2022-02-13 15:08:16 +08:00 committed by openeuler-sync-bot
parent 48308a854b
commit 1515efea7d
2 changed files with 1057 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
Name: autofdo
Version: 0.19
Release: 1
Release: 2
Summary: A tool to convert perf.data profile to AutoFDO profile
License: Apache-2.0
URL: https://github.com/google/autofdo
@ -9,6 +9,7 @@ URL: https://github.com/google/autofdo
# 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
@ -41,6 +42,12 @@ make -j 1
%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