Home
last modified time | relevance | path

Searched refs:NAME_ALIGN (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/
A Dheader.h188 #define NAME_ALIGN 64 macro
A Dheader.c169 static const char zero_buf[NAME_ALIGN]; in write_padded()
179 (PERF_ALIGN((strlen(str) + 1), NAME_ALIGN) + sizeof(u32))
188 len = PERF_ALIGN(olen, NAME_ALIGN); in do_write_string()

Completed in 13 milliseconds