Searched refs:KMAP_NAME_LEN (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | maps.h | 61 #define KMAP_NAME_LEN 256 macro 66 char name[KMAP_NAME_LEN];
|
H A D | machine.h | 303 char name[KMAP_NAME_LEN];
|
H A D | machine.c | 1244 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 D | machine.c | 43 strlcpy(mi->maps[mi->cnt].name, name, KMAP_NAME_LEN); in add_extra_kernel_map()
|