forked from ARM-software/lisa
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
83ba820
commit aa04cc2
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,11 +11,13 @@ download() { | |
git clone git://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git | ||
git -C trace-cmd checkout trace-cmd-v3.2 | ||
|
||
git clone https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git | ||
git -C libtraceevent checkout libtraceevent-1.7.3 | ||
#git clone https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git | ||
#git -C libtraceevent checkout libtraceevent-1.7.3 | ||
git clone [email protected]:douglas-raillard-arm/libtraceevent.git --branch fix_static | ||
|
||
git clone https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git | ||
git -C libtracefs checkout libtracefs-1.7.0 | ||
#git clone https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git | ||
#git -C libtracefs checkout libtracefs-1.7.0 | ||
git clone [email protected]:douglas-raillard-arm/libtracefs.git --branch fix_static | ||
} | ||
|
||
build_libtraceevent() { | ||
|