update script
[lttv.git] / scripts / lttng-6-split-script.sh
index a7538f07ea6ad6a2b183ffb05efb406118266b4c..71242d2e632044cfb0d531f50c69f9828531c87d 100755 (executable)
@@ -42,6 +42,17 @@ IN="?_fs_debugfs_inode.c"
 
 for a in $IN; do wr $a $FILE; done
 
+#for hotplug
+FILE=../${PRENAME}${COUNT}${NAME}-relay.diff
+VALUE=$(( ${VALUE} + 1 ))
+printf -v COUNT "%02d" ${VALUE}
+
+IN="?_include_linux_relay.h
+?_kernel_relay.c
+?_block_blktrace.c"
+
+for a in $IN; do wr $a $FILE; done
+
 FILE=../${PRENAME}${COUNT}${NAME}-markers.diff
 VALUE=$(( ${VALUE} + 1 ))
 printf -v COUNT "%02d" ${VALUE}
@@ -233,8 +244,7 @@ IN="?_include_linux_sched.h
 ?_include_asm-mips_unistd.h
 ?_include_asm-powerpc_unistd.h
 ?_include_asm-powerpc_systbl.h
-?_include_asm-x86_64_unistd.h
-?_include_asm-arm_unistd.h"
+?_include_asm-x86_64_unistd.h"
 
 for a in $IN; do wr $a $FILE; done
 
This page took 0.036488 seconds and 4 git commands to generate.