BENCHMARK_EVENT_STRLEN
static char bm_str[BENCHMARK_EVENT_STRLEN] = "START";
scnprintf(bm_str, BENCHMARK_EVENT_STRLEN,
scnprintf(bm_str, BENCHMARK_EVENT_STRLEN,
scnprintf(bm_str, BENCHMARK_EVENT_STRLEN,
__array( char, str, BENCHMARK_EVENT_STRLEN )
memcpy(__entry->str, str, BENCHMARK_EVENT_STRLEN);