Home
last modified time | relevance | path

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

/tools/include/linux/
Dkernel.h11 #define PERF_ALIGN(x, a) __PERF_ALIGN_MASK(x, (typeof(x))(a)-1) macro
/tools/perf/util/
Devent.c161 size = PERF_ALIGN(size, sizeof(u64)); in perf_event__prepare_comm()
330 size = PERF_ALIGN(size, sizeof(u64)); in perf_event__synthesize_mmap_events()
385 size = PERF_ALIGN(pos->dso->long_name_len + 1, sizeof(u64)); in perf_event__synthesize_modules()
687 size = PERF_ALIGN(size, sizeof(u64)); in perf_event__synthesize_kernel_mmap()
Dheader.c89 (PERF_ALIGN((strlen(str) + 1), NAME_ALIGN) + sizeof(u32))
97 len = PERF_ALIGN(olen, NAME_ALIGN); in do_write_string()
1290 u8 build_id[PERF_ALIGN(BUILD_ID_SIZE, sizeof(u64))]; in perf_header__read_build_ids_abi_quirk()
2679 size = PERF_ALIGN(size, sizeof(u64)); in perf_event__synthesize_attr()
2791 aligned_size = PERF_ALIGN(size, sizeof(u64)); in perf_event__synthesize_tracing_data()
2824 padding = PERF_ALIGN(size_read, sizeof(u64)) - size_read; in perf_event__process_tracing_data()
2864 len = PERF_ALIGN(len, NAME_ALIGN); in perf_event__synthesize_build_id()
Devent.h214 u8 build_id[PERF_ALIGN(BUILD_ID_SIZE, sizeof(u64))];
Dbuild-id.c183 len = PERF_ALIGN(len, NAME_ALIGN); in write_buildid()
Dsession.c385 data += PERF_ALIGN(strlen(data) + 1, sizeof(u64)); in perf_event__comm_swap()
402 data += PERF_ALIGN(strlen(data) + 1, sizeof(u64)); in perf_event__mmap_swap()
423 data += PERF_ALIGN(strlen(data) + 1, sizeof(u64)); in perf_event__mmap2_swap()
Dauxtrace.c841 auxtrace_error->header.size = PERF_ALIGN(size, sizeof(u64)); in auxtrace_synth_error()
Devlist.c1062 pages = PERF_ALIGN(val, page_size) / page_size; in parse_pages_arg()
Dsymbol.c1986 symbol_conf.priv_size = PERF_ALIGN(symbol_conf.priv_size, sizeof(u64)); in symbol__init()