Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dauxtrace.c687 #define MAX_AUX_SAMPLE_SIZE (60 * 1024) macro
711 if (sz > MAX_AUX_SAMPLE_SIZE) { in auxtrace_validate_aux_sample_size()
713 sz, MAX_AUX_SAMPLE_SIZE); in auxtrace_validate_aux_sample_size()