Searched refs:calls (Results 1 – 5 of 5) sorted by relevance
/kernel/livepatch/ |
D | Kconfig | 19 a patch, causing calls to patched functions to be redirected
|
/kernel/trace/ |
D | trace_osnoise.c | 595 unsigned long calls[MAX_CALLS]; member 613 size = ARRAY_SIZE(fstack->calls); in timerlat_save_stack() 615 nr_entries = stack_trace_save(fstack->calls, size, skip); in timerlat_save_stack() 638 memcpy(&entry->caller, fstack->calls, size); in __timerlat_dump_stack()
|
D | fgraph.c | 117 # error MCOUNT_INSN_SIZE not defined with direct calls enabled
|
D | Kconfig | 218 address on the current task structure into a stack of calls. 226 This option will modify all the calls to function tracing 606 calls in the kernel. The difference between this and the 829 run), and calls the tracepoint. Each iteration will record the time
|
D | trace.c | 3025 unsigned long calls[FTRACE_KSTACK_ENTRIES]; member 3074 size = ARRAY_SIZE(fstack->calls); in __ftrace_trace_stack() 3077 nr_entries = stack_trace_save_regs(regs, fstack->calls, in __ftrace_trace_stack() 3080 nr_entries = stack_trace_save(fstack->calls, size, skip); in __ftrace_trace_stack() 3091 memcpy(&entry->caller, fstack->calls, size); in __ftrace_trace_stack()
|