Searched refs:calls (Results 1 – 4 of 4) sorted by relevance
19 a patch, causing calls to patched functions to be redirected
108 # error MCOUNT_INSN_SIZE not defined with direct calls enabled
191 address on the current task structure into a stack of calls.199 This option will modify all the calls to function tracing497 calls in the kernel. The difference between this and the704 run), and calls the tracepoint. Each iteration will record the time
2952 unsigned long calls[FTRACE_KSTACK_ENTRIES]; member3001 size = ARRAY_SIZE(fstack->calls); in __ftrace_trace_stack()3004 nr_entries = stack_trace_save_regs(regs, fstack->calls, in __ftrace_trace_stack()3007 nr_entries = stack_trace_save(fstack->calls, size, skip); in __ftrace_trace_stack()3018 memcpy(&entry->caller, fstack->calls, size); in __ftrace_trace_stack()