Lines Matching refs:call
33 The exact mcount symbol name will depend on your toolchain. Some call it
37 call mcount
46 mcount call (before/after function prologue). You might also want to look at
52 so return immediately. If it isn't, then call that function in the same way
55 size of the mcount call that is embedded in the function).
115 function, call the arch-specific function ftrace_graph_caller which in turn
126 That function will simply call the common ftrace_return_to_handler function and
128 original call site.
204 Similarly, when you call ftrace_return_to_handler(), pass it the frame pointer.
226 - If the system call table on this arch is more complicated than a simple array
228 the address of a given system call.
240 details for how to locate the addresses of mcount call sites via objdump.
282 some extra state when runtime patching arbitrary call sites, this is the
323 will be patched to call ftrace_caller(). Second, since we only have one tracer
324 active at a time, we will patch the ftrace_caller() function itself to call the
341 functions. The first is used to turn the mcount call site into a nop (which
343 used to turn the mcount call site into a call to an arbitrary location (but
348 The rec->ip value is the address of the mcount call site that was collected
355 people will be using a "call" type instruction while others will be using a
376 stub needs to be large enough to support a call to ftrace_graph_caller()
380 ftrace_graph_call location with a call to ftrace_graph_caller()