Home
last modified time | relevance | path

Searched refs:PERF_ALIGN (Results 1 – 13 of 13) sorted by relevance

/linux/tools/perf/util/
H A Dsynthetic-events.c181 size = PERF_ALIGN(size, sizeof(u64)); in perf_event__prepare_comm()
525 aligned_size = PERF_ALIGN(size, sizeof(u64)); in perf_event__synthesize_mmap_events()
694 size = PERF_ALIGN(dso__long_name_len(dso) + 1, sizeof(u64)); in perf_event__synthesize_modules_maps_cb()
713 size = PERF_ALIGN(dso__long_name_len(dso) + 1, sizeof(u64)); in perf_event__synthesize_modules_maps_cb()
1170 size = PERF_ALIGN(size, sizeof(u64)); in __perf_event__synthesize_kernel_mmap()
1183 size = PERF_ALIGN(size, sizeof(u64)); in __perf_event__synthesize_kernel_mmap()
1318 syn_data->size = header_size + PERF_ALIGN(size_cpus, sizeof(u64)); in cpu_map_data__alloc()
1323 syn_data->size = header_size + PERF_ALIGN(size_mask, sizeof(u64)); in cpu_map_data__alloc()
2010 size = PERF_ALIGN(size, sizeof(u64));
2198 size = PERF_ALIGN(attr_siz in perf_event__synthesize_attr()
[all...]
H A Dbpf-event.c645 ksymbol_event->header.size += PERF_ALIGN(name_len + 1, in perf_event__synthesize_one_bpf_prog()
742 ksymbol->header.size += PERF_ALIGN(len + 1, sizeof(u64)); in kallsyms_process_symbol()
H A Djitdump.c468 size = PERF_ALIGN(size, sizeof(u64)); in jit_repipe_code_load()
601 size = PERF_ALIGN(size, sizeof(u64)); in jit_repipe_code_move()
H A Dsession.c324 data += PERF_ALIGN(len + 1, sizeof(u64)); in perf_event__mmap2_swap()
347 data += PERF_ALIGN(len + 1, sizeof(u64)); in perf_event__task_swap()
377 data += PERF_ALIGN(len + 1, sizeof(u64)); in perf_event__itrace_start_swap()
479 data += PERF_ALIGN(len, sizeof(u64)); in swap_bitfield()
552 data += PERF_ALIGN(len + 1, sizeof(u64)); in perf_event__event_update_swap()
703 data += PERF_ALIGN(len + 1, sizeof(u64)); in perf_event__schedstat_cpu_swap()
1142 data += PERF_ALIGN(len + 1, sizeof(u64)); in dump_sample()
2884 * superseded by COMPRESSED2 (83) with PERF_ALIGN. in perf_event__process_id_index()
H A Dbuild-id.c299 len = PERF_ALIGN(len, sizeof(u64)); in write_buildid()
H A Dheader.c222 (PERF_ALIGN((strlen(str) + 1), NAME_ALIGN) + sizeof(u32)) in __do_read()
231 len = PERF_ALIGN(olen, NAME_ALIGN); in do_read_u32()
2702 u8 build_id[PERF_ALIGN(BUILD_ID_SIZE, sizeof(u64))]; in evlist__find_by_index()
5766 padding = PERF_ALIGN(size_read, sizeof(u64)) - size_read;
H A Dsymbol.c2529 symbol_conf.priv_size = PERF_ALIGN(symbol_conf.priv_size, sizeof(u64)); in symbol__validate_sym_arguments()
H A Devlist.c956 pages = PERF_ALIGN(val, page_size) / page_size; in parse_pages_arg()
H A Dauxtrace.c1321 auxtrace_error->header.size = PERF_ALIGN(size, sizeof(u64)); in perf_event__synthesize_auxtrace_info()
H A Dsymbol-elf.c1336 if (offs && PERF_ALIGN(offs, shdr.sh_addralign ?: 1) != shdr.sh_offset) in ref_reloc()
/linux/tools/perf/util/bpf_skel/
H A Daugmented_raw_syscalls.bpf.c14 #define PERF_ALIGN(x, a) __PERF_ALIGN_MASK(x, (typeof(x))(a)-1) macro
289 augmented_args->arg.size = PERF_ALIGN(oldpath_len + 1, sizeof(u64)); in sys_enter_rename()
320 augmented_args->arg.size = PERF_ALIGN(oldpath_len + 1, sizeof(u64)); in sys_enter_renameat2()
/linux/tools/perf/arch/x86/util/
H A Devent.c37 PERF_ALIGN(strlen(kmap->name) + 1, sizeof(u64)) + in perf_event__synthesize_extra_kmaps_cb()
/linux/tools/perf/
H A Dbuiltin-record.c673 event->header.size = PERF_ALIGN(compressed, sizeof(u64)); in record__pushfn()