Symbol: PERF_ALIGN
tools/perf/arch/x86/util/event.c
37
PERF_ALIGN(strlen(kmap->name) + 1, sizeof(u64)) +
tools/perf/builtin-record.c
672
event->header.size = PERF_ALIGN(compressed, sizeof(u64));
tools/perf/util/auxtrace.c
1305
auxtrace_error->header.size = PERF_ALIGN(size, sizeof(u64));
tools/perf/util/bpf-event.c
626
ksymbol_event->header.size += PERF_ALIGN(name_len + 1,
tools/perf/util/bpf-event.c
723
ksymbol->header.size += PERF_ALIGN(len + 1, sizeof(u64));
tools/perf/util/bpf_skel/augmented_raw_syscalls.bpf.c
289
augmented_args->arg.size = PERF_ALIGN(oldpath_len + 1, sizeof(u64));
tools/perf/util/bpf_skel/augmented_raw_syscalls.bpf.c
320
augmented_args->arg.size = PERF_ALIGN(oldpath_len + 1, sizeof(u64));
tools/perf/util/build-id.c
296
len = PERF_ALIGN(len, sizeof(u64));
tools/perf/util/evlist.c
941
pages = PERF_ALIGN(val, page_size) / page_size;
tools/perf/util/header.c
181
(PERF_ALIGN((strlen(str) + 1), NAME_ALIGN) + sizeof(u32))
tools/perf/util/header.c
190
len = PERF_ALIGN(olen, NAME_ALIGN);
tools/perf/util/header.c
2531
u8 build_id[PERF_ALIGN(BUILD_ID_SIZE, sizeof(u64))];
tools/perf/util/header.c
4871
padding = PERF_ALIGN(size_read, sizeof(u64)) - size_read;
tools/perf/util/jitdump.c
468
size = PERF_ALIGN(size, sizeof(u64));
tools/perf/util/jitdump.c
601
size = PERF_ALIGN(size, sizeof(u64));
tools/perf/util/session.c
293
data += PERF_ALIGN(strlen(data) + 1, sizeof(u64));
tools/perf/util/session.c
310
data += PERF_ALIGN(strlen(data) + 1, sizeof(u64));
tools/perf/util/session.c
334
data += PERF_ALIGN(strlen(data) + 1, sizeof(u64));
tools/perf/util/session.c
409
data += PERF_ALIGN(len, sizeof(u64));
tools/perf/util/session.c
452
data += PERF_ALIGN(strlen(data) + 1, sizeof(u64));
tools/perf/util/symbol-elf.c
1303
if (offs && PERF_ALIGN(offs, shdr.sh_addralign ?: 1) != shdr.sh_offset)
tools/perf/util/symbol.c
2399
symbol_conf.priv_size = PERF_ALIGN(symbol_conf.priv_size, sizeof(u64));
tools/perf/util/synthetic-events.c
1170
size = PERF_ALIGN(size, sizeof(u64));
tools/perf/util/synthetic-events.c
1183
size = PERF_ALIGN(size, sizeof(u64));
tools/perf/util/synthetic-events.c
1318
syn_data->size = header_size + PERF_ALIGN(size_cpus, sizeof(u64));
tools/perf/util/synthetic-events.c
1323
syn_data->size = header_size + PERF_ALIGN(size_mask, sizeof(u64));
tools/perf/util/synthetic-events.c
181
size = PERF_ALIGN(size, sizeof(u64));
tools/perf/util/synthetic-events.c
1999
size = PERF_ALIGN(size, sizeof(u64));
tools/perf/util/synthetic-events.c
2177
size = PERF_ALIGN(size, sizeof(u64));
tools/perf/util/synthetic-events.c
2230
aligned_size = PERF_ALIGN(size, sizeof(u64));
tools/perf/util/synthetic-events.c
2264
len = PERF_ALIGN(len, sizeof(u64));
tools/perf/util/synthetic-events.c
2316
ev_len = PERF_ALIGN(ev_len, sizeof(u64));
tools/perf/util/synthetic-events.c
2405
sz = PERF_ALIGN(sz, page_size);
tools/perf/util/synthetic-events.c
2547
size = PERF_ALIGN(size, sizeof(u64));
tools/perf/util/synthetic-events.c
2616
size = PERF_ALIGN(size, sizeof(u64));
tools/perf/util/synthetic-events.c
525
aligned_size = PERF_ALIGN(size, sizeof(u64));
tools/perf/util/synthetic-events.c
694
size = PERF_ALIGN(dso__long_name_len(dso) + 1, sizeof(u64));
tools/perf/util/synthetic-events.c
713
size = PERF_ALIGN(dso__long_name_len(dso) + 1, sizeof(u64));