Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dthread-stack.c1038 static bool is_x86_retpoline(const char *name) in is_x86_retpoline() function
1060 if (sym && is_x86_retpoline(sym->name)) { in thread_stack__x86_retpoline()