/linux-4.1.27/arch/microblaze/kernel/ |
H A D | ftrace.c | 123 int ftrace_make_nop(struct module *mod, ftrace_make_nop() function 163 /* I believe that first is called ftrace_make_nop before this function */ ftrace_make_call()
|
/linux-4.1.27/arch/blackfin/kernel/ |
H A D | ftrace.c | 41 int ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, ftrace_make_nop() function
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | ftrace.c | 55 int ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, unsigned long addr) ftrace_make_nop() function
|
/linux-4.1.27/arch/metag/kernel/ |
H A D | ftrace.c | 96 int ftrace_make_nop(struct module *mod, ftrace_make_nop() function
|
/linux-4.1.27/arch/s390/kernel/ |
H A D | ftrace.c | 29 * by ftrace_make_call / ftrace_make_nop. 104 int ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, ftrace_make_nop() function
|
/linux-4.1.27/arch/tile/kernel/ |
H A D | ftrace.c | 159 int ftrace_make_nop(struct module *mod, ftrace_make_nop() function
|
/linux-4.1.27/arch/arm64/kernel/ |
H A D | ftrace.c | 84 int ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, ftrace_make_nop() function
|
/linux-4.1.27/arch/arm/kernel/ |
H A D | ftrace.c | 165 int ftrace_make_nop(struct module *mod, ftrace_make_nop() function
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | ftrace.c | 241 int ftrace_make_nop(struct module *mod, ftrace_make_nop() function 435 return ftrace_make_nop(NULL, rec, ftrace_addr); __ftrace_replace_code()
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | ftrace.c | 161 int ftrace_make_nop(struct module *mod, ftrace_make_nop() function
|
/linux-4.1.27/arch/sh/kernel/ |
H A D | ftrace.c | 252 int ftrace_make_nop(struct module *mod, ftrace_make_nop() function
|
/linux-4.1.27/arch/mips/kernel/ |
H A D | ftrace.c | 191 int ftrace_make_nop(struct module *mod, ftrace_make_nop() function
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | ftrace.c | 137 int ftrace_make_nop(struct module *mod, ftrace_make_nop() function 158 WARN_ONCE(1, "invalid use of ftrace_make_nop"); ftrace_make_nop()
|
/linux-4.1.27/include/linux/ |
H A D | ftrace.h | 495 * ftrace_make_nop - convert code into nop ftrace_disable_ftrace_graph_caller() 515 extern int ftrace_make_nop(struct module *mod, ftrace_disable_ftrace_graph_caller()
|
/linux-4.1.27/scripts/ |
H A D | recordmcount.h | 146 * tracing(ftrace_make_nop), the instruction in the position is replaced with
|
/linux-4.1.27/kernel/trace/ |
H A D | ftrace.c | 2308 return ftrace_make_nop(NULL, rec, ftrace_old_addr); __ftrace_replace_code() 2416 ret = ftrace_make_nop(mod, rec, MCOUNT_ADDR); ftrace_code_disable() 2879 * inherent check of ftrace_make_nop/ftrace_make_call for ftrace_update_code()
|