Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dmap.h239 #define ENTRY_TRAMPOLINE_NAME "__entry_SYSCALL_64_trampoline" macro
243 return !strcmp(name, ENTRY_TRAMPOLINE_NAME); in is_entry_trampoline()
H A Dmachine.c1135 strlcpy(xm.name, ENTRY_TRAMPOLINE_NAME, KMAP_NAME_LEN); in machine__map_x86_64_entry_trampolines()