Lines Matching full:need
37 You will need to implement the mcount and the ftrace_stub functions.
119 Deep breath ... time to do some real work. Here you will need to update the
223 You need very few things to get the syscalls tracing in an arch.
252 You will first need HAVE_FTRACE_MCOUNT_RECORD and HAVE_FUNCTION_TRACER, so
255 Once those are out of the way, you will need to implement:
271 First you will need to fill out some arch details in your asm/ftrace.h.
277 Since no one else will have a decl for that function, you will need to::
281 You will also need the helper function ftrace_call_adjust(). Most people
291 Lastly you will need the custom dyn_arch_ftrace structure. If you need
339 runtime patching. You'll need a little knowledge of your arch's opcodes in
342 Every arch has an init callback function. If you need to do something early on
378 Basically, you will need to: