Searched refs:PERF_ALIGN (Results 1 – 9 of 9) sorted by relevance
/linux/tools/perf/util/ |
H A D | synthetic-events.c | 180 size = PERF_ALIGN(size, sizeof(u64)); in perf_event__prepare_comm() 518 aligned_size = PERF_ALIGN(size, sizeof(u64)); in perf_event__synthesize_mmap_events() 687 size = PERF_ALIGN(dso__long_name_len(dso) + 1, sizeof(u64)); in perf_event__synthesize_modules_maps_cb() 701 size = PERF_ALIGN(dso__long_name_len(dso) + 1, sizeof(u64)); in perf_event__synthesize_modules_maps_cb() 1157 size = PERF_ALIGN(size, sizeof(u64)); in __perf_event__synthesize_kernel_mmap() 1170 size = PERF_ALIGN(size, sizeof(u64)); in __perf_event__synthesize_kernel_mmap() 1305 syn_data->size = header_size + PERF_ALIGN(size_cpus, sizeof(u64)); in cpu_map_data__alloc() 1310 syn_data->size = header_size + PERF_ALIGN(size_mask, sizeof(u64)); in cpu_map_data__alloc() 1980 size = PERF_ALIGN(size, sizeof(u64)); in event_update_event__new() 2158 size = PERF_ALIGN(siz in perf_event__synthesize_attr() [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() 583 size = PERF_ALIGN(size, sizeof(u64)); in jit_repipe_code_move()
|
H A D | build-id.c | 281 len = PERF_ALIGN(len, sizeof(u64)); in write_buildid()
|
H A D | auxtrace.c | 1288 auxtrace_error->header.size = PERF_ALIGN(size, sizeof(u64)); in unleader_evsel()
|
H A D | symbol-elf.c | 1378 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 | 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/tools/include/linux/ |
H A D | kernel.h | 21 #define PERF_ALIGN(x, a) __PERF_ALIGN_MASK(x, (typeof(x))(a)-1) macro
|
/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()
|