Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dmaps.h43 #define KMAP_NAME_LEN 256 macro
48 char name[KMAP_NAME_LEN];
Dmachine.h298 char name[KMAP_NAME_LEN];
Dmachine.c1197 strlcpy(kmap->name, xm->name, KMAP_NAME_LEN); in machine__create_extra_kernel_map()
1286 strlcpy(xm.name, ENTRY_TRAMPOLINE_NAME, KMAP_NAME_LEN); in machine__map_x86_64_entry_trampolines()
1891 strlcpy(xm.name, event->mmap2.filename, KMAP_NAME_LEN); in machine__process_mmap2_event()
1948 strlcpy(xm.name, event->mmap.filename, KMAP_NAME_LEN); in machine__process_mmap_event()
/linux-6.1.9/tools/perf/arch/x86/util/
Dmachine.c43 strlcpy(mi->maps[mi->cnt].name, name, KMAP_NAME_LEN); in add_extra_kernel_map()