Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dheader.h150 #define NAME_ALIGN 64 macro
H A Dheader.c159 static const char zero_buf[NAME_ALIGN]; in write_padded()
169 (PERF_ALIGN((strlen(str) + 1), NAME_ALIGN) + sizeof(u32))
178 len = PERF_ALIGN(olen, NAME_ALIGN); in do_write_string()
H A Dbuild-id.c309 len = PERF_ALIGN(len, NAME_ALIGN); in write_buildid()
H A Dsynthetic-events.c1967 len = PERF_ALIGN(len, NAME_ALIGN); in perf_event__synthesize_build_id()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dheader.h173 #define NAME_ALIGN 64 macro
H 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()
H A Dbuild-id.c313 len = PERF_ALIGN(len, NAME_ALIGN); in write_buildid()
H A Dsynthetic-events.c2224 len = PERF_ALIGN(len, NAME_ALIGN); in perf_event__synthesize_build_id()

Completed in 24 milliseconds