Release 4.10 arch/sparc/include/asm/ftrace.h
#ifndef _ASM_SPARC64_FTRACE
#define _ASM_SPARC64_FTRACE
#ifdef CONFIG_MCOUNT
#define MCOUNT_ADDR ((unsigned long)(_mcount))
#define MCOUNT_INSN_SIZE 4
/* sizeof mcount call */
#ifndef __ASSEMBLY__
void _mcount(void);
#endif
#endif /* CONFIG_MCOUNT */
#if defined(CONFIG_SPARC64) && !defined(CC_USE_FENTRY)
#define HAVE_FUNCTION_GRAPH_FP_TEST
#endif
#ifdef CONFIG_DYNAMIC_FTRACE
/* reloction of mcount call site is the same as the address */
static inline unsigned long ftrace_call_adjust(unsigned long addr)
{
return addr;
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
david s. miller | david s. miller | 15 | 100.00% | 1 | 100.00% |
| Total | 15 | 100.00% | 1 | 100.00% |
struct dyn_arch_ftrace {
};
#endif /* CONFIG_DYNAMIC_FTRACE */
unsigned long prepare_ftrace_return(unsigned long parent,
unsigned long self_addr,
unsigned long frame_pointer);
#endif /* _ASM_SPARC64_FTRACE */
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
abhishek sagar | abhishek sagar | 32 | 33.68% | 1 | 16.67% |
david s. miller | david s. miller | 26 | 27.37% | 1 | 16.67% |
josh poimboeuf | josh poimboeuf | 18 | 18.95% | 1 | 16.67% |
sam ravnborg | sam ravnborg | 17 | 17.89% | 1 | 16.67% |
minfei huang | minfei huang | 1 | 1.05% | 1 | 16.67% |
ingo molnar | ingo molnar | 1 | 1.05% | 1 | 16.67% |
| Total | 95 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.