From 95143dc6d3f83cc868d1658fc7f216e736bad8e7 Mon Sep 17 00:00:00 2001 From: Vyacheslav Cherkashin Date: Tue, 3 Oct 2017 18:48:25 +0300 Subject: [PATCH] Move modules to modules dir Change-Id: I2b4cbfe8c39fef4049083d523eb2d4acbea03041 Signed-off-by: Vyacheslav Cherkashin --- Doxyfile => modules/Doxyfile | 0 Kbuild => modules/Kbuild | 0 {arch => modules/arch}/arm/probes/compat_arm64.h | 0 {arch => modules/arch}/arm/probes/decode_arm_old.h | 0 {arch => modules/arch}/arm/probes/decode_thumb.c | 0 {arch => modules/arch}/arm/probes/decode_thumb.h | 0 {arch => modules/arch}/arm/probes/decode_thumb_old.h | 0 {arch => modules/arch}/arm/probes/probes.c | 0 {arch => modules/arch}/arm/probes/probes.h | 0 {arch => modules/arch}/arm/probes/probes_arm.c | 0 {arch => modules/arch}/arm/probes/probes_arm.h | 0 {arch => modules/arch}/arm/probes/probes_thumb.c | 0 {arch => modules/arch}/arm/probes/probes_thumb.h | 0 {arch => modules/arch}/arm/probes/tramps_arm.c | 0 {arch => modules/arch}/arm/probes/tramps_arm.h | 0 {arch => modules/arch}/arm/probes/tramps_thumb.c | 0 {arch => modules/arch}/arm/probes/tramps_thumb.h | 0 {arch => modules/arch}/arm/uprobe/swap_uprobe.c | 0 {arch => modules/arch}/arm/uprobe/swap_uprobe.h | 0 {buffer => modules/buffer}/Kbuild | 0 {buffer => modules/buffer}/buffer_description.h | 0 {buffer => modules/buffer}/buffer_queue.c | 0 {buffer => modules/buffer}/buffer_queue.h | 0 {buffer => modules/buffer}/data_types.h | 0 {buffer => modules/buffer}/kernel_operations.h | 0 {buffer => modules/buffer}/swap_buffer_errors.h | 0 {buffer => modules/buffer}/swap_buffer_module.c | 0 {buffer => modules/buffer}/swap_buffer_module.h | 0 {buffer => modules/buffer}/swap_buffer_to_buffer_queue.h | 0 build.config.example => modules/build.config.example | 0 build.sh => modules/build.sh | 0 deploy.sh => modules/deploy.sh | 0 {driver => modules/driver}/Kbuild | 0 {driver => modules/driver}/app_manage.h | 0 {driver => modules/driver}/device_driver.c | 0 {driver => modules/driver}/device_driver.h | 0 {driver => modules/driver}/device_driver_to_driver_to_buffer.h | 0 {driver => modules/driver}/driver_debugfs.c | 0 {driver => modules/driver}/driver_debugfs.h | 0 {driver => modules/driver}/driver_defs.h | 0 {driver => modules/driver}/driver_to_buffer.c | 0 {driver => modules/driver}/driver_to_buffer.h | 0 {driver => modules/driver}/driver_to_msg.h | 0 {driver => modules/driver}/swap_driver_errors.h | 0 {driver => modules/driver}/swap_driver_module.c | 0 {driver => modules/driver}/swap_ioctl.h | 0 {driver => modules/driver}/us_interaction.c | 0 {driver => modules/driver}/us_interaction.h | 0 {driver => modules/driver}/us_interaction_msg.h | 0 {energy => modules/energy}/Kbuild | 0 {energy => modules/energy}/debugfs_energy.c | 0 {energy => modules/energy}/debugfs_energy.h | 0 {energy => modules/energy}/energy.c | 0 {energy => modules/energy}/energy.h | 0 {energy => modules/energy}/energy_module.c | 0 {energy => modules/energy}/lcd/lcd_base.c | 0 {energy => modules/energy}/lcd/lcd_base.h | 0 {energy => modules/energy}/lcd/lcd_debugfs.c | 0 {energy => modules/energy}/lcd/lcd_debugfs.h | 0 {energy => modules/energy}/lcd/maru.c | 0 {energy => modules/energy}/lcd/s6e8aa0.c | 0 {energy => modules/energy}/lcd/s6e8aa0_panel.c | 0 {energy => modules/energy}/rational_debugfs.c | 0 {energy => modules/energy}/rational_debugfs.h | 0 {energy => modules/energy}/tm_stat.h | 0 {fbiprobe => modules/fbiprobe}/Kbuild | 0 {fbiprobe => modules/fbiprobe}/fbi_msg.c | 0 {fbiprobe => modules/fbiprobe}/fbi_msg.h | 0 {fbiprobe => modules/fbiprobe}/fbi_probe_module.h | 0 {fbiprobe => modules/fbiprobe}/fbiprobe.c | 0 {fbiprobe => modules/fbiprobe}/fbiprobe.h | 0 {fbiprobe => modules/fbiprobe}/regs.h | 0 {got_patcher => modules/got_patcher}/Kbuild | 0 {got_patcher => modules/got_patcher}/gt.h | 0 {got_patcher => modules/got_patcher}/gt_debugfs.c | 0 {got_patcher => modules/got_patcher}/gt_debugfs.h | 0 {got_patcher => modules/got_patcher}/gt_module.c | 0 {got_patcher => modules/got_patcher}/gt_module.h | 0 {kprobe => modules/kprobe}/Kbuild | 0 {kprobe => modules/kprobe}/arch/arm/swap-asm/memory_rwx.c | 0 {kprobe => modules/kprobe}/arch/arm/swap-asm/memory_rwx.h | 0 {kprobe => modules/kprobe}/arch/arm/swap-asm/swap_kprobes.c | 0 {kprobe => modules/kprobe}/arch/arm/swap-asm/swap_kprobes.h | 0 {kprobe/arch/arm64 => modules/kprobe/arch/arm}/swap-asm/swap_probes.h | 0 {kprobe => modules/kprobe}/arch/arm64/swap-asm/condn-helpers.c | 0 {kprobe => modules/kprobe}/arch/arm64/swap-asm/condn-helpers.h | 0 {kprobe => modules/kprobe}/arch/arm64/swap-asm/dbg_interface.c | 0 {kprobe => modules/kprobe}/arch/arm64/swap-asm/dbg_interface.h | 0 {kprobe => modules/kprobe}/arch/arm64/swap-asm/kprobes-arm64.c | 0 {kprobe => modules/kprobe}/arch/arm64/swap-asm/kprobes-arm64.h | 0 {kprobe => modules/kprobe}/arch/arm64/swap-asm/probes-decode.h | 0 {kprobe => modules/kprobe}/arch/arm64/swap-asm/simulate-insn.c | 0 {kprobe => modules/kprobe}/arch/arm64/swap-asm/simulate-insn.h | 0 {kprobe => modules/kprobe}/arch/arm64/swap-asm/swap_kprobes.c | 0 {kprobe => modules/kprobe}/arch/arm64/swap-asm/swap_kprobes.h | 0 {kprobe/arch/arm => modules/kprobe/arch/arm64}/swap-asm/swap_probes.h | 0 {kprobe => modules/kprobe}/arch/asm-mips/dbi_kprobes.c | 0 {kprobe => modules/kprobe}/arch/asm-mips/dbi_kprobes.h | 0 {kprobe => modules/kprobe}/arch/x86/swap-asm/swap_kprobes.c | 0 {kprobe => modules/kprobe}/arch/x86/swap-asm/swap_kprobes.h | 0 {kprobe => modules/kprobe}/swap_kdebug.h | 0 {kprobe => modules/kprobe}/swap_kprobes.c | 0 {kprobe => modules/kprobe}/swap_kprobes.h | 0 {kprobe => modules/kprobe}/swap_kprobes_deps.c | 0 {kprobe => modules/kprobe}/swap_kprobes_deps.h | 0 {kprobe => modules/kprobe}/swap_ktd.c | 0 {kprobe => modules/kprobe}/swap_ktd.h | 0 {kprobe => modules/kprobe}/swap_no_kprobes.c | 0 {kprobe => modules/kprobe}/swap_slots.c | 0 {kprobe => modules/kprobe}/swap_slots.h | 0 {kprobe => modules/kprobe}/swap_td_raw.c | 0 {kprobe => modules/kprobe}/swap_td_raw.h | 0 {ks_features => modules/ks_features}/Kbuild | 0 {ks_features => modules/ks_features}/features_data.c | 0 {ks_features => modules/ks_features}/file_ops.c | 0 {ks_features => modules/ks_features}/file_ops.h | 0 {ks_features => modules/ks_features}/ks_feature_hook.c | 0 {ks_features => modules/ks_features}/ks_feature_kprobe.c | 0 {ks_features => modules/ks_features}/ks_features.c | 0 {ks_features => modules/ks_features}/ks_features.h | 0 {ks_features => modules/ks_features}/ks_features_data.c | 0 {ks_features => modules/ks_features}/ks_features_data.h | 0 {ks_features => modules/ks_features}/ks_map.c | 0 {ks_features => modules/ks_features}/ks_map.h | 0 {ks_features => modules/ks_features}/ksf_msg.c | 0 {ks_features => modules/ks_features}/ksf_msg.h | 0 {ks_features => modules/ks_features}/syscall_list.h | 0 {ks_manager => modules/ks_manager}/Kbuild | 0 {ks_manager => modules/ks_manager}/ks_manager.c | 0 {ks_manager => modules/ks_manager}/ks_manager.h | 0 {ksyms => modules/ksyms}/Kbuild | 0 {ksyms => modules/ksyms}/ksyms.c | 0 {ksyms => modules/ksyms}/ksyms.h | 0 {ksyms => modules/ksyms}/ksyms_init.h | 0 {ksyms => modules/ksyms}/ksyms_module.c | 0 {ksyms => modules/ksyms}/no_ksyms.c | 0 {loader => modules/loader}/Kbuild | 0 {loader => modules/loader}/loader.h | 0 {loader => modules/loader}/loader_debugfs.c | 0 {loader => modules/loader}/loader_debugfs.h | 0 {loader => modules/loader}/loader_defs.h | 0 {loader => modules/loader}/loader_module.c | 0 {loader => modules/loader}/loader_module.h | 0 {loader => modules/loader}/loader_pd.c | 0 {loader => modules/loader}/loader_pd.h | 0 {loader => modules/loader}/loader_storage.c | 0 {loader => modules/loader}/loader_storage.h | 0 {master => modules/master}/Kbuild | 0 {master => modules/master}/master_module.c | 0 {master => modules/master}/swap_debugfs.c | 0 {master => modules/master}/swap_debugfs.h | 0 {master => modules/master}/swap_deps.c | 0 {master => modules/master}/swap_deps.h | 0 {master => modules/master}/swap_initializer.c | 0 {master => modules/master}/swap_initializer.h | 0 {master => modules/master}/wait.c | 0 {master => modules/master}/wait.h | 0 {nsp => modules/nsp}/Kbuild | 0 {nsp => modules/nsp}/nsp.c | 0 {nsp => modules/nsp}/nsp.h | 0 {nsp => modules/nsp}/nsp_debugfs.c | 0 {nsp => modules/nsp}/nsp_debugfs.h | 0 {nsp => modules/nsp}/nsp_module.c | 0 {nsp => modules/nsp}/nsp_msg.c | 0 {nsp => modules/nsp}/nsp_msg.h | 0 {nsp => modules/nsp}/nsp_print.h | 0 pack.sh => modules/pack.sh | 0 {parser => modules/parser}/Kbuild | 0 {parser => modules/parser}/cpu_ctrl.c | 0 {parser => modules/parser}/cpu_ctrl.h | 0 {parser => modules/parser}/features.c | 0 {parser => modules/parser}/features.h | 0 {parser => modules/parser}/msg_buf.c | 0 {parser => modules/parser}/msg_buf.h | 0 {parser => modules/parser}/msg_cmd.c | 0 {parser => modules/parser}/msg_cmd.h | 0 {parser => modules/parser}/msg_parser.c | 0 {parser => modules/parser}/msg_parser.h | 0 {parser => modules/parser}/parser_defs.h | 0 {parser => modules/parser}/swap_msg_parser.c | 0 {parser => modules/parser}/us_inst.c | 0 {parser => modules/parser}/us_inst.h | 0 {parser => modules/parser}/usm_msg.c | 0 {parser => modules/parser}/usm_msg.h | 0 {preload => modules/preload}/Kbuild | 0 {preload => modules/preload}/preload.h | 0 {preload => modules/preload}/preload_control.c | 0 {preload => modules/preload}/preload_control.h | 0 {preload => modules/preload}/preload_debugfs.c | 0 {preload => modules/preload}/preload_debugfs.h | 0 {preload => modules/preload}/preload_module.c | 0 {preload => modules/preload}/preload_module.h | 0 {preload => modules/preload}/preload_probe.c | 0 {preload => modules/preload}/preload_probe.h | 0 {preload => modules/preload}/preload_process.c | 0 {preload => modules/preload}/preload_process.h | 0 {preload => modules/preload}/preload_threads.c | 0 {preload => modules/preload}/preload_threads.h | 0 {retprobe => modules/retprobe}/Kbuild | 0 {retprobe => modules/retprobe}/retprobe.c | 0 {retprobe => modules/retprobe}/retprobe.h | 0 {retprobe => modules/retprobe}/rp_msg.c | 0 {retprobe => modules/retprobe}/rp_msg.h | 0 {sampler => modules/sampler}/Kbuild | 0 {sampler => modules/sampler}/kernel_operations.h | 0 {sampler => modules/sampler}/sampler_hrtimer.c | 0 {sampler => modules/sampler}/sampler_timer.c | 0 {sampler => modules/sampler}/sampler_timers.h | 0 {sampler => modules/sampler}/swap_sampler_errors.h | 0 {sampler => modules/sampler}/swap_sampler_module.c | 0 {sampler => modules/sampler}/swap_sampler_module.h | 0 {task_ctx => modules/task_ctx}/Kbuild | 0 {task_ctx => modules/task_ctx}/task_ctx.c | 0 {task_ctx => modules/task_ctx}/task_ctx.h | 0 {tests => modules/tests}/Kbuild | 0 {tests => modules/tests}/kprobe_tests/Kbuild | 0 {tests => modules/tests}/kprobe_tests/kp_module.c | 0 {tests => modules/tests}/kprobe_tests/kp_module.h | 0 {tests => modules/tests}/kprobe_tests/kp_tests.c | 0 {tests => modules/tests}/kprobe_tests/krp_tests.c | 0 {tests => modules/tests}/kprobe_tests/run_kp_tests.sh | 0 {uihv => modules/uihv}/Kbuild | 0 {uihv => modules/uihv}/uihv.h | 0 {uihv => modules/uihv}/uihv_debugfs.c | 0 {uihv => modules/uihv}/uihv_debugfs.h | 0 {uihv => modules/uihv}/uihv_module.c | 0 {uihv => modules/uihv}/uihv_module.h | 0 {uprobe => modules/uprobe}/Kbuild | 0 {uprobe => modules/uprobe}/arch/arm/swap-asm/swap_uprobes.c | 0 {uprobe => modules/uprobe}/arch/arm/swap-asm/swap_uprobes.h | 0 {uprobe => modules/uprobe}/arch/arm64/swap-asm/swap_uprobes.c | 0 {uprobe => modules/uprobe}/arch/arm64/swap-asm/swap_uprobes.h | 0 {uprobe => modules/uprobe}/arch/arm64/swap-asm/uprobes-arm64.c | 0 {uprobe => modules/uprobe}/arch/arm64/swap-asm/uprobes-arm64.h | 0 {uprobe => modules/uprobe}/arch/arm64/swap-asm/uprobes-decode.h | 0 {uprobe => modules/uprobe}/arch/x86/swap-asm/swap_sc_patch.c | 0 {uprobe => modules/uprobe}/arch/x86/swap-asm/swap_sc_patch.h | 0 {uprobe => modules/uprobe}/arch/x86/swap-asm/swap_uprobes.c | 0 {uprobe => modules/uprobe}/arch/x86/swap-asm/swap_uprobes.h | 0 {uprobe => modules/uprobe}/swap_uaccess.h | 0 {uprobe => modules/uprobe}/swap_uprobes.c | 0 {uprobe => modules/uprobe}/swap_uprobes.h | 0 {us_manager => modules/us_manager}/Kbuild | 0 {us_manager => modules/us_manager}/callbacks.c | 0 {us_manager => modules/us_manager}/callbacks.h | 0 {us_manager => modules/us_manager}/debugfs_us_manager.c | 0 {us_manager => modules/us_manager}/debugfs_us_manager.h | 0 {us_manager => modules/us_manager}/helper.c | 0 {us_manager => modules/us_manager}/helper.h | 0 {us_manager => modules/us_manager}/helper_hook.c | 0 {us_manager => modules/us_manager}/helper_kprobe.c | 0 {us_manager => modules/us_manager}/img/img_file.c | 0 {us_manager => modules/us_manager}/img/img_file.h | 0 {us_manager => modules/us_manager}/img/img_ip.c | 0 {us_manager => modules/us_manager}/img/img_ip.h | 0 {us_manager => modules/us_manager}/img/img_proc.c | 0 {us_manager => modules/us_manager}/img/img_proc.h | 0 {us_manager => modules/us_manager}/pf/pf_group.c | 0 {us_manager => modules/us_manager}/pf/pf_group.h | 0 {us_manager => modules/us_manager}/pf/proc_filters.c | 0 {us_manager => modules/us_manager}/pf/proc_filters.h | 0 {us_manager => modules/us_manager}/probes/probe_info_new.c | 0 {us_manager => modules/us_manager}/probes/probe_info_new.h | 0 {us_manager => modules/us_manager}/probes/probes.c | 0 {us_manager => modules/us_manager}/probes/probes.h | 0 {us_manager => modules/us_manager}/probes/register_probes.h | 0 {us_manager => modules/us_manager}/probes/use_probes.h | 0 {us_manager => modules/us_manager}/sspt/sspt.h | 0 {us_manager => modules/us_manager}/sspt/sspt_debug.h | 0 {us_manager => modules/us_manager}/sspt/sspt_feature.c | 0 {us_manager => modules/us_manager}/sspt/sspt_feature.h | 0 {us_manager => modules/us_manager}/sspt/sspt_file.c | 0 {us_manager => modules/us_manager}/sspt/sspt_file.h | 0 {us_manager => modules/us_manager}/sspt/sspt_filter.c | 0 {us_manager => modules/us_manager}/sspt/sspt_filter.h | 0 {us_manager => modules/us_manager}/sspt/sspt_ip.c | 0 {us_manager => modules/us_manager}/sspt/sspt_ip.h | 0 {us_manager => modules/us_manager}/sspt/sspt_page.c | 0 {us_manager => modules/us_manager}/sspt/sspt_page.h | 0 {us_manager => modules/us_manager}/sspt/sspt_proc.c | 0 {us_manager => modules/us_manager}/sspt/sspt_proc.h | 0 {us_manager => modules/us_manager}/us_common_file.h | 0 {us_manager => modules/us_manager}/us_manager.c | 0 {us_manager => modules/us_manager}/us_manager.h | 0 {us_manager => modules/us_manager}/us_manager_common.h | 0 {us_manager => modules/us_manager}/us_slot_manager.c | 0 {us_manager => modules/us_manager}/us_slot_manager.h | 0 {us_manager => modules/us_manager}/usm_hook.c | 0 {us_manager => modules/us_manager}/usm_hook.h | 0 {writer => modules/writer}/Kbuild | 0 {writer => modules/writer}/debugfs_writer.c | 0 {writer => modules/writer}/debugfs_writer.h | 0 {writer => modules/writer}/event_filter.c | 0 {writer => modules/writer}/event_filter.h | 0 {writer => modules/writer}/kernel_operations.h | 0 {writer => modules/writer}/swap_msg.c | 0 {writer => modules/writer}/swap_msg.h | 0 {writer => modules/writer}/swap_writer_errors.h | 0 {writer => modules/writer}/swap_writer_module.c | 0 {wsp => modules/wsp}/Kbuild | 0 {wsp => modules/wsp}/wsp.c | 0 {wsp => modules/wsp}/wsp.h | 0 {wsp => modules/wsp}/wsp_debugfs.c | 0 {wsp => modules/wsp}/wsp_debugfs.h | 0 {wsp => modules/wsp}/wsp_module.c | 0 {wsp => modules/wsp}/wsp_msg.c | 0 {wsp => modules/wsp}/wsp_msg.h | 0 {wsp => modules/wsp}/wsp_res.c | 0 {wsp => modules/wsp}/wsp_res.h | 0 packaging/swap-modules.spec | 3 ++- 310 files changed, 2 insertions(+), 1 deletion(-) rename Doxyfile => modules/Doxyfile (100%) rename Kbuild => modules/Kbuild (100%) rename {arch => modules/arch}/arm/probes/compat_arm64.h (100%) rename {arch => modules/arch}/arm/probes/decode_arm_old.h (100%) rename {arch => modules/arch}/arm/probes/decode_thumb.c (100%) rename {arch => modules/arch}/arm/probes/decode_thumb.h (100%) rename {arch => modules/arch}/arm/probes/decode_thumb_old.h (100%) rename {arch => modules/arch}/arm/probes/probes.c (100%) rename {arch => modules/arch}/arm/probes/probes.h (100%) rename {arch => modules/arch}/arm/probes/probes_arm.c (100%) rename {arch => modules/arch}/arm/probes/probes_arm.h (100%) rename {arch => modules/arch}/arm/probes/probes_thumb.c (100%) rename {arch => modules/arch}/arm/probes/probes_thumb.h (100%) rename {arch => modules/arch}/arm/probes/tramps_arm.c (100%) rename {arch => modules/arch}/arm/probes/tramps_arm.h (100%) rename {arch => modules/arch}/arm/probes/tramps_thumb.c (100%) rename {arch => modules/arch}/arm/probes/tramps_thumb.h (100%) rename {arch => modules/arch}/arm/uprobe/swap_uprobe.c (100%) rename {arch => modules/arch}/arm/uprobe/swap_uprobe.h (100%) rename {buffer => modules/buffer}/Kbuild (100%) rename {buffer => modules/buffer}/buffer_description.h (100%) rename {buffer => modules/buffer}/buffer_queue.c (100%) rename {buffer => modules/buffer}/buffer_queue.h (100%) rename {buffer => modules/buffer}/data_types.h (100%) rename {buffer => modules/buffer}/kernel_operations.h (100%) rename {buffer => modules/buffer}/swap_buffer_errors.h (100%) rename {buffer => modules/buffer}/swap_buffer_module.c (100%) rename {buffer => modules/buffer}/swap_buffer_module.h (100%) rename {buffer => modules/buffer}/swap_buffer_to_buffer_queue.h (100%) rename build.config.example => modules/build.config.example (100%) rename build.sh => modules/build.sh (100%) rename deploy.sh => modules/deploy.sh (100%) rename {driver => modules/driver}/Kbuild (100%) rename {driver => modules/driver}/app_manage.h (100%) rename {driver => modules/driver}/device_driver.c (100%) rename {driver => modules/driver}/device_driver.h (100%) rename {driver => modules/driver}/device_driver_to_driver_to_buffer.h (100%) rename {driver => modules/driver}/driver_debugfs.c (100%) rename {driver => modules/driver}/driver_debugfs.h (100%) rename {driver => modules/driver}/driver_defs.h (100%) rename {driver => modules/driver}/driver_to_buffer.c (100%) rename {driver => modules/driver}/driver_to_buffer.h (100%) rename {driver => modules/driver}/driver_to_msg.h (100%) rename {driver => modules/driver}/swap_driver_errors.h (100%) rename {driver => modules/driver}/swap_driver_module.c (100%) rename {driver => modules/driver}/swap_ioctl.h (100%) rename {driver => modules/driver}/us_interaction.c (100%) rename {driver => modules/driver}/us_interaction.h (100%) rename {driver => modules/driver}/us_interaction_msg.h (100%) rename {energy => modules/energy}/Kbuild (100%) rename {energy => modules/energy}/debugfs_energy.c (100%) rename {energy => modules/energy}/debugfs_energy.h (100%) rename {energy => modules/energy}/energy.c (100%) rename {energy => modules/energy}/energy.h (100%) rename {energy => modules/energy}/energy_module.c (100%) rename {energy => modules/energy}/lcd/lcd_base.c (100%) rename {energy => modules/energy}/lcd/lcd_base.h (100%) rename {energy => modules/energy}/lcd/lcd_debugfs.c (100%) rename {energy => modules/energy}/lcd/lcd_debugfs.h (100%) rename {energy => modules/energy}/lcd/maru.c (100%) rename {energy => modules/energy}/lcd/s6e8aa0.c (100%) rename {energy => modules/energy}/lcd/s6e8aa0_panel.c (100%) rename {energy => modules/energy}/rational_debugfs.c (100%) rename {energy => modules/energy}/rational_debugfs.h (100%) rename {energy => modules/energy}/tm_stat.h (100%) rename {fbiprobe => modules/fbiprobe}/Kbuild (100%) rename {fbiprobe => modules/fbiprobe}/fbi_msg.c (100%) rename {fbiprobe => modules/fbiprobe}/fbi_msg.h (100%) rename {fbiprobe => modules/fbiprobe}/fbi_probe_module.h (100%) rename {fbiprobe => modules/fbiprobe}/fbiprobe.c (100%) rename {fbiprobe => modules/fbiprobe}/fbiprobe.h (100%) rename {fbiprobe => modules/fbiprobe}/regs.h (100%) rename {got_patcher => modules/got_patcher}/Kbuild (100%) rename {got_patcher => modules/got_patcher}/gt.h (100%) rename {got_patcher => modules/got_patcher}/gt_debugfs.c (100%) rename {got_patcher => modules/got_patcher}/gt_debugfs.h (100%) rename {got_patcher => modules/got_patcher}/gt_module.c (100%) rename {got_patcher => modules/got_patcher}/gt_module.h (100%) rename {kprobe => modules/kprobe}/Kbuild (100%) rename {kprobe => modules/kprobe}/arch/arm/swap-asm/memory_rwx.c (100%) rename {kprobe => modules/kprobe}/arch/arm/swap-asm/memory_rwx.h (100%) rename {kprobe => modules/kprobe}/arch/arm/swap-asm/swap_kprobes.c (100%) rename {kprobe => modules/kprobe}/arch/arm/swap-asm/swap_kprobes.h (100%) rename {kprobe/arch/arm64 => modules/kprobe/arch/arm}/swap-asm/swap_probes.h (100%) rename {kprobe => modules/kprobe}/arch/arm64/swap-asm/condn-helpers.c (100%) rename {kprobe => modules/kprobe}/arch/arm64/swap-asm/condn-helpers.h (100%) rename {kprobe => modules/kprobe}/arch/arm64/swap-asm/dbg_interface.c (100%) rename {kprobe => modules/kprobe}/arch/arm64/swap-asm/dbg_interface.h (100%) rename {kprobe => modules/kprobe}/arch/arm64/swap-asm/kprobes-arm64.c (100%) rename {kprobe => modules/kprobe}/arch/arm64/swap-asm/kprobes-arm64.h (100%) rename {kprobe => modules/kprobe}/arch/arm64/swap-asm/probes-decode.h (100%) rename {kprobe => modules/kprobe}/arch/arm64/swap-asm/simulate-insn.c (100%) rename {kprobe => modules/kprobe}/arch/arm64/swap-asm/simulate-insn.h (100%) rename {kprobe => modules/kprobe}/arch/arm64/swap-asm/swap_kprobes.c (100%) rename {kprobe => modules/kprobe}/arch/arm64/swap-asm/swap_kprobes.h (100%) rename {kprobe/arch/arm => modules/kprobe/arch/arm64}/swap-asm/swap_probes.h (100%) rename {kprobe => modules/kprobe}/arch/asm-mips/dbi_kprobes.c (100%) rename {kprobe => modules/kprobe}/arch/asm-mips/dbi_kprobes.h (100%) rename {kprobe => modules/kprobe}/arch/x86/swap-asm/swap_kprobes.c (100%) rename {kprobe => modules/kprobe}/arch/x86/swap-asm/swap_kprobes.h (100%) rename {kprobe => modules/kprobe}/swap_kdebug.h (100%) rename {kprobe => modules/kprobe}/swap_kprobes.c (100%) rename {kprobe => modules/kprobe}/swap_kprobes.h (100%) rename {kprobe => modules/kprobe}/swap_kprobes_deps.c (100%) rename {kprobe => modules/kprobe}/swap_kprobes_deps.h (100%) rename {kprobe => modules/kprobe}/swap_ktd.c (100%) rename {kprobe => modules/kprobe}/swap_ktd.h (100%) rename {kprobe => modules/kprobe}/swap_no_kprobes.c (100%) rename {kprobe => modules/kprobe}/swap_slots.c (100%) rename {kprobe => modules/kprobe}/swap_slots.h (100%) rename {kprobe => modules/kprobe}/swap_td_raw.c (100%) rename {kprobe => modules/kprobe}/swap_td_raw.h (100%) rename {ks_features => modules/ks_features}/Kbuild (100%) rename {ks_features => modules/ks_features}/features_data.c (100%) rename {ks_features => modules/ks_features}/file_ops.c (100%) rename {ks_features => modules/ks_features}/file_ops.h (100%) rename {ks_features => modules/ks_features}/ks_feature_hook.c (100%) rename {ks_features => modules/ks_features}/ks_feature_kprobe.c (100%) rename {ks_features => modules/ks_features}/ks_features.c (100%) rename {ks_features => modules/ks_features}/ks_features.h (100%) rename {ks_features => modules/ks_features}/ks_features_data.c (100%) rename {ks_features => modules/ks_features}/ks_features_data.h (100%) rename {ks_features => modules/ks_features}/ks_map.c (100%) rename {ks_features => modules/ks_features}/ks_map.h (100%) rename {ks_features => modules/ks_features}/ksf_msg.c (100%) rename {ks_features => modules/ks_features}/ksf_msg.h (100%) rename {ks_features => modules/ks_features}/syscall_list.h (100%) rename {ks_manager => modules/ks_manager}/Kbuild (100%) rename {ks_manager => modules/ks_manager}/ks_manager.c (100%) rename {ks_manager => modules/ks_manager}/ks_manager.h (100%) rename {ksyms => modules/ksyms}/Kbuild (100%) rename {ksyms => modules/ksyms}/ksyms.c (100%) rename {ksyms => modules/ksyms}/ksyms.h (100%) rename {ksyms => modules/ksyms}/ksyms_init.h (100%) rename {ksyms => modules/ksyms}/ksyms_module.c (100%) rename {ksyms => modules/ksyms}/no_ksyms.c (100%) rename {loader => modules/loader}/Kbuild (100%) rename {loader => modules/loader}/loader.h (100%) rename {loader => modules/loader}/loader_debugfs.c (100%) rename {loader => modules/loader}/loader_debugfs.h (100%) rename {loader => modules/loader}/loader_defs.h (100%) rename {loader => modules/loader}/loader_module.c (100%) rename {loader => modules/loader}/loader_module.h (100%) rename {loader => modules/loader}/loader_pd.c (100%) rename {loader => modules/loader}/loader_pd.h (100%) rename {loader => modules/loader}/loader_storage.c (100%) rename {loader => modules/loader}/loader_storage.h (100%) rename {master => modules/master}/Kbuild (100%) rename {master => modules/master}/master_module.c (100%) rename {master => modules/master}/swap_debugfs.c (100%) rename {master => modules/master}/swap_debugfs.h (100%) rename {master => modules/master}/swap_deps.c (100%) rename {master => modules/master}/swap_deps.h (100%) rename {master => modules/master}/swap_initializer.c (100%) rename {master => modules/master}/swap_initializer.h (100%) rename {master => modules/master}/wait.c (100%) rename {master => modules/master}/wait.h (100%) rename {nsp => modules/nsp}/Kbuild (100%) rename {nsp => modules/nsp}/nsp.c (100%) rename {nsp => modules/nsp}/nsp.h (100%) rename {nsp => modules/nsp}/nsp_debugfs.c (100%) rename {nsp => modules/nsp}/nsp_debugfs.h (100%) rename {nsp => modules/nsp}/nsp_module.c (100%) rename {nsp => modules/nsp}/nsp_msg.c (100%) rename {nsp => modules/nsp}/nsp_msg.h (100%) rename {nsp => modules/nsp}/nsp_print.h (100%) rename pack.sh => modules/pack.sh (100%) rename {parser => modules/parser}/Kbuild (100%) rename {parser => modules/parser}/cpu_ctrl.c (100%) rename {parser => modules/parser}/cpu_ctrl.h (100%) rename {parser => modules/parser}/features.c (100%) rename {parser => modules/parser}/features.h (100%) rename {parser => modules/parser}/msg_buf.c (100%) rename {parser => modules/parser}/msg_buf.h (100%) rename {parser => modules/parser}/msg_cmd.c (100%) rename {parser => modules/parser}/msg_cmd.h (100%) rename {parser => modules/parser}/msg_parser.c (100%) rename {parser => modules/parser}/msg_parser.h (100%) rename {parser => modules/parser}/parser_defs.h (100%) rename {parser => modules/parser}/swap_msg_parser.c (100%) rename {parser => modules/parser}/us_inst.c (100%) rename {parser => modules/parser}/us_inst.h (100%) rename {parser => modules/parser}/usm_msg.c (100%) rename {parser => modules/parser}/usm_msg.h (100%) rename {preload => modules/preload}/Kbuild (100%) rename {preload => modules/preload}/preload.h (100%) rename {preload => modules/preload}/preload_control.c (100%) rename {preload => modules/preload}/preload_control.h (100%) rename {preload => modules/preload}/preload_debugfs.c (100%) rename {preload => modules/preload}/preload_debugfs.h (100%) rename {preload => modules/preload}/preload_module.c (100%) rename {preload => modules/preload}/preload_module.h (100%) rename {preload => modules/preload}/preload_probe.c (100%) rename {preload => modules/preload}/preload_probe.h (100%) rename {preload => modules/preload}/preload_process.c (100%) rename {preload => modules/preload}/preload_process.h (100%) rename {preload => modules/preload}/preload_threads.c (100%) rename {preload => modules/preload}/preload_threads.h (100%) rename {retprobe => modules/retprobe}/Kbuild (100%) rename {retprobe => modules/retprobe}/retprobe.c (100%) rename {retprobe => modules/retprobe}/retprobe.h (100%) rename {retprobe => modules/retprobe}/rp_msg.c (100%) rename {retprobe => modules/retprobe}/rp_msg.h (100%) rename {sampler => modules/sampler}/Kbuild (100%) rename {sampler => modules/sampler}/kernel_operations.h (100%) rename {sampler => modules/sampler}/sampler_hrtimer.c (100%) rename {sampler => modules/sampler}/sampler_timer.c (100%) rename {sampler => modules/sampler}/sampler_timers.h (100%) rename {sampler => modules/sampler}/swap_sampler_errors.h (100%) rename {sampler => modules/sampler}/swap_sampler_module.c (100%) rename {sampler => modules/sampler}/swap_sampler_module.h (100%) rename {task_ctx => modules/task_ctx}/Kbuild (100%) rename {task_ctx => modules/task_ctx}/task_ctx.c (100%) rename {task_ctx => modules/task_ctx}/task_ctx.h (100%) rename {tests => modules/tests}/Kbuild (100%) rename {tests => modules/tests}/kprobe_tests/Kbuild (100%) rename {tests => modules/tests}/kprobe_tests/kp_module.c (100%) rename {tests => modules/tests}/kprobe_tests/kp_module.h (100%) rename {tests => modules/tests}/kprobe_tests/kp_tests.c (100%) rename {tests => modules/tests}/kprobe_tests/krp_tests.c (100%) rename {tests => modules/tests}/kprobe_tests/run_kp_tests.sh (100%) rename {uihv => modules/uihv}/Kbuild (100%) rename {uihv => modules/uihv}/uihv.h (100%) rename {uihv => modules/uihv}/uihv_debugfs.c (100%) rename {uihv => modules/uihv}/uihv_debugfs.h (100%) rename {uihv => modules/uihv}/uihv_module.c (100%) rename {uihv => modules/uihv}/uihv_module.h (100%) rename {uprobe => modules/uprobe}/Kbuild (100%) rename {uprobe => modules/uprobe}/arch/arm/swap-asm/swap_uprobes.c (100%) rename {uprobe => modules/uprobe}/arch/arm/swap-asm/swap_uprobes.h (100%) rename {uprobe => modules/uprobe}/arch/arm64/swap-asm/swap_uprobes.c (100%) rename {uprobe => modules/uprobe}/arch/arm64/swap-asm/swap_uprobes.h (100%) rename {uprobe => modules/uprobe}/arch/arm64/swap-asm/uprobes-arm64.c (100%) rename {uprobe => modules/uprobe}/arch/arm64/swap-asm/uprobes-arm64.h (100%) rename {uprobe => modules/uprobe}/arch/arm64/swap-asm/uprobes-decode.h (100%) rename {uprobe => modules/uprobe}/arch/x86/swap-asm/swap_sc_patch.c (100%) rename {uprobe => modules/uprobe}/arch/x86/swap-asm/swap_sc_patch.h (100%) rename {uprobe => modules/uprobe}/arch/x86/swap-asm/swap_uprobes.c (100%) rename {uprobe => modules/uprobe}/arch/x86/swap-asm/swap_uprobes.h (100%) rename {uprobe => modules/uprobe}/swap_uaccess.h (100%) rename {uprobe => modules/uprobe}/swap_uprobes.c (100%) rename {uprobe => modules/uprobe}/swap_uprobes.h (100%) rename {us_manager => modules/us_manager}/Kbuild (100%) rename {us_manager => modules/us_manager}/callbacks.c (100%) rename {us_manager => modules/us_manager}/callbacks.h (100%) rename {us_manager => modules/us_manager}/debugfs_us_manager.c (100%) rename {us_manager => modules/us_manager}/debugfs_us_manager.h (100%) rename {us_manager => modules/us_manager}/helper.c (100%) rename {us_manager => modules/us_manager}/helper.h (100%) rename {us_manager => modules/us_manager}/helper_hook.c (100%) rename {us_manager => modules/us_manager}/helper_kprobe.c (100%) rename {us_manager => modules/us_manager}/img/img_file.c (100%) rename {us_manager => modules/us_manager}/img/img_file.h (100%) rename {us_manager => modules/us_manager}/img/img_ip.c (100%) rename {us_manager => modules/us_manager}/img/img_ip.h (100%) rename {us_manager => modules/us_manager}/img/img_proc.c (100%) rename {us_manager => modules/us_manager}/img/img_proc.h (100%) rename {us_manager => modules/us_manager}/pf/pf_group.c (100%) rename {us_manager => modules/us_manager}/pf/pf_group.h (100%) rename {us_manager => modules/us_manager}/pf/proc_filters.c (100%) rename {us_manager => modules/us_manager}/pf/proc_filters.h (100%) rename {us_manager => modules/us_manager}/probes/probe_info_new.c (100%) rename {us_manager => modules/us_manager}/probes/probe_info_new.h (100%) rename {us_manager => modules/us_manager}/probes/probes.c (100%) rename {us_manager => modules/us_manager}/probes/probes.h (100%) rename {us_manager => modules/us_manager}/probes/register_probes.h (100%) rename {us_manager => modules/us_manager}/probes/use_probes.h (100%) rename {us_manager => modules/us_manager}/sspt/sspt.h (100%) rename {us_manager => modules/us_manager}/sspt/sspt_debug.h (100%) rename {us_manager => modules/us_manager}/sspt/sspt_feature.c (100%) rename {us_manager => modules/us_manager}/sspt/sspt_feature.h (100%) rename {us_manager => modules/us_manager}/sspt/sspt_file.c (100%) rename {us_manager => modules/us_manager}/sspt/sspt_file.h (100%) rename {us_manager => modules/us_manager}/sspt/sspt_filter.c (100%) rename {us_manager => modules/us_manager}/sspt/sspt_filter.h (100%) rename {us_manager => modules/us_manager}/sspt/sspt_ip.c (100%) rename {us_manager => modules/us_manager}/sspt/sspt_ip.h (100%) rename {us_manager => modules/us_manager}/sspt/sspt_page.c (100%) rename {us_manager => modules/us_manager}/sspt/sspt_page.h (100%) rename {us_manager => modules/us_manager}/sspt/sspt_proc.c (100%) rename {us_manager => modules/us_manager}/sspt/sspt_proc.h (100%) rename {us_manager => modules/us_manager}/us_common_file.h (100%) rename {us_manager => modules/us_manager}/us_manager.c (100%) rename {us_manager => modules/us_manager}/us_manager.h (100%) rename {us_manager => modules/us_manager}/us_manager_common.h (100%) rename {us_manager => modules/us_manager}/us_slot_manager.c (100%) rename {us_manager => modules/us_manager}/us_slot_manager.h (100%) rename {us_manager => modules/us_manager}/usm_hook.c (100%) rename {us_manager => modules/us_manager}/usm_hook.h (100%) rename {writer => modules/writer}/Kbuild (100%) rename {writer => modules/writer}/debugfs_writer.c (100%) rename {writer => modules/writer}/debugfs_writer.h (100%) rename {writer => modules/writer}/event_filter.c (100%) rename {writer => modules/writer}/event_filter.h (100%) rename {writer => modules/writer}/kernel_operations.h (100%) rename {writer => modules/writer}/swap_msg.c (100%) rename {writer => modules/writer}/swap_msg.h (100%) rename {writer => modules/writer}/swap_writer_errors.h (100%) rename {writer => modules/writer}/swap_writer_module.c (100%) rename {wsp => modules/wsp}/Kbuild (100%) rename {wsp => modules/wsp}/wsp.c (100%) rename {wsp => modules/wsp}/wsp.h (100%) rename {wsp => modules/wsp}/wsp_debugfs.c (100%) rename {wsp => modules/wsp}/wsp_debugfs.h (100%) rename {wsp => modules/wsp}/wsp_module.c (100%) rename {wsp => modules/wsp}/wsp_msg.c (100%) rename {wsp => modules/wsp}/wsp_msg.h (100%) rename {wsp => modules/wsp}/wsp_res.c (100%) rename {wsp => modules/wsp}/wsp_res.h (100%) diff --git a/Doxyfile b/modules/Doxyfile similarity index 100% rename from Doxyfile rename to modules/Doxyfile diff --git a/Kbuild b/modules/Kbuild similarity index 100% rename from Kbuild rename to modules/Kbuild diff --git a/arch/arm/probes/compat_arm64.h b/modules/arch/arm/probes/compat_arm64.h similarity index 100% rename from arch/arm/probes/compat_arm64.h rename to modules/arch/arm/probes/compat_arm64.h diff --git a/arch/arm/probes/decode_arm_old.h b/modules/arch/arm/probes/decode_arm_old.h similarity index 100% rename from arch/arm/probes/decode_arm_old.h rename to modules/arch/arm/probes/decode_arm_old.h diff --git a/arch/arm/probes/decode_thumb.c b/modules/arch/arm/probes/decode_thumb.c similarity index 100% rename from arch/arm/probes/decode_thumb.c rename to modules/arch/arm/probes/decode_thumb.c diff --git a/arch/arm/probes/decode_thumb.h b/modules/arch/arm/probes/decode_thumb.h similarity index 100% rename from arch/arm/probes/decode_thumb.h rename to modules/arch/arm/probes/decode_thumb.h diff --git a/arch/arm/probes/decode_thumb_old.h b/modules/arch/arm/probes/decode_thumb_old.h similarity index 100% rename from arch/arm/probes/decode_thumb_old.h rename to modules/arch/arm/probes/decode_thumb_old.h diff --git a/arch/arm/probes/probes.c b/modules/arch/arm/probes/probes.c similarity index 100% rename from arch/arm/probes/probes.c rename to modules/arch/arm/probes/probes.c diff --git a/arch/arm/probes/probes.h b/modules/arch/arm/probes/probes.h similarity index 100% rename from arch/arm/probes/probes.h rename to modules/arch/arm/probes/probes.h diff --git a/arch/arm/probes/probes_arm.c b/modules/arch/arm/probes/probes_arm.c similarity index 100% rename from arch/arm/probes/probes_arm.c rename to modules/arch/arm/probes/probes_arm.c diff --git a/arch/arm/probes/probes_arm.h b/modules/arch/arm/probes/probes_arm.h similarity index 100% rename from arch/arm/probes/probes_arm.h rename to modules/arch/arm/probes/probes_arm.h diff --git a/arch/arm/probes/probes_thumb.c b/modules/arch/arm/probes/probes_thumb.c similarity index 100% rename from arch/arm/probes/probes_thumb.c rename to modules/arch/arm/probes/probes_thumb.c diff --git a/arch/arm/probes/probes_thumb.h b/modules/arch/arm/probes/probes_thumb.h similarity index 100% rename from arch/arm/probes/probes_thumb.h rename to modules/arch/arm/probes/probes_thumb.h diff --git a/arch/arm/probes/tramps_arm.c b/modules/arch/arm/probes/tramps_arm.c similarity index 100% rename from arch/arm/probes/tramps_arm.c rename to modules/arch/arm/probes/tramps_arm.c diff --git a/arch/arm/probes/tramps_arm.h b/modules/arch/arm/probes/tramps_arm.h similarity index 100% rename from arch/arm/probes/tramps_arm.h rename to modules/arch/arm/probes/tramps_arm.h diff --git a/arch/arm/probes/tramps_thumb.c b/modules/arch/arm/probes/tramps_thumb.c similarity index 100% rename from arch/arm/probes/tramps_thumb.c rename to modules/arch/arm/probes/tramps_thumb.c diff --git a/arch/arm/probes/tramps_thumb.h b/modules/arch/arm/probes/tramps_thumb.h similarity index 100% rename from arch/arm/probes/tramps_thumb.h rename to modules/arch/arm/probes/tramps_thumb.h diff --git a/arch/arm/uprobe/swap_uprobe.c b/modules/arch/arm/uprobe/swap_uprobe.c similarity index 100% rename from arch/arm/uprobe/swap_uprobe.c rename to modules/arch/arm/uprobe/swap_uprobe.c diff --git a/arch/arm/uprobe/swap_uprobe.h b/modules/arch/arm/uprobe/swap_uprobe.h similarity index 100% rename from arch/arm/uprobe/swap_uprobe.h rename to modules/arch/arm/uprobe/swap_uprobe.h diff --git a/buffer/Kbuild b/modules/buffer/Kbuild similarity index 100% rename from buffer/Kbuild rename to modules/buffer/Kbuild diff --git a/buffer/buffer_description.h b/modules/buffer/buffer_description.h similarity index 100% rename from buffer/buffer_description.h rename to modules/buffer/buffer_description.h diff --git a/buffer/buffer_queue.c b/modules/buffer/buffer_queue.c similarity index 100% rename from buffer/buffer_queue.c rename to modules/buffer/buffer_queue.c diff --git a/buffer/buffer_queue.h b/modules/buffer/buffer_queue.h similarity index 100% rename from buffer/buffer_queue.h rename to modules/buffer/buffer_queue.h diff --git a/buffer/data_types.h b/modules/buffer/data_types.h similarity index 100% rename from buffer/data_types.h rename to modules/buffer/data_types.h diff --git a/buffer/kernel_operations.h b/modules/buffer/kernel_operations.h similarity index 100% rename from buffer/kernel_operations.h rename to modules/buffer/kernel_operations.h diff --git a/buffer/swap_buffer_errors.h b/modules/buffer/swap_buffer_errors.h similarity index 100% rename from buffer/swap_buffer_errors.h rename to modules/buffer/swap_buffer_errors.h diff --git a/buffer/swap_buffer_module.c b/modules/buffer/swap_buffer_module.c similarity index 100% rename from buffer/swap_buffer_module.c rename to modules/buffer/swap_buffer_module.c diff --git a/buffer/swap_buffer_module.h b/modules/buffer/swap_buffer_module.h similarity index 100% rename from buffer/swap_buffer_module.h rename to modules/buffer/swap_buffer_module.h diff --git a/buffer/swap_buffer_to_buffer_queue.h b/modules/buffer/swap_buffer_to_buffer_queue.h similarity index 100% rename from buffer/swap_buffer_to_buffer_queue.h rename to modules/buffer/swap_buffer_to_buffer_queue.h diff --git a/build.config.example b/modules/build.config.example similarity index 100% rename from build.config.example rename to modules/build.config.example diff --git a/build.sh b/modules/build.sh similarity index 100% rename from build.sh rename to modules/build.sh diff --git a/deploy.sh b/modules/deploy.sh similarity index 100% rename from deploy.sh rename to modules/deploy.sh diff --git a/driver/Kbuild b/modules/driver/Kbuild similarity index 100% rename from driver/Kbuild rename to modules/driver/Kbuild diff --git a/driver/app_manage.h b/modules/driver/app_manage.h similarity index 100% rename from driver/app_manage.h rename to modules/driver/app_manage.h diff --git a/driver/device_driver.c b/modules/driver/device_driver.c similarity index 100% rename from driver/device_driver.c rename to modules/driver/device_driver.c diff --git a/driver/device_driver.h b/modules/driver/device_driver.h similarity index 100% rename from driver/device_driver.h rename to modules/driver/device_driver.h diff --git a/driver/device_driver_to_driver_to_buffer.h b/modules/driver/device_driver_to_driver_to_buffer.h similarity index 100% rename from driver/device_driver_to_driver_to_buffer.h rename to modules/driver/device_driver_to_driver_to_buffer.h diff --git a/driver/driver_debugfs.c b/modules/driver/driver_debugfs.c similarity index 100% rename from driver/driver_debugfs.c rename to modules/driver/driver_debugfs.c diff --git a/driver/driver_debugfs.h b/modules/driver/driver_debugfs.h similarity index 100% rename from driver/driver_debugfs.h rename to modules/driver/driver_debugfs.h diff --git a/driver/driver_defs.h b/modules/driver/driver_defs.h similarity index 100% rename from driver/driver_defs.h rename to modules/driver/driver_defs.h diff --git a/driver/driver_to_buffer.c b/modules/driver/driver_to_buffer.c similarity index 100% rename from driver/driver_to_buffer.c rename to modules/driver/driver_to_buffer.c diff --git a/driver/driver_to_buffer.h b/modules/driver/driver_to_buffer.h similarity index 100% rename from driver/driver_to_buffer.h rename to modules/driver/driver_to_buffer.h diff --git a/driver/driver_to_msg.h b/modules/driver/driver_to_msg.h similarity index 100% rename from driver/driver_to_msg.h rename to modules/driver/driver_to_msg.h diff --git a/driver/swap_driver_errors.h b/modules/driver/swap_driver_errors.h similarity index 100% rename from driver/swap_driver_errors.h rename to modules/driver/swap_driver_errors.h diff --git a/driver/swap_driver_module.c b/modules/driver/swap_driver_module.c similarity index 100% rename from driver/swap_driver_module.c rename to modules/driver/swap_driver_module.c diff --git a/driver/swap_ioctl.h b/modules/driver/swap_ioctl.h similarity index 100% rename from driver/swap_ioctl.h rename to modules/driver/swap_ioctl.h diff --git a/driver/us_interaction.c b/modules/driver/us_interaction.c similarity index 100% rename from driver/us_interaction.c rename to modules/driver/us_interaction.c diff --git a/driver/us_interaction.h b/modules/driver/us_interaction.h similarity index 100% rename from driver/us_interaction.h rename to modules/driver/us_interaction.h diff --git a/driver/us_interaction_msg.h b/modules/driver/us_interaction_msg.h similarity index 100% rename from driver/us_interaction_msg.h rename to modules/driver/us_interaction_msg.h diff --git a/energy/Kbuild b/modules/energy/Kbuild similarity index 100% rename from energy/Kbuild rename to modules/energy/Kbuild diff --git a/energy/debugfs_energy.c b/modules/energy/debugfs_energy.c similarity index 100% rename from energy/debugfs_energy.c rename to modules/energy/debugfs_energy.c diff --git a/energy/debugfs_energy.h b/modules/energy/debugfs_energy.h similarity index 100% rename from energy/debugfs_energy.h rename to modules/energy/debugfs_energy.h diff --git a/energy/energy.c b/modules/energy/energy.c similarity index 100% rename from energy/energy.c rename to modules/energy/energy.c diff --git a/energy/energy.h b/modules/energy/energy.h similarity index 100% rename from energy/energy.h rename to modules/energy/energy.h diff --git a/energy/energy_module.c b/modules/energy/energy_module.c similarity index 100% rename from energy/energy_module.c rename to modules/energy/energy_module.c diff --git a/energy/lcd/lcd_base.c b/modules/energy/lcd/lcd_base.c similarity index 100% rename from energy/lcd/lcd_base.c rename to modules/energy/lcd/lcd_base.c diff --git a/energy/lcd/lcd_base.h b/modules/energy/lcd/lcd_base.h similarity index 100% rename from energy/lcd/lcd_base.h rename to modules/energy/lcd/lcd_base.h diff --git a/energy/lcd/lcd_debugfs.c b/modules/energy/lcd/lcd_debugfs.c similarity index 100% rename from energy/lcd/lcd_debugfs.c rename to modules/energy/lcd/lcd_debugfs.c diff --git a/energy/lcd/lcd_debugfs.h b/modules/energy/lcd/lcd_debugfs.h similarity index 100% rename from energy/lcd/lcd_debugfs.h rename to modules/energy/lcd/lcd_debugfs.h diff --git a/energy/lcd/maru.c b/modules/energy/lcd/maru.c similarity index 100% rename from energy/lcd/maru.c rename to modules/energy/lcd/maru.c diff --git a/energy/lcd/s6e8aa0.c b/modules/energy/lcd/s6e8aa0.c similarity index 100% rename from energy/lcd/s6e8aa0.c rename to modules/energy/lcd/s6e8aa0.c diff --git a/energy/lcd/s6e8aa0_panel.c b/modules/energy/lcd/s6e8aa0_panel.c similarity index 100% rename from energy/lcd/s6e8aa0_panel.c rename to modules/energy/lcd/s6e8aa0_panel.c diff --git a/energy/rational_debugfs.c b/modules/energy/rational_debugfs.c similarity index 100% rename from energy/rational_debugfs.c rename to modules/energy/rational_debugfs.c diff --git a/energy/rational_debugfs.h b/modules/energy/rational_debugfs.h similarity index 100% rename from energy/rational_debugfs.h rename to modules/energy/rational_debugfs.h diff --git a/energy/tm_stat.h b/modules/energy/tm_stat.h similarity index 100% rename from energy/tm_stat.h rename to modules/energy/tm_stat.h diff --git a/fbiprobe/Kbuild b/modules/fbiprobe/Kbuild similarity index 100% rename from fbiprobe/Kbuild rename to modules/fbiprobe/Kbuild diff --git a/fbiprobe/fbi_msg.c b/modules/fbiprobe/fbi_msg.c similarity index 100% rename from fbiprobe/fbi_msg.c rename to modules/fbiprobe/fbi_msg.c diff --git a/fbiprobe/fbi_msg.h b/modules/fbiprobe/fbi_msg.h similarity index 100% rename from fbiprobe/fbi_msg.h rename to modules/fbiprobe/fbi_msg.h diff --git a/fbiprobe/fbi_probe_module.h b/modules/fbiprobe/fbi_probe_module.h similarity index 100% rename from fbiprobe/fbi_probe_module.h rename to modules/fbiprobe/fbi_probe_module.h diff --git a/fbiprobe/fbiprobe.c b/modules/fbiprobe/fbiprobe.c similarity index 100% rename from fbiprobe/fbiprobe.c rename to modules/fbiprobe/fbiprobe.c diff --git a/fbiprobe/fbiprobe.h b/modules/fbiprobe/fbiprobe.h similarity index 100% rename from fbiprobe/fbiprobe.h rename to modules/fbiprobe/fbiprobe.h diff --git a/fbiprobe/regs.h b/modules/fbiprobe/regs.h similarity index 100% rename from fbiprobe/regs.h rename to modules/fbiprobe/regs.h diff --git a/got_patcher/Kbuild b/modules/got_patcher/Kbuild similarity index 100% rename from got_patcher/Kbuild rename to modules/got_patcher/Kbuild diff --git a/got_patcher/gt.h b/modules/got_patcher/gt.h similarity index 100% rename from got_patcher/gt.h rename to modules/got_patcher/gt.h diff --git a/got_patcher/gt_debugfs.c b/modules/got_patcher/gt_debugfs.c similarity index 100% rename from got_patcher/gt_debugfs.c rename to modules/got_patcher/gt_debugfs.c diff --git a/got_patcher/gt_debugfs.h b/modules/got_patcher/gt_debugfs.h similarity index 100% rename from got_patcher/gt_debugfs.h rename to modules/got_patcher/gt_debugfs.h diff --git a/got_patcher/gt_module.c b/modules/got_patcher/gt_module.c similarity index 100% rename from got_patcher/gt_module.c rename to modules/got_patcher/gt_module.c diff --git a/got_patcher/gt_module.h b/modules/got_patcher/gt_module.h similarity index 100% rename from got_patcher/gt_module.h rename to modules/got_patcher/gt_module.h diff --git a/kprobe/Kbuild b/modules/kprobe/Kbuild similarity index 100% rename from kprobe/Kbuild rename to modules/kprobe/Kbuild diff --git a/kprobe/arch/arm/swap-asm/memory_rwx.c b/modules/kprobe/arch/arm/swap-asm/memory_rwx.c similarity index 100% rename from kprobe/arch/arm/swap-asm/memory_rwx.c rename to modules/kprobe/arch/arm/swap-asm/memory_rwx.c diff --git a/kprobe/arch/arm/swap-asm/memory_rwx.h b/modules/kprobe/arch/arm/swap-asm/memory_rwx.h similarity index 100% rename from kprobe/arch/arm/swap-asm/memory_rwx.h rename to modules/kprobe/arch/arm/swap-asm/memory_rwx.h diff --git a/kprobe/arch/arm/swap-asm/swap_kprobes.c b/modules/kprobe/arch/arm/swap-asm/swap_kprobes.c similarity index 100% rename from kprobe/arch/arm/swap-asm/swap_kprobes.c rename to modules/kprobe/arch/arm/swap-asm/swap_kprobes.c diff --git a/kprobe/arch/arm/swap-asm/swap_kprobes.h b/modules/kprobe/arch/arm/swap-asm/swap_kprobes.h similarity index 100% rename from kprobe/arch/arm/swap-asm/swap_kprobes.h rename to modules/kprobe/arch/arm/swap-asm/swap_kprobes.h diff --git a/kprobe/arch/arm64/swap-asm/swap_probes.h b/modules/kprobe/arch/arm/swap-asm/swap_probes.h similarity index 100% rename from kprobe/arch/arm64/swap-asm/swap_probes.h rename to modules/kprobe/arch/arm/swap-asm/swap_probes.h diff --git a/kprobe/arch/arm64/swap-asm/condn-helpers.c b/modules/kprobe/arch/arm64/swap-asm/condn-helpers.c similarity index 100% rename from kprobe/arch/arm64/swap-asm/condn-helpers.c rename to modules/kprobe/arch/arm64/swap-asm/condn-helpers.c diff --git a/kprobe/arch/arm64/swap-asm/condn-helpers.h b/modules/kprobe/arch/arm64/swap-asm/condn-helpers.h similarity index 100% rename from kprobe/arch/arm64/swap-asm/condn-helpers.h rename to modules/kprobe/arch/arm64/swap-asm/condn-helpers.h diff --git a/kprobe/arch/arm64/swap-asm/dbg_interface.c b/modules/kprobe/arch/arm64/swap-asm/dbg_interface.c similarity index 100% rename from kprobe/arch/arm64/swap-asm/dbg_interface.c rename to modules/kprobe/arch/arm64/swap-asm/dbg_interface.c diff --git a/kprobe/arch/arm64/swap-asm/dbg_interface.h b/modules/kprobe/arch/arm64/swap-asm/dbg_interface.h similarity index 100% rename from kprobe/arch/arm64/swap-asm/dbg_interface.h rename to modules/kprobe/arch/arm64/swap-asm/dbg_interface.h diff --git a/kprobe/arch/arm64/swap-asm/kprobes-arm64.c b/modules/kprobe/arch/arm64/swap-asm/kprobes-arm64.c similarity index 100% rename from kprobe/arch/arm64/swap-asm/kprobes-arm64.c rename to modules/kprobe/arch/arm64/swap-asm/kprobes-arm64.c diff --git a/kprobe/arch/arm64/swap-asm/kprobes-arm64.h b/modules/kprobe/arch/arm64/swap-asm/kprobes-arm64.h similarity index 100% rename from kprobe/arch/arm64/swap-asm/kprobes-arm64.h rename to modules/kprobe/arch/arm64/swap-asm/kprobes-arm64.h diff --git a/kprobe/arch/arm64/swap-asm/probes-decode.h b/modules/kprobe/arch/arm64/swap-asm/probes-decode.h similarity index 100% rename from kprobe/arch/arm64/swap-asm/probes-decode.h rename to modules/kprobe/arch/arm64/swap-asm/probes-decode.h diff --git a/kprobe/arch/arm64/swap-asm/simulate-insn.c b/modules/kprobe/arch/arm64/swap-asm/simulate-insn.c similarity index 100% rename from kprobe/arch/arm64/swap-asm/simulate-insn.c rename to modules/kprobe/arch/arm64/swap-asm/simulate-insn.c diff --git a/kprobe/arch/arm64/swap-asm/simulate-insn.h b/modules/kprobe/arch/arm64/swap-asm/simulate-insn.h similarity index 100% rename from kprobe/arch/arm64/swap-asm/simulate-insn.h rename to modules/kprobe/arch/arm64/swap-asm/simulate-insn.h diff --git a/kprobe/arch/arm64/swap-asm/swap_kprobes.c b/modules/kprobe/arch/arm64/swap-asm/swap_kprobes.c similarity index 100% rename from kprobe/arch/arm64/swap-asm/swap_kprobes.c rename to modules/kprobe/arch/arm64/swap-asm/swap_kprobes.c diff --git a/kprobe/arch/arm64/swap-asm/swap_kprobes.h b/modules/kprobe/arch/arm64/swap-asm/swap_kprobes.h similarity index 100% rename from kprobe/arch/arm64/swap-asm/swap_kprobes.h rename to modules/kprobe/arch/arm64/swap-asm/swap_kprobes.h diff --git a/kprobe/arch/arm/swap-asm/swap_probes.h b/modules/kprobe/arch/arm64/swap-asm/swap_probes.h similarity index 100% rename from kprobe/arch/arm/swap-asm/swap_probes.h rename to modules/kprobe/arch/arm64/swap-asm/swap_probes.h diff --git a/kprobe/arch/asm-mips/dbi_kprobes.c b/modules/kprobe/arch/asm-mips/dbi_kprobes.c similarity index 100% rename from kprobe/arch/asm-mips/dbi_kprobes.c rename to modules/kprobe/arch/asm-mips/dbi_kprobes.c diff --git a/kprobe/arch/asm-mips/dbi_kprobes.h b/modules/kprobe/arch/asm-mips/dbi_kprobes.h similarity index 100% rename from kprobe/arch/asm-mips/dbi_kprobes.h rename to modules/kprobe/arch/asm-mips/dbi_kprobes.h diff --git a/kprobe/arch/x86/swap-asm/swap_kprobes.c b/modules/kprobe/arch/x86/swap-asm/swap_kprobes.c similarity index 100% rename from kprobe/arch/x86/swap-asm/swap_kprobes.c rename to modules/kprobe/arch/x86/swap-asm/swap_kprobes.c diff --git a/kprobe/arch/x86/swap-asm/swap_kprobes.h b/modules/kprobe/arch/x86/swap-asm/swap_kprobes.h similarity index 100% rename from kprobe/arch/x86/swap-asm/swap_kprobes.h rename to modules/kprobe/arch/x86/swap-asm/swap_kprobes.h diff --git a/kprobe/swap_kdebug.h b/modules/kprobe/swap_kdebug.h similarity index 100% rename from kprobe/swap_kdebug.h rename to modules/kprobe/swap_kdebug.h diff --git a/kprobe/swap_kprobes.c b/modules/kprobe/swap_kprobes.c similarity index 100% rename from kprobe/swap_kprobes.c rename to modules/kprobe/swap_kprobes.c diff --git a/kprobe/swap_kprobes.h b/modules/kprobe/swap_kprobes.h similarity index 100% rename from kprobe/swap_kprobes.h rename to modules/kprobe/swap_kprobes.h diff --git a/kprobe/swap_kprobes_deps.c b/modules/kprobe/swap_kprobes_deps.c similarity index 100% rename from kprobe/swap_kprobes_deps.c rename to modules/kprobe/swap_kprobes_deps.c diff --git a/kprobe/swap_kprobes_deps.h b/modules/kprobe/swap_kprobes_deps.h similarity index 100% rename from kprobe/swap_kprobes_deps.h rename to modules/kprobe/swap_kprobes_deps.h diff --git a/kprobe/swap_ktd.c b/modules/kprobe/swap_ktd.c similarity index 100% rename from kprobe/swap_ktd.c rename to modules/kprobe/swap_ktd.c diff --git a/kprobe/swap_ktd.h b/modules/kprobe/swap_ktd.h similarity index 100% rename from kprobe/swap_ktd.h rename to modules/kprobe/swap_ktd.h diff --git a/kprobe/swap_no_kprobes.c b/modules/kprobe/swap_no_kprobes.c similarity index 100% rename from kprobe/swap_no_kprobes.c rename to modules/kprobe/swap_no_kprobes.c diff --git a/kprobe/swap_slots.c b/modules/kprobe/swap_slots.c similarity index 100% rename from kprobe/swap_slots.c rename to modules/kprobe/swap_slots.c diff --git a/kprobe/swap_slots.h b/modules/kprobe/swap_slots.h similarity index 100% rename from kprobe/swap_slots.h rename to modules/kprobe/swap_slots.h diff --git a/kprobe/swap_td_raw.c b/modules/kprobe/swap_td_raw.c similarity index 100% rename from kprobe/swap_td_raw.c rename to modules/kprobe/swap_td_raw.c diff --git a/kprobe/swap_td_raw.h b/modules/kprobe/swap_td_raw.h similarity index 100% rename from kprobe/swap_td_raw.h rename to modules/kprobe/swap_td_raw.h diff --git a/ks_features/Kbuild b/modules/ks_features/Kbuild similarity index 100% rename from ks_features/Kbuild rename to modules/ks_features/Kbuild diff --git a/ks_features/features_data.c b/modules/ks_features/features_data.c similarity index 100% rename from ks_features/features_data.c rename to modules/ks_features/features_data.c diff --git a/ks_features/file_ops.c b/modules/ks_features/file_ops.c similarity index 100% rename from ks_features/file_ops.c rename to modules/ks_features/file_ops.c diff --git a/ks_features/file_ops.h b/modules/ks_features/file_ops.h similarity index 100% rename from ks_features/file_ops.h rename to modules/ks_features/file_ops.h diff --git a/ks_features/ks_feature_hook.c b/modules/ks_features/ks_feature_hook.c similarity index 100% rename from ks_features/ks_feature_hook.c rename to modules/ks_features/ks_feature_hook.c diff --git a/ks_features/ks_feature_kprobe.c b/modules/ks_features/ks_feature_kprobe.c similarity index 100% rename from ks_features/ks_feature_kprobe.c rename to modules/ks_features/ks_feature_kprobe.c diff --git a/ks_features/ks_features.c b/modules/ks_features/ks_features.c similarity index 100% rename from ks_features/ks_features.c rename to modules/ks_features/ks_features.c diff --git a/ks_features/ks_features.h b/modules/ks_features/ks_features.h similarity index 100% rename from ks_features/ks_features.h rename to modules/ks_features/ks_features.h diff --git a/ks_features/ks_features_data.c b/modules/ks_features/ks_features_data.c similarity index 100% rename from ks_features/ks_features_data.c rename to modules/ks_features/ks_features_data.c diff --git a/ks_features/ks_features_data.h b/modules/ks_features/ks_features_data.h similarity index 100% rename from ks_features/ks_features_data.h rename to modules/ks_features/ks_features_data.h diff --git a/ks_features/ks_map.c b/modules/ks_features/ks_map.c similarity index 100% rename from ks_features/ks_map.c rename to modules/ks_features/ks_map.c diff --git a/ks_features/ks_map.h b/modules/ks_features/ks_map.h similarity index 100% rename from ks_features/ks_map.h rename to modules/ks_features/ks_map.h diff --git a/ks_features/ksf_msg.c b/modules/ks_features/ksf_msg.c similarity index 100% rename from ks_features/ksf_msg.c rename to modules/ks_features/ksf_msg.c diff --git a/ks_features/ksf_msg.h b/modules/ks_features/ksf_msg.h similarity index 100% rename from ks_features/ksf_msg.h rename to modules/ks_features/ksf_msg.h diff --git a/ks_features/syscall_list.h b/modules/ks_features/syscall_list.h similarity index 100% rename from ks_features/syscall_list.h rename to modules/ks_features/syscall_list.h diff --git a/ks_manager/Kbuild b/modules/ks_manager/Kbuild similarity index 100% rename from ks_manager/Kbuild rename to modules/ks_manager/Kbuild diff --git a/ks_manager/ks_manager.c b/modules/ks_manager/ks_manager.c similarity index 100% rename from ks_manager/ks_manager.c rename to modules/ks_manager/ks_manager.c diff --git a/ks_manager/ks_manager.h b/modules/ks_manager/ks_manager.h similarity index 100% rename from ks_manager/ks_manager.h rename to modules/ks_manager/ks_manager.h diff --git a/ksyms/Kbuild b/modules/ksyms/Kbuild similarity index 100% rename from ksyms/Kbuild rename to modules/ksyms/Kbuild diff --git a/ksyms/ksyms.c b/modules/ksyms/ksyms.c similarity index 100% rename from ksyms/ksyms.c rename to modules/ksyms/ksyms.c diff --git a/ksyms/ksyms.h b/modules/ksyms/ksyms.h similarity index 100% rename from ksyms/ksyms.h rename to modules/ksyms/ksyms.h diff --git a/ksyms/ksyms_init.h b/modules/ksyms/ksyms_init.h similarity index 100% rename from ksyms/ksyms_init.h rename to modules/ksyms/ksyms_init.h diff --git a/ksyms/ksyms_module.c b/modules/ksyms/ksyms_module.c similarity index 100% rename from ksyms/ksyms_module.c rename to modules/ksyms/ksyms_module.c diff --git a/ksyms/no_ksyms.c b/modules/ksyms/no_ksyms.c similarity index 100% rename from ksyms/no_ksyms.c rename to modules/ksyms/no_ksyms.c diff --git a/loader/Kbuild b/modules/loader/Kbuild similarity index 100% rename from loader/Kbuild rename to modules/loader/Kbuild diff --git a/loader/loader.h b/modules/loader/loader.h similarity index 100% rename from loader/loader.h rename to modules/loader/loader.h diff --git a/loader/loader_debugfs.c b/modules/loader/loader_debugfs.c similarity index 100% rename from loader/loader_debugfs.c rename to modules/loader/loader_debugfs.c diff --git a/loader/loader_debugfs.h b/modules/loader/loader_debugfs.h similarity index 100% rename from loader/loader_debugfs.h rename to modules/loader/loader_debugfs.h diff --git a/loader/loader_defs.h b/modules/loader/loader_defs.h similarity index 100% rename from loader/loader_defs.h rename to modules/loader/loader_defs.h diff --git a/loader/loader_module.c b/modules/loader/loader_module.c similarity index 100% rename from loader/loader_module.c rename to modules/loader/loader_module.c diff --git a/loader/loader_module.h b/modules/loader/loader_module.h similarity index 100% rename from loader/loader_module.h rename to modules/loader/loader_module.h diff --git a/loader/loader_pd.c b/modules/loader/loader_pd.c similarity index 100% rename from loader/loader_pd.c rename to modules/loader/loader_pd.c diff --git a/loader/loader_pd.h b/modules/loader/loader_pd.h similarity index 100% rename from loader/loader_pd.h rename to modules/loader/loader_pd.h diff --git a/loader/loader_storage.c b/modules/loader/loader_storage.c similarity index 100% rename from loader/loader_storage.c rename to modules/loader/loader_storage.c diff --git a/loader/loader_storage.h b/modules/loader/loader_storage.h similarity index 100% rename from loader/loader_storage.h rename to modules/loader/loader_storage.h diff --git a/master/Kbuild b/modules/master/Kbuild similarity index 100% rename from master/Kbuild rename to modules/master/Kbuild diff --git a/master/master_module.c b/modules/master/master_module.c similarity index 100% rename from master/master_module.c rename to modules/master/master_module.c diff --git a/master/swap_debugfs.c b/modules/master/swap_debugfs.c similarity index 100% rename from master/swap_debugfs.c rename to modules/master/swap_debugfs.c diff --git a/master/swap_debugfs.h b/modules/master/swap_debugfs.h similarity index 100% rename from master/swap_debugfs.h rename to modules/master/swap_debugfs.h diff --git a/master/swap_deps.c b/modules/master/swap_deps.c similarity index 100% rename from master/swap_deps.c rename to modules/master/swap_deps.c diff --git a/master/swap_deps.h b/modules/master/swap_deps.h similarity index 100% rename from master/swap_deps.h rename to modules/master/swap_deps.h diff --git a/master/swap_initializer.c b/modules/master/swap_initializer.c similarity index 100% rename from master/swap_initializer.c rename to modules/master/swap_initializer.c diff --git a/master/swap_initializer.h b/modules/master/swap_initializer.h similarity index 100% rename from master/swap_initializer.h rename to modules/master/swap_initializer.h diff --git a/master/wait.c b/modules/master/wait.c similarity index 100% rename from master/wait.c rename to modules/master/wait.c diff --git a/master/wait.h b/modules/master/wait.h similarity index 100% rename from master/wait.h rename to modules/master/wait.h diff --git a/nsp/Kbuild b/modules/nsp/Kbuild similarity index 100% rename from nsp/Kbuild rename to modules/nsp/Kbuild diff --git a/nsp/nsp.c b/modules/nsp/nsp.c similarity index 100% rename from nsp/nsp.c rename to modules/nsp/nsp.c diff --git a/nsp/nsp.h b/modules/nsp/nsp.h similarity index 100% rename from nsp/nsp.h rename to modules/nsp/nsp.h diff --git a/nsp/nsp_debugfs.c b/modules/nsp/nsp_debugfs.c similarity index 100% rename from nsp/nsp_debugfs.c rename to modules/nsp/nsp_debugfs.c diff --git a/nsp/nsp_debugfs.h b/modules/nsp/nsp_debugfs.h similarity index 100% rename from nsp/nsp_debugfs.h rename to modules/nsp/nsp_debugfs.h diff --git a/nsp/nsp_module.c b/modules/nsp/nsp_module.c similarity index 100% rename from nsp/nsp_module.c rename to modules/nsp/nsp_module.c diff --git a/nsp/nsp_msg.c b/modules/nsp/nsp_msg.c similarity index 100% rename from nsp/nsp_msg.c rename to modules/nsp/nsp_msg.c diff --git a/nsp/nsp_msg.h b/modules/nsp/nsp_msg.h similarity index 100% rename from nsp/nsp_msg.h rename to modules/nsp/nsp_msg.h diff --git a/nsp/nsp_print.h b/modules/nsp/nsp_print.h similarity index 100% rename from nsp/nsp_print.h rename to modules/nsp/nsp_print.h diff --git a/pack.sh b/modules/pack.sh similarity index 100% rename from pack.sh rename to modules/pack.sh diff --git a/parser/Kbuild b/modules/parser/Kbuild similarity index 100% rename from parser/Kbuild rename to modules/parser/Kbuild diff --git a/parser/cpu_ctrl.c b/modules/parser/cpu_ctrl.c similarity index 100% rename from parser/cpu_ctrl.c rename to modules/parser/cpu_ctrl.c diff --git a/parser/cpu_ctrl.h b/modules/parser/cpu_ctrl.h similarity index 100% rename from parser/cpu_ctrl.h rename to modules/parser/cpu_ctrl.h diff --git a/parser/features.c b/modules/parser/features.c similarity index 100% rename from parser/features.c rename to modules/parser/features.c diff --git a/parser/features.h b/modules/parser/features.h similarity index 100% rename from parser/features.h rename to modules/parser/features.h diff --git a/parser/msg_buf.c b/modules/parser/msg_buf.c similarity index 100% rename from parser/msg_buf.c rename to modules/parser/msg_buf.c diff --git a/parser/msg_buf.h b/modules/parser/msg_buf.h similarity index 100% rename from parser/msg_buf.h rename to modules/parser/msg_buf.h diff --git a/parser/msg_cmd.c b/modules/parser/msg_cmd.c similarity index 100% rename from parser/msg_cmd.c rename to modules/parser/msg_cmd.c diff --git a/parser/msg_cmd.h b/modules/parser/msg_cmd.h similarity index 100% rename from parser/msg_cmd.h rename to modules/parser/msg_cmd.h diff --git a/parser/msg_parser.c b/modules/parser/msg_parser.c similarity index 100% rename from parser/msg_parser.c rename to modules/parser/msg_parser.c diff --git a/parser/msg_parser.h b/modules/parser/msg_parser.h similarity index 100% rename from parser/msg_parser.h rename to modules/parser/msg_parser.h diff --git a/parser/parser_defs.h b/modules/parser/parser_defs.h similarity index 100% rename from parser/parser_defs.h rename to modules/parser/parser_defs.h diff --git a/parser/swap_msg_parser.c b/modules/parser/swap_msg_parser.c similarity index 100% rename from parser/swap_msg_parser.c rename to modules/parser/swap_msg_parser.c diff --git a/parser/us_inst.c b/modules/parser/us_inst.c similarity index 100% rename from parser/us_inst.c rename to modules/parser/us_inst.c diff --git a/parser/us_inst.h b/modules/parser/us_inst.h similarity index 100% rename from parser/us_inst.h rename to modules/parser/us_inst.h diff --git a/parser/usm_msg.c b/modules/parser/usm_msg.c similarity index 100% rename from parser/usm_msg.c rename to modules/parser/usm_msg.c diff --git a/parser/usm_msg.h b/modules/parser/usm_msg.h similarity index 100% rename from parser/usm_msg.h rename to modules/parser/usm_msg.h diff --git a/preload/Kbuild b/modules/preload/Kbuild similarity index 100% rename from preload/Kbuild rename to modules/preload/Kbuild diff --git a/preload/preload.h b/modules/preload/preload.h similarity index 100% rename from preload/preload.h rename to modules/preload/preload.h diff --git a/preload/preload_control.c b/modules/preload/preload_control.c similarity index 100% rename from preload/preload_control.c rename to modules/preload/preload_control.c diff --git a/preload/preload_control.h b/modules/preload/preload_control.h similarity index 100% rename from preload/preload_control.h rename to modules/preload/preload_control.h diff --git a/preload/preload_debugfs.c b/modules/preload/preload_debugfs.c similarity index 100% rename from preload/preload_debugfs.c rename to modules/preload/preload_debugfs.c diff --git a/preload/preload_debugfs.h b/modules/preload/preload_debugfs.h similarity index 100% rename from preload/preload_debugfs.h rename to modules/preload/preload_debugfs.h diff --git a/preload/preload_module.c b/modules/preload/preload_module.c similarity index 100% rename from preload/preload_module.c rename to modules/preload/preload_module.c diff --git a/preload/preload_module.h b/modules/preload/preload_module.h similarity index 100% rename from preload/preload_module.h rename to modules/preload/preload_module.h diff --git a/preload/preload_probe.c b/modules/preload/preload_probe.c similarity index 100% rename from preload/preload_probe.c rename to modules/preload/preload_probe.c diff --git a/preload/preload_probe.h b/modules/preload/preload_probe.h similarity index 100% rename from preload/preload_probe.h rename to modules/preload/preload_probe.h diff --git a/preload/preload_process.c b/modules/preload/preload_process.c similarity index 100% rename from preload/preload_process.c rename to modules/preload/preload_process.c diff --git a/preload/preload_process.h b/modules/preload/preload_process.h similarity index 100% rename from preload/preload_process.h rename to modules/preload/preload_process.h diff --git a/preload/preload_threads.c b/modules/preload/preload_threads.c similarity index 100% rename from preload/preload_threads.c rename to modules/preload/preload_threads.c diff --git a/preload/preload_threads.h b/modules/preload/preload_threads.h similarity index 100% rename from preload/preload_threads.h rename to modules/preload/preload_threads.h diff --git a/retprobe/Kbuild b/modules/retprobe/Kbuild similarity index 100% rename from retprobe/Kbuild rename to modules/retprobe/Kbuild diff --git a/retprobe/retprobe.c b/modules/retprobe/retprobe.c similarity index 100% rename from retprobe/retprobe.c rename to modules/retprobe/retprobe.c diff --git a/retprobe/retprobe.h b/modules/retprobe/retprobe.h similarity index 100% rename from retprobe/retprobe.h rename to modules/retprobe/retprobe.h diff --git a/retprobe/rp_msg.c b/modules/retprobe/rp_msg.c similarity index 100% rename from retprobe/rp_msg.c rename to modules/retprobe/rp_msg.c diff --git a/retprobe/rp_msg.h b/modules/retprobe/rp_msg.h similarity index 100% rename from retprobe/rp_msg.h rename to modules/retprobe/rp_msg.h diff --git a/sampler/Kbuild b/modules/sampler/Kbuild similarity index 100% rename from sampler/Kbuild rename to modules/sampler/Kbuild diff --git a/sampler/kernel_operations.h b/modules/sampler/kernel_operations.h similarity index 100% rename from sampler/kernel_operations.h rename to modules/sampler/kernel_operations.h diff --git a/sampler/sampler_hrtimer.c b/modules/sampler/sampler_hrtimer.c similarity index 100% rename from sampler/sampler_hrtimer.c rename to modules/sampler/sampler_hrtimer.c diff --git a/sampler/sampler_timer.c b/modules/sampler/sampler_timer.c similarity index 100% rename from sampler/sampler_timer.c rename to modules/sampler/sampler_timer.c diff --git a/sampler/sampler_timers.h b/modules/sampler/sampler_timers.h similarity index 100% rename from sampler/sampler_timers.h rename to modules/sampler/sampler_timers.h diff --git a/sampler/swap_sampler_errors.h b/modules/sampler/swap_sampler_errors.h similarity index 100% rename from sampler/swap_sampler_errors.h rename to modules/sampler/swap_sampler_errors.h diff --git a/sampler/swap_sampler_module.c b/modules/sampler/swap_sampler_module.c similarity index 100% rename from sampler/swap_sampler_module.c rename to modules/sampler/swap_sampler_module.c diff --git a/sampler/swap_sampler_module.h b/modules/sampler/swap_sampler_module.h similarity index 100% rename from sampler/swap_sampler_module.h rename to modules/sampler/swap_sampler_module.h diff --git a/task_ctx/Kbuild b/modules/task_ctx/Kbuild similarity index 100% rename from task_ctx/Kbuild rename to modules/task_ctx/Kbuild diff --git a/task_ctx/task_ctx.c b/modules/task_ctx/task_ctx.c similarity index 100% rename from task_ctx/task_ctx.c rename to modules/task_ctx/task_ctx.c diff --git a/task_ctx/task_ctx.h b/modules/task_ctx/task_ctx.h similarity index 100% rename from task_ctx/task_ctx.h rename to modules/task_ctx/task_ctx.h diff --git a/tests/Kbuild b/modules/tests/Kbuild similarity index 100% rename from tests/Kbuild rename to modules/tests/Kbuild diff --git a/tests/kprobe_tests/Kbuild b/modules/tests/kprobe_tests/Kbuild similarity index 100% rename from tests/kprobe_tests/Kbuild rename to modules/tests/kprobe_tests/Kbuild diff --git a/tests/kprobe_tests/kp_module.c b/modules/tests/kprobe_tests/kp_module.c similarity index 100% rename from tests/kprobe_tests/kp_module.c rename to modules/tests/kprobe_tests/kp_module.c diff --git a/tests/kprobe_tests/kp_module.h b/modules/tests/kprobe_tests/kp_module.h similarity index 100% rename from tests/kprobe_tests/kp_module.h rename to modules/tests/kprobe_tests/kp_module.h diff --git a/tests/kprobe_tests/kp_tests.c b/modules/tests/kprobe_tests/kp_tests.c similarity index 100% rename from tests/kprobe_tests/kp_tests.c rename to modules/tests/kprobe_tests/kp_tests.c diff --git a/tests/kprobe_tests/krp_tests.c b/modules/tests/kprobe_tests/krp_tests.c similarity index 100% rename from tests/kprobe_tests/krp_tests.c rename to modules/tests/kprobe_tests/krp_tests.c diff --git a/tests/kprobe_tests/run_kp_tests.sh b/modules/tests/kprobe_tests/run_kp_tests.sh similarity index 100% rename from tests/kprobe_tests/run_kp_tests.sh rename to modules/tests/kprobe_tests/run_kp_tests.sh diff --git a/uihv/Kbuild b/modules/uihv/Kbuild similarity index 100% rename from uihv/Kbuild rename to modules/uihv/Kbuild diff --git a/uihv/uihv.h b/modules/uihv/uihv.h similarity index 100% rename from uihv/uihv.h rename to modules/uihv/uihv.h diff --git a/uihv/uihv_debugfs.c b/modules/uihv/uihv_debugfs.c similarity index 100% rename from uihv/uihv_debugfs.c rename to modules/uihv/uihv_debugfs.c diff --git a/uihv/uihv_debugfs.h b/modules/uihv/uihv_debugfs.h similarity index 100% rename from uihv/uihv_debugfs.h rename to modules/uihv/uihv_debugfs.h diff --git a/uihv/uihv_module.c b/modules/uihv/uihv_module.c similarity index 100% rename from uihv/uihv_module.c rename to modules/uihv/uihv_module.c diff --git a/uihv/uihv_module.h b/modules/uihv/uihv_module.h similarity index 100% rename from uihv/uihv_module.h rename to modules/uihv/uihv_module.h diff --git a/uprobe/Kbuild b/modules/uprobe/Kbuild similarity index 100% rename from uprobe/Kbuild rename to modules/uprobe/Kbuild diff --git a/uprobe/arch/arm/swap-asm/swap_uprobes.c b/modules/uprobe/arch/arm/swap-asm/swap_uprobes.c similarity index 100% rename from uprobe/arch/arm/swap-asm/swap_uprobes.c rename to modules/uprobe/arch/arm/swap-asm/swap_uprobes.c diff --git a/uprobe/arch/arm/swap-asm/swap_uprobes.h b/modules/uprobe/arch/arm/swap-asm/swap_uprobes.h similarity index 100% rename from uprobe/arch/arm/swap-asm/swap_uprobes.h rename to modules/uprobe/arch/arm/swap-asm/swap_uprobes.h diff --git a/uprobe/arch/arm64/swap-asm/swap_uprobes.c b/modules/uprobe/arch/arm64/swap-asm/swap_uprobes.c similarity index 100% rename from uprobe/arch/arm64/swap-asm/swap_uprobes.c rename to modules/uprobe/arch/arm64/swap-asm/swap_uprobes.c diff --git a/uprobe/arch/arm64/swap-asm/swap_uprobes.h b/modules/uprobe/arch/arm64/swap-asm/swap_uprobes.h similarity index 100% rename from uprobe/arch/arm64/swap-asm/swap_uprobes.h rename to modules/uprobe/arch/arm64/swap-asm/swap_uprobes.h diff --git a/uprobe/arch/arm64/swap-asm/uprobes-arm64.c b/modules/uprobe/arch/arm64/swap-asm/uprobes-arm64.c similarity index 100% rename from uprobe/arch/arm64/swap-asm/uprobes-arm64.c rename to modules/uprobe/arch/arm64/swap-asm/uprobes-arm64.c diff --git a/uprobe/arch/arm64/swap-asm/uprobes-arm64.h b/modules/uprobe/arch/arm64/swap-asm/uprobes-arm64.h similarity index 100% rename from uprobe/arch/arm64/swap-asm/uprobes-arm64.h rename to modules/uprobe/arch/arm64/swap-asm/uprobes-arm64.h diff --git a/uprobe/arch/arm64/swap-asm/uprobes-decode.h b/modules/uprobe/arch/arm64/swap-asm/uprobes-decode.h similarity index 100% rename from uprobe/arch/arm64/swap-asm/uprobes-decode.h rename to modules/uprobe/arch/arm64/swap-asm/uprobes-decode.h diff --git a/uprobe/arch/x86/swap-asm/swap_sc_patch.c b/modules/uprobe/arch/x86/swap-asm/swap_sc_patch.c similarity index 100% rename from uprobe/arch/x86/swap-asm/swap_sc_patch.c rename to modules/uprobe/arch/x86/swap-asm/swap_sc_patch.c diff --git a/uprobe/arch/x86/swap-asm/swap_sc_patch.h b/modules/uprobe/arch/x86/swap-asm/swap_sc_patch.h similarity index 100% rename from uprobe/arch/x86/swap-asm/swap_sc_patch.h rename to modules/uprobe/arch/x86/swap-asm/swap_sc_patch.h diff --git a/uprobe/arch/x86/swap-asm/swap_uprobes.c b/modules/uprobe/arch/x86/swap-asm/swap_uprobes.c similarity index 100% rename from uprobe/arch/x86/swap-asm/swap_uprobes.c rename to modules/uprobe/arch/x86/swap-asm/swap_uprobes.c diff --git a/uprobe/arch/x86/swap-asm/swap_uprobes.h b/modules/uprobe/arch/x86/swap-asm/swap_uprobes.h similarity index 100% rename from uprobe/arch/x86/swap-asm/swap_uprobes.h rename to modules/uprobe/arch/x86/swap-asm/swap_uprobes.h diff --git a/uprobe/swap_uaccess.h b/modules/uprobe/swap_uaccess.h similarity index 100% rename from uprobe/swap_uaccess.h rename to modules/uprobe/swap_uaccess.h diff --git a/uprobe/swap_uprobes.c b/modules/uprobe/swap_uprobes.c similarity index 100% rename from uprobe/swap_uprobes.c rename to modules/uprobe/swap_uprobes.c diff --git a/uprobe/swap_uprobes.h b/modules/uprobe/swap_uprobes.h similarity index 100% rename from uprobe/swap_uprobes.h rename to modules/uprobe/swap_uprobes.h diff --git a/us_manager/Kbuild b/modules/us_manager/Kbuild similarity index 100% rename from us_manager/Kbuild rename to modules/us_manager/Kbuild diff --git a/us_manager/callbacks.c b/modules/us_manager/callbacks.c similarity index 100% rename from us_manager/callbacks.c rename to modules/us_manager/callbacks.c diff --git a/us_manager/callbacks.h b/modules/us_manager/callbacks.h similarity index 100% rename from us_manager/callbacks.h rename to modules/us_manager/callbacks.h diff --git a/us_manager/debugfs_us_manager.c b/modules/us_manager/debugfs_us_manager.c similarity index 100% rename from us_manager/debugfs_us_manager.c rename to modules/us_manager/debugfs_us_manager.c diff --git a/us_manager/debugfs_us_manager.h b/modules/us_manager/debugfs_us_manager.h similarity index 100% rename from us_manager/debugfs_us_manager.h rename to modules/us_manager/debugfs_us_manager.h diff --git a/us_manager/helper.c b/modules/us_manager/helper.c similarity index 100% rename from us_manager/helper.c rename to modules/us_manager/helper.c diff --git a/us_manager/helper.h b/modules/us_manager/helper.h similarity index 100% rename from us_manager/helper.h rename to modules/us_manager/helper.h diff --git a/us_manager/helper_hook.c b/modules/us_manager/helper_hook.c similarity index 100% rename from us_manager/helper_hook.c rename to modules/us_manager/helper_hook.c diff --git a/us_manager/helper_kprobe.c b/modules/us_manager/helper_kprobe.c similarity index 100% rename from us_manager/helper_kprobe.c rename to modules/us_manager/helper_kprobe.c diff --git a/us_manager/img/img_file.c b/modules/us_manager/img/img_file.c similarity index 100% rename from us_manager/img/img_file.c rename to modules/us_manager/img/img_file.c diff --git a/us_manager/img/img_file.h b/modules/us_manager/img/img_file.h similarity index 100% rename from us_manager/img/img_file.h rename to modules/us_manager/img/img_file.h diff --git a/us_manager/img/img_ip.c b/modules/us_manager/img/img_ip.c similarity index 100% rename from us_manager/img/img_ip.c rename to modules/us_manager/img/img_ip.c diff --git a/us_manager/img/img_ip.h b/modules/us_manager/img/img_ip.h similarity index 100% rename from us_manager/img/img_ip.h rename to modules/us_manager/img/img_ip.h diff --git a/us_manager/img/img_proc.c b/modules/us_manager/img/img_proc.c similarity index 100% rename from us_manager/img/img_proc.c rename to modules/us_manager/img/img_proc.c diff --git a/us_manager/img/img_proc.h b/modules/us_manager/img/img_proc.h similarity index 100% rename from us_manager/img/img_proc.h rename to modules/us_manager/img/img_proc.h diff --git a/us_manager/pf/pf_group.c b/modules/us_manager/pf/pf_group.c similarity index 100% rename from us_manager/pf/pf_group.c rename to modules/us_manager/pf/pf_group.c diff --git a/us_manager/pf/pf_group.h b/modules/us_manager/pf/pf_group.h similarity index 100% rename from us_manager/pf/pf_group.h rename to modules/us_manager/pf/pf_group.h diff --git a/us_manager/pf/proc_filters.c b/modules/us_manager/pf/proc_filters.c similarity index 100% rename from us_manager/pf/proc_filters.c rename to modules/us_manager/pf/proc_filters.c diff --git a/us_manager/pf/proc_filters.h b/modules/us_manager/pf/proc_filters.h similarity index 100% rename from us_manager/pf/proc_filters.h rename to modules/us_manager/pf/proc_filters.h diff --git a/us_manager/probes/probe_info_new.c b/modules/us_manager/probes/probe_info_new.c similarity index 100% rename from us_manager/probes/probe_info_new.c rename to modules/us_manager/probes/probe_info_new.c diff --git a/us_manager/probes/probe_info_new.h b/modules/us_manager/probes/probe_info_new.h similarity index 100% rename from us_manager/probes/probe_info_new.h rename to modules/us_manager/probes/probe_info_new.h diff --git a/us_manager/probes/probes.c b/modules/us_manager/probes/probes.c similarity index 100% rename from us_manager/probes/probes.c rename to modules/us_manager/probes/probes.c diff --git a/us_manager/probes/probes.h b/modules/us_manager/probes/probes.h similarity index 100% rename from us_manager/probes/probes.h rename to modules/us_manager/probes/probes.h diff --git a/us_manager/probes/register_probes.h b/modules/us_manager/probes/register_probes.h similarity index 100% rename from us_manager/probes/register_probes.h rename to modules/us_manager/probes/register_probes.h diff --git a/us_manager/probes/use_probes.h b/modules/us_manager/probes/use_probes.h similarity index 100% rename from us_manager/probes/use_probes.h rename to modules/us_manager/probes/use_probes.h diff --git a/us_manager/sspt/sspt.h b/modules/us_manager/sspt/sspt.h similarity index 100% rename from us_manager/sspt/sspt.h rename to modules/us_manager/sspt/sspt.h diff --git a/us_manager/sspt/sspt_debug.h b/modules/us_manager/sspt/sspt_debug.h similarity index 100% rename from us_manager/sspt/sspt_debug.h rename to modules/us_manager/sspt/sspt_debug.h diff --git a/us_manager/sspt/sspt_feature.c b/modules/us_manager/sspt/sspt_feature.c similarity index 100% rename from us_manager/sspt/sspt_feature.c rename to modules/us_manager/sspt/sspt_feature.c diff --git a/us_manager/sspt/sspt_feature.h b/modules/us_manager/sspt/sspt_feature.h similarity index 100% rename from us_manager/sspt/sspt_feature.h rename to modules/us_manager/sspt/sspt_feature.h diff --git a/us_manager/sspt/sspt_file.c b/modules/us_manager/sspt/sspt_file.c similarity index 100% rename from us_manager/sspt/sspt_file.c rename to modules/us_manager/sspt/sspt_file.c diff --git a/us_manager/sspt/sspt_file.h b/modules/us_manager/sspt/sspt_file.h similarity index 100% rename from us_manager/sspt/sspt_file.h rename to modules/us_manager/sspt/sspt_file.h diff --git a/us_manager/sspt/sspt_filter.c b/modules/us_manager/sspt/sspt_filter.c similarity index 100% rename from us_manager/sspt/sspt_filter.c rename to modules/us_manager/sspt/sspt_filter.c diff --git a/us_manager/sspt/sspt_filter.h b/modules/us_manager/sspt/sspt_filter.h similarity index 100% rename from us_manager/sspt/sspt_filter.h rename to modules/us_manager/sspt/sspt_filter.h diff --git a/us_manager/sspt/sspt_ip.c b/modules/us_manager/sspt/sspt_ip.c similarity index 100% rename from us_manager/sspt/sspt_ip.c rename to modules/us_manager/sspt/sspt_ip.c diff --git a/us_manager/sspt/sspt_ip.h b/modules/us_manager/sspt/sspt_ip.h similarity index 100% rename from us_manager/sspt/sspt_ip.h rename to modules/us_manager/sspt/sspt_ip.h diff --git a/us_manager/sspt/sspt_page.c b/modules/us_manager/sspt/sspt_page.c similarity index 100% rename from us_manager/sspt/sspt_page.c rename to modules/us_manager/sspt/sspt_page.c diff --git a/us_manager/sspt/sspt_page.h b/modules/us_manager/sspt/sspt_page.h similarity index 100% rename from us_manager/sspt/sspt_page.h rename to modules/us_manager/sspt/sspt_page.h diff --git a/us_manager/sspt/sspt_proc.c b/modules/us_manager/sspt/sspt_proc.c similarity index 100% rename from us_manager/sspt/sspt_proc.c rename to modules/us_manager/sspt/sspt_proc.c diff --git a/us_manager/sspt/sspt_proc.h b/modules/us_manager/sspt/sspt_proc.h similarity index 100% rename from us_manager/sspt/sspt_proc.h rename to modules/us_manager/sspt/sspt_proc.h diff --git a/us_manager/us_common_file.h b/modules/us_manager/us_common_file.h similarity index 100% rename from us_manager/us_common_file.h rename to modules/us_manager/us_common_file.h diff --git a/us_manager/us_manager.c b/modules/us_manager/us_manager.c similarity index 100% rename from us_manager/us_manager.c rename to modules/us_manager/us_manager.c diff --git a/us_manager/us_manager.h b/modules/us_manager/us_manager.h similarity index 100% rename from us_manager/us_manager.h rename to modules/us_manager/us_manager.h diff --git a/us_manager/us_manager_common.h b/modules/us_manager/us_manager_common.h similarity index 100% rename from us_manager/us_manager_common.h rename to modules/us_manager/us_manager_common.h diff --git a/us_manager/us_slot_manager.c b/modules/us_manager/us_slot_manager.c similarity index 100% rename from us_manager/us_slot_manager.c rename to modules/us_manager/us_slot_manager.c diff --git a/us_manager/us_slot_manager.h b/modules/us_manager/us_slot_manager.h similarity index 100% rename from us_manager/us_slot_manager.h rename to modules/us_manager/us_slot_manager.h diff --git a/us_manager/usm_hook.c b/modules/us_manager/usm_hook.c similarity index 100% rename from us_manager/usm_hook.c rename to modules/us_manager/usm_hook.c diff --git a/us_manager/usm_hook.h b/modules/us_manager/usm_hook.h similarity index 100% rename from us_manager/usm_hook.h rename to modules/us_manager/usm_hook.h diff --git a/writer/Kbuild b/modules/writer/Kbuild similarity index 100% rename from writer/Kbuild rename to modules/writer/Kbuild diff --git a/writer/debugfs_writer.c b/modules/writer/debugfs_writer.c similarity index 100% rename from writer/debugfs_writer.c rename to modules/writer/debugfs_writer.c diff --git a/writer/debugfs_writer.h b/modules/writer/debugfs_writer.h similarity index 100% rename from writer/debugfs_writer.h rename to modules/writer/debugfs_writer.h diff --git a/writer/event_filter.c b/modules/writer/event_filter.c similarity index 100% rename from writer/event_filter.c rename to modules/writer/event_filter.c diff --git a/writer/event_filter.h b/modules/writer/event_filter.h similarity index 100% rename from writer/event_filter.h rename to modules/writer/event_filter.h diff --git a/writer/kernel_operations.h b/modules/writer/kernel_operations.h similarity index 100% rename from writer/kernel_operations.h rename to modules/writer/kernel_operations.h diff --git a/writer/swap_msg.c b/modules/writer/swap_msg.c similarity index 100% rename from writer/swap_msg.c rename to modules/writer/swap_msg.c diff --git a/writer/swap_msg.h b/modules/writer/swap_msg.h similarity index 100% rename from writer/swap_msg.h rename to modules/writer/swap_msg.h diff --git a/writer/swap_writer_errors.h b/modules/writer/swap_writer_errors.h similarity index 100% rename from writer/swap_writer_errors.h rename to modules/writer/swap_writer_errors.h diff --git a/writer/swap_writer_module.c b/modules/writer/swap_writer_module.c similarity index 100% rename from writer/swap_writer_module.c rename to modules/writer/swap_writer_module.c diff --git a/wsp/Kbuild b/modules/wsp/Kbuild similarity index 100% rename from wsp/Kbuild rename to modules/wsp/Kbuild diff --git a/wsp/wsp.c b/modules/wsp/wsp.c similarity index 100% rename from wsp/wsp.c rename to modules/wsp/wsp.c diff --git a/wsp/wsp.h b/modules/wsp/wsp.h similarity index 100% rename from wsp/wsp.h rename to modules/wsp/wsp.h diff --git a/wsp/wsp_debugfs.c b/modules/wsp/wsp_debugfs.c similarity index 100% rename from wsp/wsp_debugfs.c rename to modules/wsp/wsp_debugfs.c diff --git a/wsp/wsp_debugfs.h b/modules/wsp/wsp_debugfs.h similarity index 100% rename from wsp/wsp_debugfs.h rename to modules/wsp/wsp_debugfs.h diff --git a/wsp/wsp_module.c b/modules/wsp/wsp_module.c similarity index 100% rename from wsp/wsp_module.c rename to modules/wsp/wsp_module.c diff --git a/wsp/wsp_msg.c b/modules/wsp/wsp_msg.c similarity index 100% rename from wsp/wsp_msg.c rename to modules/wsp/wsp_msg.c diff --git a/wsp/wsp_msg.h b/modules/wsp/wsp_msg.h similarity index 100% rename from wsp/wsp_msg.h rename to modules/wsp/wsp_msg.h diff --git a/wsp/wsp_res.c b/modules/wsp/wsp_res.c similarity index 100% rename from wsp/wsp_res.c rename to modules/wsp/wsp_res.c diff --git a/wsp/wsp_res.h b/modules/wsp/wsp_res.h similarity index 100% rename from wsp/wsp_res.h rename to modules/wsp/wsp_res.h diff --git a/packaging/swap-modules.spec b/packaging/swap-modules.spec index aecca2f..222e96b 100755 --- a/packaging/swap-modules.spec +++ b/packaging/swap-modules.spec @@ -56,6 +56,7 @@ Kernel modules for SWAP %setup -q %build +cd modules %ifarch armv7l # TM1 ./build.sh --kernel /boot/kernel/devel/kernel-devel-tizen_tm1 --arch arm clean @@ -109,7 +110,7 @@ mv /tmp/emul_swap_modules %{buildroot}/opt/swap/sdk/ %endif %endif %endif -install -m 770 deploy.sh -t %{buildroot}/opt/swap/sdk +install -m 770 modules/deploy.sh -t %{buildroot}/opt/swap/sdk # mkdir -p %{buildroot}/usr/share/license -- 2.7.4