Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dmaps.h43 #define KMAP_NAME_LEN 256 macro
48 char name[KMAP_NAME_LEN];
Dmachine.h291 char name[KMAP_NAME_LEN];
Dmachine.c1200 strlcpy(kmap->name, xm->name, KMAP_NAME_LEN); in machine__create_extra_kernel_map()
1289 strlcpy(xm.name, ENTRY_TRAMPOLINE_NAME, KMAP_NAME_LEN); in machine__map_x86_64_entry_trampolines()
1885 strlcpy(xm.name, event->mmap2.filename, KMAP_NAME_LEN); in machine__process_mmap2_event()
1942 strlcpy(xm.name, event->mmap.filename, KMAP_NAME_LEN); in machine__process_mmap_event()
/linux-5.19.10/tools/perf/arch/x86/util/
Dmachine.c43 strlcpy(mi->maps[mi->cnt].name, name, KMAP_NAME_LEN); in add_extra_kernel_map()