Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dsynthetic-events.c180 size = PERF_ALIGN(size, sizeof(u64)); in perf_event__prepare_comm()
488 aligned_size = PERF_ALIGN(size, sizeof(u64)); in perf_event__synthesize_mmap_events()
669 size = PERF_ALIGN(pos->dso->long_name_len + 1, sizeof(u64)); in perf_event__synthesize_modules()
1108 size = PERF_ALIGN(size, sizeof(u64)); in __perf_event__synthesize_kernel_mmap()
1121 size = PERF_ALIGN(size, sizeof(u64)); in __perf_event__synthesize_kernel_mmap()
1261 *size = PERF_ALIGN(*size, sizeof(u64)); in cpu_map_data__alloc()
1812 size = PERF_ALIGN(size, sizeof(u64)); in event_update_event__new()
1996 size = PERF_ALIGN(size, sizeof(u64)); in perf_event__synthesize_attr()
2048 aligned_size = PERF_ALIGN(size, sizeof(u64)); in perf_event__synthesize_tracing_data()
2080 len = PERF_ALIGN(len, NAME_ALIGN); in perf_event__synthesize_build_id()
[all …]
A Dbpf-event.c295 ksymbol_event->header.size += PERF_ALIGN(name_len + 1, in perf_event__synthesize_one_bpf_prog()
373 ksymbol->header.size += PERF_ALIGN(len + 1, sizeof(u64)); in process_bpf_image()
A Djitdump.c471 size = PERF_ALIGN(size, sizeof(u64)); in jit_repipe_code_load()
586 size = PERF_ALIGN(size, sizeof(u64)); in jit_repipe_code_move()
A Dsession.c585 data += PERF_ALIGN(strlen(data) + 1, sizeof(u64)); in perf_event__comm_swap()
602 data += PERF_ALIGN(strlen(data) + 1, sizeof(u64)); in perf_event__mmap_swap()
626 data += PERF_ALIGN(strlen(data) + 1, sizeof(u64)); in perf_event__mmap2_swap()
701 data += PERF_ALIGN(len, sizeof(u64)); in perf_event__text_poke_swap()
744 data += PERF_ALIGN(strlen(data) + 1, sizeof(u64)); in perf_event__cgroup_swap()
A Dbuild-id.c317 len = PERF_ALIGN(len, NAME_ALIGN); in write_buildid()
A Dheader.c173 (PERF_ALIGN((strlen(str) + 1), NAME_ALIGN) + sizeof(u32))
182 len = PERF_ALIGN(olen, NAME_ALIGN); in do_write_string()
2231 u8 build_id[PERF_ALIGN(BUILD_ID_SIZE, sizeof(u64))]; in perf_header__read_build_ids_abi_quirk()
4315 padding = PERF_ALIGN(size_read, sizeof(u64)) - size_read; in perf_event__process_tracing_data()
A Devlist.c862 pages = PERF_ALIGN(val, page_size) / page_size; in parse_pages_arg()
A Dsymbol.c2508 symbol_conf.priv_size = PERF_ALIGN(symbol_conf.priv_size, sizeof(u64)); in symbol__init()
A Dauxtrace.c1190 auxtrace_error->header.size = PERF_ALIGN(size, sizeof(u64)); in auxtrace_synth_error()
/linux/tools/perf/arch/x86/util/
A Devent.c41 PERF_ALIGN(strlen(kmap->name) + 1, sizeof(u64)) + in perf_event__synthesize_extra_kmaps()
/linux/tools/include/linux/
A Dkernel.h18 #define PERF_ALIGN(x, a) __PERF_ALIGN_MASK(x, (typeof(x))(a)-1) macro

Completed in 41 milliseconds