Lines Matching refs:arch
115 function, call the arch-specific function ftrace_graph_caller which in turn
116 calls the arch-specific function prepare_ftrace_return. Neither of these
125 temporarily to have it point to the arch-specific function return_to_handler.
193 An arch may pass in a unique value (frame pointer) to both the entering and
218 You need very few things to get the syscalls tracing in an arch.
220 - Support HAVE_ARCH_TRACEHOOK (see arch/Kconfig).
222 of syscalls supported by the arch.
226 - If the system call table on this arch is more complicated than a simple array
230 this arch, define ARCH_HAS_SYSCALL_MATCH_SYM_NAME in asm/ftrace.h and
233 - Tag this arch as HAVE_SYSCALL_TRACEPOINTS.
239 See scripts/recordmcount.pl for more info. Just fill in the arch-specific
266 First you will need to fill out some arch details in your asm/ftrace.h.
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