Searched refs:ftrace_graph_entry (Results 1 – 12 of 12) sorted by relevance
136 if (!ftrace_graph_entry(&trace)) in function_graph_enter()367 trace_func_graph_ent_t ftrace_graph_entry = ftrace_graph_entry_stub; variable483 ftrace_graph_entry = ftrace_graph_entry_test; in update_function_graph_func()485 ftrace_graph_entry = __ftrace_graph_entry; in update_function_graph_func()627 ftrace_graph_entry = ftrace_graph_entry_test; in register_ftrace_graph()645 ftrace_graph_entry = ftrace_graph_entry_stub; in unregister_ftrace_graph()
51 sethi %hi(ftrace_graph_entry), %g153 ldx [%g1 + %lo(ftrace_graph_entry)], %g1
88 la t3, ftrace_graph_entry
30 || ftrace_graph_entry != ftrace_graph_entry_stub) in _mcount()
124 lrw a0, ftrace_graph_entry
102 lwi r6, r0, ftrace_graph_entry;
140 PTR_L t3, ftrace_graph_entry
133 .long ftrace_graph_entry
246 ldr_l x2, ftrace_graph_entry // || (ftrace_graph_entry
124 (compare to ftrace_stub) and ftrace_graph_entry (compare to151 + extern void (*ftrace_graph_entry)(...);153 + ftrace_graph_entry != ftrace_graph_entry_stub)
53 ldr r1, =ftrace_graph_entry
1014 extern trace_func_graph_ent_t ftrace_graph_entry;
Completed in 22 milliseconds