Searched refs:NAME_ALIGN (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/perf/util/
H A Dheader.h173 #define NAME_ALIGN 64 macro
H A Dbuild-id.c313 len = PERF_ALIGN(len, NAME_ALIGN);
H A Dheader.c169 static const char zero_buf[NAME_ALIGN];
179 (PERF_ALIGN((strlen(str) + 1), NAME_ALIGN) + sizeof(u32))
188 len = PERF_ALIGN(olen, NAME_ALIGN);
H A Dsynthetic-events.c2240 len = PERF_ALIGN(len, NAME_ALIGN);

Completed in 224 milliseconds