Home | History | Annotate | only in /external/lisa/tools/armeabi
Up to higher level directory
NameDateSize
perf21-Aug-2018997.4K
README.rt-app21-Aug-2018646
rt-app21-Aug-2018917.9K
sysbench21-Aug-2018727.1K
taskset21-Aug-2018380.6K
trace-cmd21-Aug-2018687.1K

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=arm-linux-gnueabihf 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 the --host parameter modified
     18 for 32-bit ARM) with:
     19 
     20 export ac_cv_func_malloc_0_nonnull=yes
     21 export ac_cv_func_realloc_0_nonnull=yes
     22 ./autogen.sh
     23 ./configure --host=arm-linux-gnueabihf --disable-shared --enable-static
     24 make
     25