X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=scripts%2Flttng-6-split-script.sh;h=e6be86096a1983f864d1f3fce65fe17526c85b32;hb=2eb20a5c61236867ac468490585eb1f997b8b779;hp=94eb83d8a448415e61ea35d7a3f92d8f0980ef77;hpb=9c46acf2b1c9b59e86f88568203c879a54c25d76;p=lttv.git diff --git a/scripts/lttng-6-split-script.sh b/scripts/lttng-6-split-script.sh index 94eb83d8..e6be8609 100755 --- a/scripts/lttng-6-split-script.sh +++ b/scripts/lttng-6-split-script.sh @@ -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} @@ -81,14 +91,15 @@ FILE=../${PRENAME}${COUNT}${NAME}-atomic_up.diff VALUE=$(( ${VALUE} + 1 )) printf -v COUNT "%02d" ${VALUE} -IN="?_include_asm-i386_atomic.h +IN="?_include_asm-i386_atomic-up.h ?_include_asm-i386_system.h -?_include_asm-x86_64_atomic.h +?_include_asm-x86_64_atomic-up.h ?_include_asm-x86_64_system.h -?_include_asm-powerpc_atomic.h +?_include_asm-powerpc_atomic-up.h ?_include_asm-powerpc_system.h -?_include_asm-arm_atomic.h -?_include_asm-mips_atomic.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 @@ -261,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 @@ -279,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 @@ -298,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 @@ -310,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 @@ -326,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