Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dmaps.h43 #define KMAP_NAME_LEN 256 macro
48 char name[KMAP_NAME_LEN];
A Dmachine.h287 char name[KMAP_NAME_LEN];
A Dmachine.c1099 strlcpy(kmap->name, xm->name, KMAP_NAME_LEN); in machine__create_extra_kernel_map()
1188 strlcpy(xm.name, ENTRY_TRAMPOLINE_NAME, KMAP_NAME_LEN); in machine__map_x86_64_entry_trampolines()
1784 strlcpy(xm.name, event->mmap2.filename, KMAP_NAME_LEN); in machine__process_mmap2_event()
1841 strlcpy(xm.name, event->mmap.filename, KMAP_NAME_LEN); in machine__process_mmap_event()
/linux/tools/perf/arch/x86/util/
A Dmachine.c43 strlcpy(mi->maps[mi->cnt].name, name, KMAP_NAME_LEN); in add_extra_kernel_map()

Completed in 16 milliseconds