Release 4.7 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
#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 | 41.56% | 1 | 20.00% |
| david s. miller | david s. miller | 26 | 33.77% | 1 | 20.00% |
| sam ravnborg | sam ravnborg | 17 | 22.08% | 1 | 20.00% |
| minfei huang | minfei huang | 1 | 1.30% | 1 | 20.00% |
| ingo molnar | ingo molnar | 1 | 1.30% | 1 | 20.00% |
| Total | 77 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.