Home | History | Annotate | only in /external/lisa/tools/arm64
Up to higher level directory
NameDateSize
perf21-Aug-2018997.4K
README.rt-app21-Aug-2018592
README.taskset21-Aug-2018417
README.trace-cmd21-Aug-2018235
rt-app21-Aug-20181.2M
sysbench21-Aug-2018740.6K
taskset21-Aug-20183.5M
trace-cmd21-Aug-20185M

README.rt-app

      1 rt-app built from:
      2 
      3 git (a] github.com:scheduler-tools/rt-app.git 482e47a0b859
      4 
      5 Configured with:
      6 
      7 export ac_cv_lib_json_c_json_object_from_file=yes
      8 ./autogen.sh
      9 ./configure --host=aarch64-linux-gnu LDFLAGS=" --static -L/home/brendan/sources/json-c/." CFLAGS="-I/home/brendan/sources/ " --with-deadline
     10 
     11 ----
     12 
     13 json-c built from:
     14 
     15 https://github.com/json-c/json-c 815778448348
     16 
     17 Configured (as per rt-app's doc/tutorial.txt) with:
     18 
     19 export ac_cv_func_malloc_0_nonnull=yes
     20 export ac_cv_func_realloc_0_nonnull=yes
     21 ./autogen.sh
     22 ./configure --host=aarch64-linux-gnu --disable-shared --enable-static
     23 make
     24 

README.taskset

      1 taskset built from:
      2 https://github.com/ARM-software/third-party-source bcc5f35d03c70e67860ddbcc0b737f69d53979d7
      3 util-linux/20160115_util-linux_v2.52.2.tar.xz
      4 
      5 Configured with:
      6 export CC=aarch64-linux-gnu-gcc
      7 ./autogen.sh
      8 ./configure --host=aarch64-linux-gnu --disable-shared --without-ncurses --prefix=/data/third-party-source/util-linux/ --enable-static-programs=taskset
      9 
     10 Built with:
     11 make LDFLAGS="--static" taskset
     12 

README.trace-cmd

      1 trace-cmd built from:
      2 
      3 https://github.com/ARM-software/third-party-source bcc5f35d03c70e67860ddbcc0b737f69d53979d7
      4 trace-cmd/20160115_trace-cmd_v2.4.tar.xz
      5 
      6 Built with:
      7 export CC=aarch64-linux-gnu-gcc
      8 make LDFLAGS="--static" trace-cmd
      9