Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dmaps.h15 #define KMAP_NAME_LEN 256 macro
20 char name[KMAP_NAME_LEN];
H A Dmachine.h316 char name[KMAP_NAME_LEN];
H A Dmachine.c1030 strlcpy(kmap->name, xm->name, KMAP_NAME_LEN); in machine__create_extra_kernel_map()
1135 strlcpy(xm.name, ENTRY_TRAMPOLINE_NAME, KMAP_NAME_LEN); in machine__map_x86_64_entry_trampolines()
1724 strlcpy(xm.name, event->mmap2.filename, KMAP_NAME_LEN); in machine__process_mmap2_event()
1781 strlcpy(xm.name, event->mmap.filename, KMAP_NAME_LEN); in machine__process_mmap_event()
/linux/tools/perf/arch/x86/util/
H A Dmachine.c43 strlcpy(mi->maps[mi->cnt].name, name, KMAP_NAME_LEN); in add_extra_kernel_map()