5/6
alloc_tag: skip percpu counter allocation when profiling is disabled
profiling 关闭时令 codetag_load_module 的 load_module 返回 -EOPNOTSUPP,跳过每 tag 的 percpu counter 分配,避免 release_module_tags 找不到模块导致 unload 泄漏;unload 总是 free_section_mem 清理预留。
profiling 关闭时令 codetag_load_module 的 load_module 返回 -EOPNOTSUPP,跳过每 tag 的 percpu counter 分配,避免 release_module_tags 找不到模块导致 unload 泄漏;unload 总是 free_section_mem 清理预留。