[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:
parent
48308a854b
commit
1515efea7d
1049
0002-Arm-spe-parser-support.patch
Normal file
1049
0002-Arm-spe-parser-support.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user