Searched refs:KERNEL_ALIGN (Results 1 – 6 of 6) sorted by relevance
/external/linux-tools-perf/util/ |
D | header.c | 154 len = KERNEL_ALIGN(len, NAME_ALIGN); in __dsos__write_buildid_table() 736 u8 build_id[KERNEL_ALIGN(BUILD_ID_SIZE, sizeof(u64))]; in perf_header__read_build_ids_abi_quirk() 987 size = KERNEL_ALIGN(size, sizeof(u64)); in perf_event__synthesize_attr() 1089 size = KERNEL_ALIGN(size, sizeof(u64)); in perf_event__synthesize_event_type() 1149 aligned_size = KERNEL_ALIGN(size, sizeof(u64)); in perf_event__synthesize_tracing_data() 1181 padding = KERNEL_ALIGN(size_read, sizeof(u64)) - size_read; in perf_event__process_tracing_data() 1218 len = KERNEL_ALIGN(len, NAME_ALIGN); in perf_event__synthesize_build_id()
|
D | event.c | 104 size = KERNEL_ALIGN(size, sizeof(u64)); in perf_event__synthesize_comm() 203 size = KERNEL_ALIGN(size, sizeof(u64)); in perf_event__synthesize_mmap_events() 259 size = KERNEL_ALIGN(pos->dso->long_name_len + 1, sizeof(u64)); in perf_event__synthesize_modules() 440 size = KERNEL_ALIGN(size, sizeof(u64)); in perf_event__synthesize_kernel_mmap()
|
D | event.h | 92 u8 build_id[KERNEL_ALIGN(BUILD_ID_SIZE, sizeof(u64))];
|
D | symbol.c | 2476 symbol_conf.priv_size = KERNEL_ALIGN(symbol_conf.priv_size, sizeof(u64)); in symbol__init()
|
/external/linux-tools-perf/ |
D | android.patch | 490 + size = KERNEL_ALIGN(size, sizeof(u64)); 504 + size = KERNEL_ALIGN(size, sizeof(u64)); 518 + size = KERNEL_ALIGN(pos->dso->long_name_len + 1, sizeof(u64)); 532 + size = KERNEL_ALIGN(size, sizeof(u64)); 549 + u8 build_id[KERNEL_ALIGN(BUILD_ID_SIZE, sizeof(u64))]; 691 + len = KERNEL_ALIGN(len, NAME_ALIGN); 705 + u8 build_id[KERNEL_ALIGN(BUILD_ID_SIZE, sizeof(u64))]; 719 + size = KERNEL_ALIGN(size, sizeof(u64)); 733 + size = KERNEL_ALIGN(size, sizeof(u64)); 747 + aligned_size = KERNEL_ALIGN(size, sizeof(u64)); [all …]
|
/external/linux-tools-perf/util/include/linux/ |
D | kernel.h | 14 #define KERNEL_ALIGN(x,a) __ALIGN_MASK(x,(typeof(x))(a)-1) macro
|