/linux/arch/sparc/lib/ |
H A D | mcount.S | 31 sethi %hi(ftrace_stub), %g2 33 or %g2, %lo(ftrace_stub), %g2 73 .globl ftrace_stub 74 .type ftrace_stub,#function 75 ftrace_stub: label 78 .size ftrace_stub,.-ftrace_stub 91 call ftrace_stub 96 call ftrace_stub
|
/linux/arch/mips/kernel/ |
H A D | mcount.S | 71 b ftrace_stub 111 .globl ftrace_stub 112 ftrace_stub: label 120 PTR_LA t1, ftrace_stub 135 PTR_LA t1, ftrace_stub 149 .globl ftrace_stub 150 ftrace_stub: label
|
/linux/arch/xtensa/kernel/ |
H A D | mcount.S | 34 movi a3, ftrace_stub 55 movi a11, ftrace_stub 83 ENTRY(ftrace_stub) 86 ENDPROC(ftrace_stub)
|
/linux/arch/csky/abiv2/ |
H A D | mcount.S | 90 ENTRY(ftrace_stub) 92 END(ftrace_stub) 101 lrw a1, ftrace_stub 120 lrw a1, ftrace_stub
|
/linux/arch/sh/lib/ |
H A D | mcount.S | 100 mov.l ftrace_stub, r7 193 .long ftrace_stub 195 .globl ftrace_stub 196 ftrace_stub: label
|
/linux/arch/microblaze/kernel/ |
H A D | mcount.S | 81 ENTRY(ftrace_stub) 97 addik r6, r0, ftrace_stub; /* asm implementation */ 124 addik r6, r0, ftrace_stub;
|
/linux/arch/riscv/kernel/ |
H A D | mcount-dyn.S | 153 call ftrace_stub 163 call ftrace_stub 176 call ftrace_stub
|
/linux/arch/arm/kernel/ |
H A D | entry-ftrace.S | 98 bl ftrace_stub 153 bl ftrace_stub 269 ENTRY(ftrace_stub) 272 ENDPROC(ftrace_stub)
|
/linux/Documentation/trace/ |
H A D | ftrace-design.rst | 37 You will need to implement the mcount and the ftrace_stub functions. 59 to see if it is set to ftrace_stub. If it is, there is nothing for you to do, 81 void ftrace_stub(void) 91 if (ftrace_trace_function != ftrace_stub) 124 (compare to ftrace_stub) and ftrace_graph_entry (compare to 146 if (ftrace_trace_function != ftrace_stub) 152 + if (ftrace_graph_return != ftrace_stub || 264 - ftrace_stub() 306 the ftrace_stub() as that will now be inlined in ftrace_caller(). 324 ftrace_stub(frompc, selfpc); [all …]
|
/linux/arch/powerpc/kernel/trace/ |
H A D | ftrace_64_pg_entry.S | 27 bl ftrace_stub 39 _GLOBAL(ftrace_stub)
|
/linux/arch/sh/boot/compressed/ |
H A D | misc.h | 7 void ftrace_stub(void);
|
H A D | misc.c | 112 void ftrace_stub(void) in ftrace_stub() function
|
/linux/arch/sh/include/asm/ |
H A D | ftrace.h | 17 #define STUB_ADDR ((long)(ftrace_stub))
|
/linux/arch/sparc/kernel/ |
H A D | ftrace.c | 108 new = ftrace_call_replace(ip, (unsigned long) &ftrace_stub); in ftrace_disable_ftrace_graph_caller()
|
/linux/include/linux/ |
H A D | ftrace.h | 492 extern void ftrace_stub(unsigned long a0, unsigned long a1, 1023 #define ftrace_graph_func ftrace_stub
|
/linux/arch/s390/kernel/ |
H A D | ftrace.c | 47 void *ftrace_func __read_mostly = ftrace_stub;
|
/linux/kernel/trace/ |
H A D | ftrace.c | 89 .func = ftrace_stub, 126 ftrace_func_t ftrace_trace_function __read_mostly = ftrace_stub; 224 func = ftrace_stub; in update_ftrace_function() 399 if (ftrace_trace_function == ftrace_stub) in ftrace_update_pid_func() 1071 .func = ftrace_stub, 6016 .func = ftrace_stub, in __modify_ftrace_direct() 7835 .func = ftrace_stub, 7869 if (WARN_ON(tr->ops->func != ftrace_stub)) in ftrace_init_array_ops() 7879 tr->ops->func = ftrace_stub; in ftrace_reset_array_ops() 8428 ftrace_trace_function = ftrace_stub; in ftrace_kill() [all …]
|
/linux/Documentation/core-api/ |
H A D | asm-annotations.rst | 174 call ftrace_stub
|
/linux/arch/parisc/kernel/ |
H A D | entry.S | 1920 ftrace_stub: label 1921 .globl ftrace_stub symbol 1922 .type ftrace_stub, @function
|
/linux/include/asm-generic/ |
H A D | vmlinux.lds.h | 165 #define FTRACE_STUB_HACK ftrace_stub_graph = ftrace_stub;
|