Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dmaps.h61 #define KMAP_NAME_LEN 256 macro
66 char name[KMAP_NAME_LEN];
H A Dmachine.h303 char name[KMAP_NAME_LEN];
H A Dmachine.c1244 strlcpy(kmap->name, xm->name, KMAP_NAME_LEN); in machine__create_extra_kernel_map()
1335 strlcpy(xm.name, ENTRY_TRAMPOLINE_NAME, KMAP_NAME_LEN); in machine__map_x86_64_entry_trampolines()
1957 strlcpy(xm.name, event->mmap2.filename, KMAP_NAME_LEN); in machine__process_mmap2_event()
2014 strlcpy(xm.name, event->mmap.filename, KMAP_NAME_LEN); in machine__process_mmap_event()
/openbmc/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()