NAME_ALIGN        304 tools/perf/util/build-id.c 	len = PERF_ALIGN(len, NAME_ALIGN);
NAME_ALIGN        158 tools/perf/util/header.c 	static const char zero_buf[NAME_ALIGN];
NAME_ALIGN        168 tools/perf/util/header.c 	(PERF_ALIGN((strlen(str) + 1), NAME_ALIGN) + sizeof(u32))
NAME_ALIGN        177 tools/perf/util/header.c 	len = PERF_ALIGN(olen, NAME_ALIGN);
NAME_ALIGN       1767 tools/perf/util/synthetic-events.c 	len = PERF_ALIGN(len, NAME_ALIGN);