info_header_size 2405 tools/perf/util/cs-etm.c 	int info_header_size;
info_header_size 2418 tools/perf/util/cs-etm.c 	info_header_size = 8;
info_header_size 2420 tools/perf/util/cs-etm.c 	if (total_size < (event_header_size + info_header_size))
info_header_size 2423 tools/perf/util/cs-etm.c 	priv_size = total_size - event_header_size - info_header_size;