Searched refs:ftrace_graph_entry (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | fgraph.c | 134 if (!ftrace_graph_entry(&trace)) in function_graph_enter() 366 trace_func_graph_ent_t ftrace_graph_entry = ftrace_graph_entry_stub; variable 482 ftrace_graph_entry = ftrace_graph_entry_test; in update_function_graph_func() 484 ftrace_graph_entry = __ftrace_graph_entry; in update_function_graph_func() 626 ftrace_graph_entry = ftrace_graph_entry_test; in register_ftrace_graph() 644 ftrace_graph_entry = ftrace_graph_entry_stub; in unregister_ftrace_graph()
|
| /OK3568_Linux_fs/kernel/arch/sparc/lib/ |
| H A D | mcount.S | 51 sethi %hi(ftrace_graph_entry), %g1 53 ldx [%g1 + %lo(ftrace_graph_entry)], %g1
|
| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | mcount.S | 88 la t3, ftrace_graph_entry
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | ftrace.c | 69 ftrace_graph_entry != ftrace_graph_entry_stub) { in ftrace_function_trampoline()
|
| /OK3568_Linux_fs/kernel/arch/nds32/kernel/ |
| H A D | ftrace.c | 30 || ftrace_graph_entry != ftrace_graph_entry_stub) in _mcount()
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | mcount.S | 140 PTR_L t3, ftrace_graph_entry
|
| /OK3568_Linux_fs/kernel/arch/microblaze/kernel/ |
| H A D | mcount.S | 102 lwi r6, r0, ftrace_graph_entry;
|
| /OK3568_Linux_fs/kernel/arch/csky/abiv2/ |
| H A D | mcount.S | 124 lrw a0, ftrace_graph_entry
|
| /OK3568_Linux_fs/kernel/arch/sh/lib/ |
| H A D | mcount.S | 133 .long ftrace_graph_entry
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | ftrace_64.S | 285 cmpq $ftrace_graph_entry_stub, ftrace_graph_entry
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | entry-ftrace.S | 246 ldr_l x2, ftrace_graph_entry // || (ftrace_graph_entry
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | ftrace-design.rst | 124 (compare to ftrace_stub) and ftrace_graph_entry (compare to 151 + extern void (*ftrace_graph_entry)(...); 153 + ftrace_graph_entry != ftrace_graph_entry_stub)
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | entry-ftrace.S | 50 ldr r1, =ftrace_graph_entry
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | ftrace.h | 941 extern trace_func_graph_ent_t ftrace_graph_entry;
|