tracing/function-graph-tracer: introduce __notrace_funcgraph to filter special functions
[linux-2.6-block.git] / kernel / module.c
index 89bcf7c1327d7dc0ffd0f9fbb365bd67f9109767..dd2a54155b54ab45df7ac5a9e7e13344e4611b1e 100644 (file)
@@ -2704,7 +2704,7 @@ int is_module_address(unsigned long addr)
 
 
 /* Is this a valid kernel address? */
-struct module *__module_text_address(unsigned long addr)
+__notrace_funcgraph struct module *__module_text_address(unsigned long addr)
 {
        struct module *mod;