HomeSort by relevance Sort by last modified time
    Searched refs:PERF_ALIGN (Results 1 - 6 of 6) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/linux/
kernel.h 11 #define PERF_ALIGN(x, a) __PERF_ALIGN_MASK(x, (typeof(x))(a)-1)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
event.c 117 size = PERF_ALIGN(size, sizeof(u64));
150 size = PERF_ALIGN(size, sizeof(u64));
227 size = PERF_ALIGN(size, sizeof(u64));
280 size = PERF_ALIGN(pos->dso->long_name_len + 1, sizeof(u64));
493 size = PERF_ALIGN(size, sizeof(u64));
event.h 135 u8 build_id[PERF_ALIGN(BUILD_ID_SIZE, sizeof(u64))];
header.c 101 len = PERF_ALIGN(olen, NAME_ALIGN);
187 len = PERF_ALIGN(len, NAME_ALIGN);
1569 u8 build_id[PERF_ALIGN(BUILD_ID_SIZE, sizeof(u64))];
    [all...]
session.c 334 data += PERF_ALIGN(strlen(data) + 1, sizeof(u64));
351 data += PERF_ALIGN(strlen(data) + 1, sizeof(u64));
371 data += PERF_ALIGN(strlen(data) + 1, sizeof(u64));
    [all...]
symbol.c     [all...]

Completed in 390 milliseconds