Searched refs:FTRACE_CALLSITE_SECTION (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dftrace.h997 #define FTRACE_CALLSITE_SECTION "__patchable_function_entries" macro
999 #define FTRACE_CALLSITE_SECTION "__mcount_loc" macro
/linux-master/arch/s390/kernel/
H A Dmodule.c567 if (!strcmp(FTRACE_CALLSITE_SECTION, secname)) {
/linux-master/arch/parisc/kernel/
H A Dmodule.c937 if (symindex != -1 && !strcmp(secname, FTRACE_CALLSITE_SECTION)) {
/linux-master/kernel/module/
H A Dmain.c2172 mod->ftrace_callsites = section_objs(info, FTRACE_CALLSITE_SECTION,

Completed in 188 milliseconds