Searched refs:PERF_ALIGN (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/tools/perf/arch/x86/util/ |
D | event.c | 40 PERF_ALIGN(strlen(kmap->name) + 1, sizeof(u64)) + in perf_event__synthesize_extra_kmaps()
|
/Linux-v4.19/tools/include/linux/ |
D | kernel.h | 18 #define PERF_ALIGN(x, a) __PERF_ALIGN_MASK(x, (typeof(x))(a)-1) macro
|
/Linux-v4.19/tools/perf/util/ |
D | event.c | 210 size = PERF_ALIGN(size, sizeof(u64)); in perf_event__prepare_comm() 439 size = PERF_ALIGN(size, sizeof(u64)); in perf_event__synthesize_mmap_events() 493 size = PERF_ALIGN(pos->dso->long_name_len + 1, sizeof(u64)); in perf_event__synthesize_modules() 945 size = PERF_ALIGN(size, sizeof(u64)); in __perf_event__synthesize_kernel_mmap() 1084 *size = PERF_ALIGN(*size, sizeof(u64)); in cpu_map_data__alloc()
|
D | header.c | 169 (PERF_ALIGN((strlen(str) + 1), NAME_ALIGN) + sizeof(u32)) 178 len = PERF_ALIGN(olen, NAME_ALIGN); in do_write_string() 1878 u8 build_id[PERF_ALIGN(BUILD_ID_SIZE, sizeof(u64))]; in perf_header__read_build_ids_abi_quirk() 3362 size = PERF_ALIGN(size, sizeof(u64)); in perf_event__synthesize_attr() 3401 sz = PERF_ALIGN(sz, page_size); in perf_event__synthesize_features() 3499 size = PERF_ALIGN(size, sizeof(u64)); in event_update_event__new() 3839 aligned_size = PERF_ALIGN(size, sizeof(u64)); in perf_event__synthesize_tracing_data() 3874 padding = PERF_ALIGN(size_read, sizeof(u64)) - size_read; in perf_event__process_tracing_data() 3914 len = PERF_ALIGN(len, NAME_ALIGN); in perf_event__synthesize_build_id()
|
D | jitdump.c | 427 size = PERF_ALIGN(size, sizeof(u64)); in jit_repipe_code_load() 543 size = PERF_ALIGN(size, sizeof(u64)); in jit_repipe_code_move()
|
D | event.h | 229 u8 build_id[PERF_ALIGN(BUILD_ID_SIZE, sizeof(u64))];
|
D | session.c | 454 data += PERF_ALIGN(strlen(data) + 1, sizeof(u64)); in perf_event__comm_swap() 471 data += PERF_ALIGN(strlen(data) + 1, sizeof(u64)); in perf_event__mmap_swap() 491 data += PERF_ALIGN(strlen(data) + 1, sizeof(u64)); in perf_event__mmap2_swap()
|
D | build-id.c | 298 len = PERF_ALIGN(len, NAME_ALIGN); in write_buildid()
|
D | evlist.c | 948 pages = PERF_ALIGN(val, page_size) / page_size; in parse_pages_arg()
|
D | auxtrace.c | 877 auxtrace_error->header.size = PERF_ALIGN(size, sizeof(u64)); in auxtrace_synth_error()
|
D | symbol.c | 2119 symbol_conf.priv_size = PERF_ALIGN(symbol_conf.priv_size, sizeof(u64)); in symbol__init()
|