Searched refs:calls (Results 1 – 3 of 3) sorted by relevance
19 a patch, causing calls to patched functions to be redirected
170 address on the current task structure into a stack of calls.401 calls in the kernel. The difference between this and the536 This option will modify all the calls to function tracing681 run), and calls the tracepoint. Each iteration will record the time
2844 unsigned long calls[FTRACE_KSTACK_ENTRIES]; member2899 size = ARRAY_SIZE(fstack->calls); in __ftrace_trace_stack()2902 nr_entries = stack_trace_save_regs(regs, fstack->calls, in __ftrace_trace_stack()2905 nr_entries = stack_trace_save(fstack->calls, size, skip); in __ftrace_trace_stack()2916 memcpy(&entry->caller, fstack->calls, size); in __ftrace_trace_stack()