Searched defs:grc_table (Results 1 - 1 of 1) sorted by last modified time

/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-stat.c668 static const double grc_table[GRC_MAX_NR][3] = { local
675 if (ratio > grc_table[type][0])
677 else if (ratio > grc_table[type][1])
679 else if (ratio > grc_table[type][2])

Completed in 69 milliseconds