#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 | 15 | 100.00% | 1 | 100.00% |
| Total | 15 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp |
| Abhishek Sagar | 32 | 33.68% | 1 | 16.67% |
| David S. Miller | 26 | 27.37% | 1 | 16.67% |
| Josh Poimboeuf | 18 | 18.95% | 1 | 16.67% |
| Sam Ravnborg | 17 | 17.89% | 1 | 16.67% |
| Minfei Huang | 1 | 1.05% | 1 | 16.67% |
| Ingo Molnar | 1 | 1.05% | 1 | 16.67% |
| Total | 95 | 100.00% | 6 | 100.00% |