Home
last modified time | relevance | path

Searched refs:mcount (Results 26 - 50 of 70) sorted by relevance

123

/kernel/linux/linux-6.6/arch/riscv/kernel/probes/
H A Drethook.c18 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 Drethook.c6 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 Dbuiltin.h17 bool mcount; member
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dftrace.h16 #define MCOUNT_INSN_SIZE 4 /* sizeof mcount call */
20 #define mcount _mcount macro
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Dftrace.h9 * 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 Dftrace.h16 #define MCOUNT_INSN_SIZE 4 /* sizeof mcount call */
20 #define mcount _mcount macro
/kernel/linux/linux-5.10/drivers/mtd/nand/onenand/
H A Donenand_samsung.c383 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 Donenand_samsung.c383 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 Drethook.c198 * @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 DMakefile15 obj-$(CONFIG_FUNCTION_TRACER) += mcount.o
/kernel/linux/linux-5.10/arch/microblaze/kernel/
H A DMakefile27 obj-$(CONFIG_FUNCTION_TRACER) += ftrace.o mcount.o
/kernel/linux/linux-5.10/arch/powerpc/kernel/trace/
H A Dftrace_64.S25 _GLOBAL(mcount)
H A Dftrace_32.S13 _GLOBAL(mcount)
18 * to push the return address back to the caller of mcount
/kernel/linux/linux-5.10/arch/sh/lib/
H A DMakefile31 lib-$(CONFIG_MCOUNT) += mcount.o
/kernel/linux/linux-6.6/arch/microblaze/kernel/
H A DMakefile27 obj-$(CONFIG_FUNCTION_TRACER) += ftrace.o mcount.o
/kernel/linux/linux-6.6/arch/sh/lib/
H A DMakefile29 lib-$(CONFIG_MCOUNT) += mcount.o
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Drethook.c117 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 DMakefile15 obj-$(CONFIG_FUNCTION_TRACER) += mcount.o
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dftrace.h15 #define MCOUNT_INSN_SIZE 4 /* sizeof mcount call */
21 #define mcount _mcount macro
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dftrace.h9 * 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 DMakefile27 obj-y += mcount.o ftrace.o
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dsh_ksyms_32.c117 DECLARE_EXPORT(mcount); variable
/kernel/linux/linux-5.10/arch/sparc/lib/
H A DMakefile52 lib-$(CONFIG_SPARC64) += mcount.o ipcsum.o xor.o hweight.o ffs.o
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A DMakefile28 obj-y += mcount.o ftrace.o
/kernel/linux/linux-6.6/arch/powerpc/kernel/trace/
H A Dftrace_64_pg_entry.S81 _GLOBAL(mcount)

Completed in 9 milliseconds

123