Lines Matching refs:need
31 You will need to implement the mcount and the ftrace_stub functions.
108 Deep breath ... time to do some real work. Here you will need to update the
218 You need very few things to get the syscalls tracing in an arch.
247 You will first need HAVE_FTRACE_MCOUNT_RECORD and HAVE_FUNCTION_TRACER, so
250 Once those are out of the way, you will need to implement:
266 First you will need to fill out some arch details in your asm/ftrace.h.
270 Since no one else will have a decl for that function, you will need to:
273 You will also need the helper function ftrace_call_adjust(). Most people
281 Lastly you will need the custom dyn_arch_ftrace structure. If you need
328 runtime patching. You'll need a little knowledge of your arch's opcodes in
331 Every arch has an init callback function. If you need to do something early on
364 Basically, you will need to: