NAME_ALIGN
static const char zero_buf[NAME_ALIGN];
(PERF_ALIGN((strlen(str) + 1), NAME_ALIGN) + sizeof(u32))
len = PERF_ALIGN(olen, NAME_ALIGN);