/kernel/linux/linux-6.6/arch/riscv/kernel/probes/ |
H A D | rethook.c | 18 void arch_rethook_prepare(struct rethook_node *rhn, struct pt_regs *regs, bool mcount) in arch_rethook_prepare() argument
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | rethook.c | 6 void arch_rethook_prepare(struct rethook_node *rh, struct pt_regs *regs, bool mcount) in arch_rethook_prepare() argument
|
/kernel/linux/linux-6.6/tools/objtool/include/objtool/ |
H A D | builtin.h | 17 bool mcount; member
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | ftrace.h | 16 #define MCOUNT_INSN_SIZE 4 /* sizeof mcount call */ 20 #define mcount _mcount macro
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
H A D | ftrace.h | 9 * Check arch/riscv/kernel/mcount.S for detail. 17 * Clang prior to 13 had "mcount" instead of "_mcount": 23 #define MCOUNT_NAME mcount 76 * Let auipc+jalr be the basic *mcount unit*, so we make it 8 bytes here.
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | ftrace.h | 16 #define MCOUNT_INSN_SIZE 4 /* sizeof mcount call */ 20 #define mcount _mcount macro
|
/kernel/linux/linux-5.10/drivers/mtd/nand/onenand/ |
H A D | onenand_samsung.c | 383 int i, mcount, scount; in s3c_onenand_command() local 416 mcount = mtd->writesize >> 2; in s3c_onenand_command() 422 for (i = 0; i < mcount; i++) in s3c_onenand_command() 429 for (i = 0; i < mcount; i++) in s3c_onenand_command() 441 for (i = 0; i < mcount; i++) in s3c_onenand_command() 449 for (i = 0; i < mcount; i++) in s3c_onenand_command()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/onenand/ |
H A D | onenand_samsung.c | 383 int i, mcount, scount; in s3c_onenand_command() local 417 mcount = mtd->writesize >> 2; in s3c_onenand_command() 423 for (i = 0; i < mcount; i++) in s3c_onenand_command() 430 for (i = 0; i < mcount; i++) in s3c_onenand_command() 442 for (i = 0; i < mcount; i++) in s3c_onenand_command() 450 for (i = 0; i < mcount; i++) in s3c_onenand_command()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | rethook.c | 198 * @mcount: True if this is called from mcount(ftrace) context. 202 * entry.) @mcount is used for identifying the context. If this is called 203 * from ftrace (mcount) callback, @mcount must be set true. If this is called 204 * from the real function entry (e.g. kprobes) @mcount must be set false. 207 void rethook_hook(struct rethook_node *node, struct pt_regs *regs, bool mcount) in rethook_hook() argument 209 arch_rethook_prepare(node, regs, mcount); in rethook_hook()
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A D | Makefile | 15 obj-$(CONFIG_FUNCTION_TRACER) += mcount.o
|
/kernel/linux/linux-5.10/arch/microblaze/kernel/ |
H A D | Makefile | 27 obj-$(CONFIG_FUNCTION_TRACER) += ftrace.o mcount.o
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/trace/ |
H A D | ftrace_64.S | 25 _GLOBAL(mcount)
|
H A D | ftrace_32.S | 13 _GLOBAL(mcount) 18 * to push the return address back to the caller of mcount
|
/kernel/linux/linux-5.10/arch/sh/lib/ |
H A D | Makefile | 31 lib-$(CONFIG_MCOUNT) += mcount.o
|
/kernel/linux/linux-6.6/arch/microblaze/kernel/ |
H A D | Makefile | 27 obj-$(CONFIG_FUNCTION_TRACER) += ftrace.o mcount.o
|
/kernel/linux/linux-6.6/arch/sh/lib/ |
H A D | Makefile | 29 lib-$(CONFIG_MCOUNT) += mcount.o
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | rethook.c | 117 void arch_rethook_prepare(struct rethook_node *rh, struct pt_regs *regs, bool mcount) in arch_rethook_prepare() argument
|
/kernel/linux/linux-6.6/arch/xtensa/kernel/ |
H A D | Makefile | 15 obj-$(CONFIG_FUNCTION_TRACER) += mcount.o
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | ftrace.h | 15 #define MCOUNT_INSN_SIZE 4 /* sizeof mcount call */ 21 #define mcount _mcount macro
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | ftrace.h | 9 * Check arch/riscv/kernel/mcount.S for detail. 17 * Clang prior to 13 had "mcount" instead of "_mcount": 23 #define MCOUNT_NAME mcount 128 * Let auipc+jalr be the basic *mcount unit*, so we make it 8 bytes here.
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | Makefile | 27 obj-y += mcount.o ftrace.o
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | sh_ksyms_32.c | 117 DECLARE_EXPORT(mcount); variable
|
/kernel/linux/linux-5.10/arch/sparc/lib/ |
H A D | Makefile | 52 lib-$(CONFIG_SPARC64) += mcount.o ipcsum.o xor.o hweight.o ffs.o
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | Makefile | 28 obj-y += mcount.o ftrace.o
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/trace/ |
H A D | ftrace_64_pg_entry.S | 81 _GLOBAL(mcount)
|