Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
cfd3140a8b
!37 [sync] PR-35: fix build error on loongarch64
From: @openeuler-sync-bot 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
2024-11-14 06:27:48 +00:00
Wenlong Zhang
06269b7c89 fix build error on loongarch64
(cherry picked from commit 5b756578caef7fffeb93f9f84484690c3ba40744)
2024-11-14 14:26:16 +08:00
openeuler-ci-bot
b57d095879
!26 Upgrade to 2.1
From: @SuperSix173 
Reviewed-by: @wangbin224 
Signed-off-by: @wangbin224
2024-01-27 01:43:27 +00:00
SuperSix173
67dcd66db6 Upgrade to 2.1
Signed-off-by: SuperSix173 <liuchao173@huawei.com>
2024-01-26 18:31:50 +08:00
openeuler-ci-bot
684fc98a21
!24 Add loongarch64 support
From: @zhangwenlong01 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
2023-02-17 01:00:53 +00:00
Wenlong Zhang
23dbc88ed8 Add loongarch64 support 2023-02-16 19:21:17 +08:00
openeuler-ci-bot
c0fcdd32a3
!21 libipt: upgrade to v2.0.5
From: @chinyu0704 
Reviewed-by: @SuperSix173 
Signed-off-by: @SuperSix173
2022-07-13 03:23:03 +00:00
qinyu
24d8747929 libipt: upgrade to v2.0.5
upgrade to v2.0.5

Signed-off-by: qinyu <qinyu32@huawei.com>
2022-07-13 10:25:07 +08:00
openeuler-ci-bot
d4e1af18a2
!17 【轻量级 PR】:fix bogus date in %changelog
From: @loong-C 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
2022-06-15 02:27:39 +00:00
loong-C
bcb0b57b88
fix bogus date in %changelog 2022-06-15 02:01:06 +00:00
3 changed files with 22 additions and 5 deletions

View File

@ -1,12 +1,12 @@
Name: libipt
Version: 2.0.4
Release: 1
Version: 2.1
Release: 2
Summary: Intel(R) Processor Trace Decoder Library
License: BSD
URL: https://github.com/intel/libipt
Source0: https://github.com/intel/%{name}/archive/v%{version}.tar.gz
BuildRequires: gcc-c++ cmake
ExclusiveArch: %{ix86} x86_64
ExclusiveArch: %{ix86} x86_64 loongarch64
%description
The Intel Processor Trace (Intel PT) Decoder Library is Intel's reference
@ -17,7 +17,7 @@ or it can be partially or fully integrated into your tool.
%package devel
Summary: Development files for %{name}
Requires: %{name} = %{version}-%{release}
ExclusiveArch: %{ix86} x86_64
ExclusiveArch: %{ix86} x86_64 loongarch64
%description devel
This package contains the development files for Intel Processor Trace (Intel PT)
@ -51,11 +51,28 @@ ctest -V %{?_smp_mflags}
%{_libdir}/%{name}.so
%changelog
* Tue Oct 29 2024 Wenlong Zhang <zhangwenlong@loongson.cn> - 2.1-2
- fix build error on loongarch64
* Thu Jan 25 2024 liuchao <liuchao173@huawei.com> - 2.1-1
- Upgrade to 2.1:
- a new tool 'ptseg' for finding the PSB segment for a given offset.
- a new layer 'evt' representing the trace as a list of events.
- event tracing (cfe and evd packets).
- C11 threads, if available.
- Bug fixes and support for latest processors.
* Thu Feb 16 2023 Wenlong Zhang<zhangwenlong@loongson.cn> - 2.0.5-2
- Add loongarch64 support
* Wed Jul 13 2022 qinyu <qinyu32@huawei.com> - 2.0.5-1
- Upgrade to 2.0.5.
* Mon Nov 29 2021 zhouwenpei <zhouwenpei1@huawei.com> - 2.0.4-1
- Upgrade to 2.0.4.
* Wed Aug 19 2020 shenkai <shenkai8@huawei.com> - 2.0.3-1
- Upgrade to 2.0.3.
* Tue Jan 52 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.0.1-1
* Tue Feb 25 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.0.1-1
- Package init.

Binary file not shown.

BIN
v2.1.tar.gz Normal file

Binary file not shown.