Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dthread-stack.c1039 static bool is_x86_retpoline(const char *name) in is_x86_retpoline() function
1059 if (sym && is_x86_retpoline(sym->name)) { in thread_stack__x86_retpoline()