Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dftrace.h841 #define FTRACE_CALLSITE_SECTION "__patchable_function_entries" macro
843 #define FTRACE_CALLSITE_SECTION "__mcount_loc" macro
/kernel/linux/linux-5.10/arch/parisc/kernel/
Dmodule.c954 if (symindex != -1 && !strcmp(secname, FTRACE_CALLSITE_SECTION)) { in module_finalize()
/kernel/linux/linux-5.10/kernel/
Dmodule.c3383 mod->ftrace_callsites = section_objs(info, FTRACE_CALLSITE_SECTION, in find_module_sections()