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() 1999 size = PERF_ALIGN(size, sizeof(u64)); in event_update_event__new() 2177 size = PERF_ALIGN(size, sizeof(u64)); in perf_event__synthesize_attr() [all …]
|
| H A D | bpf-event.c | 626 ksymbol_event->header.size += PERF_ALIGN(name_len + 1, in perf_event__synthesize_one_bpf_prog() 723 ksymbol->header.size += PERF_ALIGN(len + 1, sizeof(u64)); in process_bpf_image()
|
| 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 | 293 data += PERF_ALIGN(strlen(data) + 1, sizeof(u64)); in perf_event__comm_swap() 310 data += PERF_ALIGN(strlen(data) + 1, sizeof(u64)); in perf_event__mmap_swap() 334 data += PERF_ALIGN(strlen(data) + 1, sizeof(u64)); in perf_event__mmap2_swap() 409 data += PERF_ALIGN(len, sizeof(u64)); in perf_event__text_poke_swap() 452 data += PERF_ALIGN(strlen(data) + 1, sizeof(u64)); in perf_event__cgroup_swap()
|
| H A D | build-id.c | 296 len = PERF_ALIGN(len, sizeof(u64)); in write_buildid()
|
| H A D | header.c | 181 (PERF_ALIGN((strlen(str) + 1), NAME_ALIGN) + sizeof(u32)) 190 len = PERF_ALIGN(olen, NAME_ALIGN); in do_write_string() 2531 u8 build_id[PERF_ALIGN(BUILD_ID_SIZE, sizeof(u64))]; in perf_header__read_build_ids_abi_quirk() 4871 padding = PERF_ALIGN(size_read, sizeof(u64)) - size_read; in perf_event__process_tracing_data()
|
| H A D | symbol.c | 2399 symbol_conf.priv_size = PERF_ALIGN(symbol_conf.priv_size, sizeof(u64)); in symbol__init()
|
| H A D | evlist.c | 941 pages = PERF_ALIGN(val, page_size) / page_size; in parse_pages_arg()
|
| H A D | auxtrace.c | 1305 auxtrace_error->header.size = PERF_ALIGN(size, sizeof(u64)); in auxtrace_synth_guest_error()
|
| H A D | symbol-elf.c | 1303 if (offs && PERF_ALIGN(offs, shdr.sh_addralign ?: 1) != shdr.sh_offset) in max_text_section()
|
| /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 | 672 event->header.size = PERF_ALIGN(compressed, sizeof(u64)); in record__pushfn()
|