MCOUNT_INSN_SIZE 27 arch/x86/kernel/ftrace.c char code[MCOUNT_INSN_SIZE]; MCOUNT_INSN_SIZE 50 arch/x86/kernel/ftrace.c calc.offset = ftrace_calc_offset(ip + MCOUNT_INSN_SIZE, addr); MCOUNT_INSN_SIZE 103 arch/x86/kernel/ftrace.c unsigned char old[MCOUNT_INSN_SIZE], *new; MCOUNT_INSN_SIZE 106 arch/x86/kernel/ftrace.c memcpy(old, &ftrace_call, MCOUNT_INSN_SIZE); MCOUNT_INSN_SIZE 117 arch/x86/kernel/ftrace.c unsigned char old[MCOUNT_INSN_SIZE], *new; MCOUNT_INSN_SIZE 123 arch/x86/kernel/ftrace.c memcpy(old, &mcount_call, MCOUNT_INSN_SIZE); MCOUNT_INSN_SIZE 138 arch/x86/kernel/ftrace.c ftrace_nop = (unsigned long *)noptable[MCOUNT_INSN_SIZE];