Home
last modified time | relevance | path

Searched refs:calls (Results 1 – 3 of 3) sorted by relevance

/kernel/livepatch/
DKconfig19 a patch, causing calls to patched functions to be redirected
/kernel/trace/
DKconfig170 address on the current task structure into a stack of calls.
401 calls in the kernel. The difference between this and the
536 This option will modify all the calls to function tracing
681 run), and calls the tracepoint. Each iteration will record the time
Dtrace.c2844 unsigned long calls[FTRACE_KSTACK_ENTRIES]; member
2899 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()