Home
last modified time | relevance | path

Searched refs:mcount (Results 1 – 25 of 36) sorted by relevance

12

/linux/Documentation/trace/
A Dftrace-design.rst44 call mcount
66 mcount(), the arguments mcount() will pass to the tracer are:
86 void mcount(void)
109 Don't forget to export mcount for modules !
112 extern void mcount(void);
113 EXPORT_SYMBOL(mcount);
141 Here is the updated mcount pseudo code::
143 void mcount(void)
273 - mcount() (new stub)
291 extern void mcount(void);
[all …]
/linux/arch/sparc/lib/
A Dmcount.S22 .globl mcount
23 .type mcount,#function
25 mcount: label
70 .size mcount,.-mcount
A DMakefile52 lib-$(CONFIG_SPARC64) += mcount.o ipcsum.o xor.o hweight.o ffs.o
/linux/net/dsa/
A Dmaster.c150 int mcount = 0, count, i; in dsa_master_get_strings() local
160 mcount = phy_ethtool_get_sset_count(dev->phydev); in dsa_master_get_strings()
161 if (mcount < 0) in dsa_master_get_strings()
162 mcount = 0; in dsa_master_get_strings()
166 mcount = ops->get_sset_count(dev, stringset); in dsa_master_get_strings()
167 if (mcount < 0) in dsa_master_get_strings()
168 mcount = 0; in dsa_master_get_strings()
173 ndata = data + mcount * len; in dsa_master_get_strings()
/linux/arch/um/kernel/
A Dgprof_syms.c8 extern void mcount(void);
9 EXPORT_SYMBOL(mcount);
/linux/arch/parisc/include/asm/
A Dftrace.h6 extern void mcount(void);
8 #define MCOUNT_ADDR ((unsigned long)mcount)
/linux/arch/ia64/include/asm/
A Dftrace.h10 #define mcount _mcount macro
13 #define MCOUNT_ADDR (((struct fnptr *)mcount)->ip)
/linux/arch/sh/include/asm/
A Dftrace.h11 extern void mcount(void);
13 #define MCOUNT_ADDR ((unsigned long)(mcount))
/linux/tools/objtool/
A Dbuiltin-check.c23 validate_dup, vmlinux, mcount, noinstr, backup; variable
46 OPT_BOOLEAN('M', "mcount", &mcount, "generate __mcount_loc"),
/linux/arch/sh/lib/
A Dmcount.S82 .globl mcount
83 .type mcount,@function
85 mcount: label
A DMakefile31 lib-$(CONFIG_MCOUNT) += mcount.o
/linux/arch/riscv/kernel/
A DMakefile50 obj-$(CONFIG_FUNCTION_TRACER) += mcount.o ftrace.o
51 obj-$(CONFIG_DYNAMIC_FTRACE) += mcount-dyn.o
/linux/drivers/mtd/nand/onenand/
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()
/linux/tools/objtool/include/objtool/
A Dbuiltin.h12 validate_dup, vmlinux, mcount, noinstr, backup;
/linux/arch/xtensa/include/asm/
A Dftrace.h36 #define mcount _mcount macro
/linux/arch/csky/abiv2/
A DMakefile12 obj-$(CONFIG_FUNCTION_TRACER) += mcount.o
/linux/arch/riscv/include/asm/
A Dftrace.h23 #define MCOUNT_NAME mcount
/linux/arch/powerpc/kernel/trace/
A Dftrace_64.S25 _GLOBAL(mcount)
A Dftrace_32.S13 _GLOBAL(mcount)
/linux/arch/microblaze/kernel/
A DMakefile27 obj-$(CONFIG_FUNCTION_TRACER) += ftrace.o mcount.o
/linux/arch/mips/include/asm/
A Dftrace.h20 #define mcount _mcount macro
/linux/arch/xtensa/kernel/
A DMakefile15 obj-$(CONFIG_FUNCTION_TRACER) += mcount.o
/linux/arch/sh/kernel/
A Dsh_ksyms_32.c117 DECLARE_EXPORT(mcount);
/linux/arch/s390/kernel/
A DMakefile61 obj-$(CONFIG_FUNCTION_TRACER) += mcount.o ftrace.o
/linux/arch/mips/kernel/
A DMakefile43 obj-$(CONFIG_FUNCTION_TRACER) += mcount.o ftrace.o

Completed in 25 milliseconds

12