Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dftrace.h973 #define FTRACE_CALLSITE_SECTION "__patchable_function_entries" macro
975 #define FTRACE_CALLSITE_SECTION "__mcount_loc" macro
/linux-6.1.9/arch/s390/kernel/
Dmodule.c543 if (!strcmp(FTRACE_CALLSITE_SECTION, secname)) { in module_finalize()
/linux-6.1.9/arch/parisc/kernel/
Dmodule.c954 if (symindex != -1 && !strcmp(secname, FTRACE_CALLSITE_SECTION)) { in module_finalize()
/linux-6.1.9/kernel/module/
Dmain.c2072 mod->ftrace_callsites = section_objs(info, FTRACE_CALLSITE_SECTION, in find_module_sections()