PERF_ALIGN         42 tools/perf/arch/x86/util/event.c 		       PERF_ALIGN(strlen(kmap->name) + 1, sizeof(u64)) +
PERF_ALIGN        885 tools/perf/util/auxtrace.c 	auxtrace_error->header.size = PERF_ALIGN(size, sizeof(u64));
PERF_ALIGN        246 tools/perf/util/bpf-event.c 		ksymbol_event->header.size += PERF_ALIGN(name_len + 1,
PERF_ALIGN        304 tools/perf/util/build-id.c 	len = PERF_ALIGN(len, NAME_ALIGN);
PERF_ALIGN        817 tools/perf/util/evlist.c 		pages = PERF_ALIGN(val, page_size) / page_size;
PERF_ALIGN        168 tools/perf/util/header.c 	(PERF_ALIGN((strlen(str) + 1), NAME_ALIGN) + sizeof(u32))
PERF_ALIGN        177 tools/perf/util/header.c 	len = PERF_ALIGN(olen, NAME_ALIGN);
PERF_ALIGN       1952 tools/perf/util/header.c 		u8			   build_id[PERF_ALIGN(BUILD_ID_SIZE, sizeof(u64))];
PERF_ALIGN       3817 tools/perf/util/header.c 	padding = PERF_ALIGN(size_read, sizeof(u64)) - size_read;
PERF_ALIGN        428 tools/perf/util/jitdump.c 	size = PERF_ALIGN(size, sizeof(u64));
PERF_ALIGN        542 tools/perf/util/jitdump.c 	size = PERF_ALIGN(size, sizeof(u64));
PERF_ALIGN        558 tools/perf/util/session.c 		data += PERF_ALIGN(strlen(data) + 1, sizeof(u64));
PERF_ALIGN        575 tools/perf/util/session.c 		data += PERF_ALIGN(strlen(data) + 1, sizeof(u64));
PERF_ALIGN        595 tools/perf/util/session.c 		data += PERF_ALIGN(strlen(data) + 1, sizeof(u64));
PERF_ALIGN       2244 tools/perf/util/symbol.c 	symbol_conf.priv_size = PERF_ALIGN(symbol_conf.priv_size, sizeof(u64));
PERF_ALIGN        165 tools/perf/util/synthetic-events.c 	size = PERF_ALIGN(size, sizeof(u64));
PERF_ALIGN        394 tools/perf/util/synthetic-events.c 		size = PERF_ALIGN(size, sizeof(u64));
PERF_ALIGN        447 tools/perf/util/synthetic-events.c 		size = PERF_ALIGN(pos->dso->long_name_len + 1, sizeof(u64));
PERF_ALIGN        854 tools/perf/util/synthetic-events.c 	size = PERF_ALIGN(size, sizeof(u64));
PERF_ALIGN        993 tools/perf/util/synthetic-events.c 	*size = PERF_ALIGN(*size, sizeof(u64));
PERF_ALIGN       1499 tools/perf/util/synthetic-events.c 	size  = PERF_ALIGN(size, sizeof(u64));
PERF_ALIGN       1683 tools/perf/util/synthetic-events.c 	size = PERF_ALIGN(size, sizeof(u64));
PERF_ALIGN       1735 tools/perf/util/synthetic-events.c 	aligned_size = PERF_ALIGN(size, sizeof(u64));
PERF_ALIGN       1767 tools/perf/util/synthetic-events.c 	len = PERF_ALIGN(len, NAME_ALIGN);
PERF_ALIGN       1835 tools/perf/util/synthetic-events.c 	sz = PERF_ALIGN(sz, page_size);