update script
[lttv.git] / scripts / lttng-6-split-script.sh
index 04baf4c27e65bba6c9d7e9b9d04d31b133c27b06..e6be86096a1983f864d1f3fce65fe17526c85b32 100755 (executable)
@@ -42,6 +42,16 @@ 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"
+
+for a in $IN; do wr $a $FILE; done
+
 FILE=../${PRENAME}${COUNT}${NAME}-markers.diff
 VALUE=$(( ${VALUE} + 1 ))
 printf -v COUNT "%02d" ${VALUE}
@@ -77,6 +87,21 @@ IN="?_include_asm-generic_vmlinux.lds.h
 
 for a in $IN; do wr $a $FILE; done
 
+FILE=../${PRENAME}${COUNT}${NAME}-atomic_up.diff
+VALUE=$(( ${VALUE} + 1 ))
+printf -v COUNT "%02d" ${VALUE}
+
+IN="?_include_asm-i386_atomic-up.h
+?_include_asm-i386_system.h
+?_include_asm-x86_64_atomic-up.h
+?_include_asm-x86_64_system.h
+?_include_asm-powerpc_atomic-up.h
+?_include_asm-powerpc_system.h
+?_include_asm-arm_atomic-up.h
+?_include_asm-mips_atomic-up.h
+?_include_asm-generic_atomic-up.h"
+
+for a in $IN; do wr $a $FILE; done
 
 FILE=../${PRENAME}${COUNT}${NAME}-facility-core-headers.diff
 VALUE=$(( ${VALUE} + 1 ))
@@ -247,7 +272,8 @@ IN="?_arch_i386_kernel_process.c
 ?_arch_i386_kernel_syscall_table.S
 ?_arch_i386_kernel_sys_i386.c
 ?_arch_i386_kernel_time.c
-?_arch_i386_kernel_traps.c"
+?_arch_i386_kernel_traps.c
+?_arch_i386_mm_fault.c"
 
 for a in $IN; do wr $a $FILE; done
 
@@ -265,7 +291,8 @@ IN="?_arch_mips_kernel_process.c
 ?_arch_mips_kernel_scall32-o32.S
 ?_arch_mips_kernel_scall64-64.S
 ?_arch_mips_kernel_scall64-n32.S
-?_arch_mips_kernel_scall64-o32.S"
+?_arch_mips_kernel_scall64-o32.S
+?_arch_mips_mm_fault.c"
 
 for a in $IN; do wr $a $FILE; done
 
@@ -284,7 +311,8 @@ IN="?_arch_powerpc_kernel_irq.c
 ?_arch_powerpc_kernel_ptrace.c
 ?_arch_powerpc_kernel_syscalls.c
 ?_arch_powerpc_kernel_time.c
-?_arch_powerpc_kernel_traps.c"
+?_arch_powerpc_kernel_traps.c
+?_arch_powerpc_mm_fault.c"
 
 for a in $IN; do wr $a $FILE; done
 
@@ -296,7 +324,8 @@ printf -v COUNT "%02d" ${VALUE}
 IN="?_arch_ppc_Kconfig
 ?_arch_ppc_kernel_misc.S
 ?_arch_ppc_kernel_time.c
-?_arch_ppc_kernel_traps.c"
+?_arch_ppc_kernel_traps.c
+?_arch_ppc_mm_fault.c"
 
 
 for a in $IN; do wr $a $FILE; done
@@ -312,7 +341,8 @@ IN="?_arch_x86_64_ia32_ia32entry.S
 ?_arch_x86_64_kernel_process.c
 ?_arch_x86_64_kernel_ptrace.c
 ?_arch_x86_64_kernel_time.c
-?_arch_x86_64_kernel_traps.c"
+?_arch_x86_64_kernel_traps.c
+?_arch_x86_64_mm_fault.c"
 
 for a in $IN; do wr $a $FILE; done
 
This page took 0.023361 seconds and 4 git commands to generate.