projects
/
lttng-ust.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Test: update ust tracing unit tests to 2.1 internal ABI
[lttng-ust.git]
/
tests
/
benchmark
/
install
1
#!/bin/bash
2
#
3
# install ust
4
5
# compile and install UST
6
cd
..
/
..
/
7
make
clean
8
CFLAGS
=
-O3
.
/
configure
9
make
10
sudo
make install
11
sudo ldconfig
12
13
# compile benchmark
14
cd test
s
/
benchmark
15
make
clean
&&
make
This page took
0.04709 seconds
and
5
git commands to generate.