Searched refs:PERF_ALIGN (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | synthetic-events.c | 181 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 D | bpf-event.c | 645 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 D | jitdump.c | 468 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 D | session.c | 324 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 D | build-id.c | 299 len = PERF_ALIGN(len, sizeof(u64)); in write_buildid()
|
| H A D | header.c | 222 (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 D | symbol.c | 2529 symbol_conf.priv_size = PERF_ALIGN(symbol_conf.priv_size, sizeof(u64)); in symbol__validate_sym_arguments()
|
| H A D | evlist.c | 956 pages = PERF_ALIGN(val, page_size) / page_size; in parse_pages_arg()
|
| H A D | auxtrace.c | 1321 auxtrace_error->header.size = PERF_ALIGN(size, sizeof(u64)); in perf_event__synthesize_auxtrace_info()
|
| H A D | symbol-elf.c | 1336 if (offs && PERF_ALIGN(offs, shdr.sh_addralign ?: 1) != shdr.sh_offset) in ref_reloc()
|
| /linux/tools/perf/util/bpf_skel/ |
| H A D | augmented_raw_syscalls.bpf.c | 14 #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 D | event.c | 37 PERF_ALIGN(strlen(kmap->name) + 1, sizeof(u64)) + in perf_event__synthesize_extra_kmaps_cb()
|
| /linux/tools/perf/ |
| H A D | builtin-record.c | 673 event->header.size = PERF_ALIGN(compressed, sizeof(u64)); in record__pushfn()
|