Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
d44c848117
!41 [sync] PR-39: fix build error on sw_64 mips64el
From: @openeuler-sync-bot 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
2025-03-07 04:10:49 +00:00
Hailiang
c6764132d1 fix build error on sw_64 mips64el
(cherry picked from commit c04ef4c9315614cf17d6eb7269a718e7c1dd5b79)
2025-03-07 12:10:34 +08:00
openeuler-ci-bot
83e624d27d
!36 [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:53 +00:00
Wenlong Zhang
ab768a2de2 fix build error on loongarch64
(cherry picked from commit 5b756578caef7fffeb93f9f84484690c3ba40744)
2024-11-14 14:26:14 +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
3 changed files with 24 additions and 4 deletions

View File

@ -1,12 +1,12 @@
Name: libipt Name: libipt
Version: 2.0.4 Version: 2.1
Release: 1 Release: 3
Summary: Intel(R) Processor Trace Decoder Library Summary: Intel(R) Processor Trace Decoder Library
License: BSD License: BSD
URL: https://github.com/intel/libipt URL: https://github.com/intel/libipt
Source0: https://github.com/intel/%{name}/archive/v%{version}.tar.gz Source0: https://github.com/intel/%{name}/archive/v%{version}.tar.gz
BuildRequires: gcc-c++ cmake BuildRequires: gcc-c++ cmake
ExclusiveArch: %{ix86} x86_64 ExclusiveArch: %{ix86} x86_64 loongarch64 sw_64 mips64el
%description %description
The Intel Processor Trace (Intel PT) Decoder Library is Intel's reference 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 %package devel
Summary: Development files for %{name} Summary: Development files for %{name}
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
ExclusiveArch: %{ix86} x86_64 ExclusiveArch: %{ix86} x86_64 loongarch64 sw_64 mips64el
%description devel %description devel
This package contains the development files for Intel Processor Trace (Intel PT) This package contains the development files for Intel Processor Trace (Intel PT)
@ -51,6 +51,26 @@ ctest -V %{?_smp_mflags}
%{_libdir}/%{name}.so %{_libdir}/%{name}.so
%changelog %changelog
* Thu Mar 06 2025 mahailiang <mahailiang@uniontech.com> - 2.1-3
- fix build error on sw_64 mips64el
* 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 * Mon Nov 29 2021 zhouwenpei <zhouwenpei1@huawei.com> - 2.0.4-1
- Upgrade to 2.0.4. - Upgrade to 2.0.4.

Binary file not shown.

BIN
v2.1.tar.gz Normal file

Binary file not shown.