Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lttng-ust
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
lttng-ust
Commits
462dadd0
Commit
462dadd0
authored
Aug 27, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated lttng-ust to 2.12.0
parent
eb03af6e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
6 deletions
+15
-6
Makefile
Makefile
+6
-6
lttng-ust-2.10.3.tar.bz2
lttng-ust-2.10.3.tar.bz2
+0
-0
lttng-ust-2.12.0-python3.patch
lttng-ust-2.12.0-python3.patch
+9
-0
lttng-ust-2.12.0.tar.bz2
lttng-ust-2.12.0.tar.bz2
+0
-0
No files found.
Makefile
View file @
462dadd0
all
:
tar
xf lttng-ust-2.1
0.3
.tar.bz2
patch
-Np1
-d
lttng-ust-2.1
0.3 < lttng-ust-2.10.3
-python3.patch
cd
lttng-ust-2.1
0.3
&&
./configure
--prefix
=
/usr
$(MAKE)
-C
lttng-ust-2.1
0.3
$(MAKE)
-C
lttng-ust-2.1
0.3
install
tar
xf lttng-ust-2.1
2.0
.tar.bz2
patch
-Np1
-d
lttng-ust-2.1
2.0 < lttng-ust-2.12.0
-python3.patch
cd
lttng-ust-2.1
2.0
&&
./configure
--prefix
=
/usr
$(MAKE)
-C
lttng-ust-2.1
2.0
$(MAKE)
-C
lttng-ust-2.1
2.0
install
ldconfig
rm
-rf
lttng-ust-2.1
0.3
rm
-rf
lttng-ust-2.1
2.0
lttng-ust-2.10.3.tar.bz2
deleted
100644 → 0
View file @
eb03af6e
File deleted
lttng-ust-2.1
0.3
-python3.patch
→
lttng-ust-2.1
2.0
-python3.patch
View file @
462dadd0
diff -uNr lttng-ust-2.1
0.3/tools/lttng-gen-tp lttng-ust-2.10.3
-python3/tools/lttng-gen-tp
--- lttng-ust-2.1
0.3/tools/lttng-gen-tp 2019-01-26 08:59:45
.000000000 +1030
+++ lttng-ust-2.1
0.3-python3/tools/lttng-gen-tp 2020-02-24 16:15:17.645694305 +10
30
diff -uNr lttng-ust-2.1
2.0/tools/lttng-gen-tp lttng-ust-2.12.0
-python3/tools/lttng-gen-tp
--- lttng-ust-2.1
2.0/tools/lttng-gen-tp 2020-03-20 00:21:10
.000000000 +1030
+++ lttng-ust-2.1
2.0-python3/tools/lttng-gen-tp 2021-08-24 15:15:31.178895946 +09
30
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
...
...
lttng-ust-2.12.0.tar.bz2
0 → 100644
View file @
462dadd0
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment