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

/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Dparse-filter.c41 #define MAX_ERR_STR_SIZE 256 macro
59 error = malloc_or_die(MAX_ERR_STR_SIZE + (len*2) + 3);
72 vsnprintf(error + len, MAX_ERR_STR_SIZE, fmt, ap);

Completed in 529 milliseconds