Home
last modified time | relevance | path

Searched refs:FTRACE_CALLSITE_SECTION (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dftrace.h1201 #define FTRACE_CALLSITE_SECTION "__patchable_function_entries" macro
1203 #define FTRACE_CALLSITE_SECTION "__mcount_loc" macro
/linux/arch/parisc/kernel/
H A Dmodule.c925 if (symindex != -1 && !strcmp(secname, FTRACE_CALLSITE_SECTION)) { in module_finalize()