Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dftrace.c538 const char *refsymbol = NULL; in function_stat_show() local
562 refsymbol = "_text"; in function_stat_show()
570 refsymbol = mod->name; in function_stat_show()
575 if (refsymbol) in function_stat_show()
576 snprintf(str, sizeof(str), " %s+%#lx", refsymbol, offset); in function_stat_show()
578 if (!refsymbol) in function_stat_show()