grc_table         292 tools/perf/util/stat-shadow.c 	static const double grc_table[GRC_MAX_NR][3] = {
grc_table         299 tools/perf/util/stat-shadow.c 	if (ratio > grc_table[type][0])
grc_table         301 tools/perf/util/stat-shadow.c 	else if (ratio > grc_table[type][1])
grc_table         303 tools/perf/util/stat-shadow.c 	else if (ratio > grc_table[type][2])