Home
last modified time | relevance | path

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

/linux-4.4.14/tools/include/linux/
Dkernel.h11 #define PERF_ALIGN(x, a) __PERF_ALIGN_MASK(x, (typeof(x))(a)-1) macro
/linux-4.4.14/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()
1282 u8 build_id[PERF_ALIGN(BUILD_ID_SIZE, sizeof(u64))]; in perf_header__read_build_ids_abi_quirk()
2664 size = PERF_ALIGN(size, sizeof(u64)); in perf_event__synthesize_attr()
2776 aligned_size = PERF_ALIGN(size, sizeof(u64)); in perf_event__synthesize_tracing_data()
2809 padding = PERF_ALIGN(size_read, sizeof(u64)) - size_read; in perf_event__process_tracing_data()
2849 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.c375 data += PERF_ALIGN(strlen(data) + 1, sizeof(u64)); in perf_event__comm_swap()
392 data += PERF_ALIGN(strlen(data) + 1, sizeof(u64)); in perf_event__mmap_swap()
412 data += PERF_ALIGN(strlen(data) + 1, sizeof(u64)); in perf_event__mmap2_swap()
Dauxtrace.c842 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.c1981 symbol_conf.priv_size = PERF_ALIGN(symbol_conf.priv_size, sizeof(u64)); in symbol__init()