Searched refs:PERF_ALIGN (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/tools/perf/util/ |
| H A D | synthetic-events.c | 181 size = PERF_ALIGN(size, sizeof(u64)); in perf_event__prepare_comm() 519 aligned_size = PERF_ALIGN(size, sizeof(u64)); in perf_event__synthesize_mmap_events() 688 size = PERF_ALIGN(dso__long_name_len(dso) + 1, sizeof(u64)); in perf_event__synthesize_modules_maps_cb() 1159 size = PERF_ALIGN(size, sizeof(u64)); in __perf_event__synthesize_kernel_mmap() 1172 size = PERF_ALIGN(size, sizeof(u64)); in __perf_event__synthesize_kernel_mmap() 1982 size = PERF_ALIGN(size, sizeof(u64)); in event_update_event__new() 2160 size = PERF_ALIGN(size, sizeof(u64)); in perf_event__synthesize_attr() 2213 aligned_size = PERF_ALIGN(size, sizeof(u64)); in perf_event__synthesize_tracing_data() 2247 len = PERF_ALIGN(len, sizeof(u64)); in perf_event__synthesize_build_id() 2297 ev_len = PERF_ALIGN(ev_len, sizeof(u64)); in perf_event__synthesize_mmap2_build_id() [all …]
|
| H A D | bpf-event.c | 260 ksymbol_event->header.size += PERF_ALIGN(name_len + 1, in perf_event__synthesize_one_bpf_prog() 341 ksymbol->header.size += PERF_ALIGN(len + 1, sizeof(u64)); in process_bpf_image()
|
| H A D | jitdump.c | 466 size = PERF_ALIGN(size, sizeof(u64)); in jit_repipe_code_load() 584 size = PERF_ALIGN(size, sizeof(u64)); in jit_repipe_code_move()
|
| H A D | session.c | 287 data += PERF_ALIGN(strlen(data) + 1, sizeof(u64)); in perf_event__comm_swap() 304 data += PERF_ALIGN(strlen(data) + 1, sizeof(u64)); in perf_event__mmap_swap() 328 data += PERF_ALIGN(strlen(data) + 1, sizeof(u64)); in perf_event__mmap2_swap() 403 data += PERF_ALIGN(len, sizeof(u64)); in perf_event__text_poke_swap() 446 data += PERF_ALIGN(strlen(data) + 1, sizeof(u64)); in perf_event__cgroup_swap()
|
| H A D | build-id.c | 281 len = PERF_ALIGN(len, sizeof(u64)); in write_buildid()
|
| H A D | header.c | 180 (PERF_ALIGN((strlen(str) + 1), NAME_ALIGN) + sizeof(u32)) 189 len = PERF_ALIGN(olen, NAME_ALIGN); in do_write_string() 2311 u8 build_id[PERF_ALIGN(BUILD_ID_SIZE, sizeof(u64))]; in perf_header__read_build_ids_abi_quirk() 4533 padding = PERF_ALIGN(size_read, sizeof(u64)) - size_read; in perf_event__process_tracing_data()
|
| H A D | evlist.c | 879 pages = PERF_ALIGN(val, page_size) / page_size; in parse_pages_arg()
|
| H A D | symbol.c | 2514 symbol_conf.priv_size = PERF_ALIGN(symbol_conf.priv_size, sizeof(u64)); in symbol__init()
|
| H A D | auxtrace.c | 1291 auxtrace_error->header.size = PERF_ALIGN(size, sizeof(u64)); in auxtrace_synth_guest_error()
|
| H A D | symbol-elf.c | 1440 if (offs && PERF_ALIGN(offs, shdr.sh_addralign ?: 1) != shdr.sh_offset) in max_text_section()
|
| /linux-6.15/tools/perf/util/bpf_skel/ |
| H A D | augmented_raw_syscalls.bpf.c | 15 #define PERF_ALIGN(x, a) __PERF_ALIGN_MASK(x, (typeof(x))(a)-1) macro 288 augmented_args->arg.size = PERF_ALIGN(oldpath_len + 1, sizeof(u64)); in sys_enter_rename() 319 augmented_args->arg.size = PERF_ALIGN(oldpath_len + 1, sizeof(u64)); in sys_enter_renameat2()
|
| /linux-6.15/tools/include/linux/ |
| H A D | kernel.h | 22 #define PERF_ALIGN(x, a) __PERF_ALIGN_MASK(x, (typeof(x))(a)-1) macro
|
| /linux-6.15/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()
|