Home
last modified time | relevance | path

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

/kernel/livepatch/
DKconfig19 a patch, causing calls to patched functions to be redirected
/kernel/trace/
Dfgraph.c108 # error MCOUNT_INSN_SIZE not defined with direct calls enabled
DKconfig191 address on the current task structure into a stack of calls.
199 This option will modify all the calls to function tracing
497 calls in the kernel. The difference between this and the
704 run), and calls the tracepoint. Each iteration will record the time
Dtrace.c2952 unsigned long calls[FTRACE_KSTACK_ENTRIES]; member
3001 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()