count_pair        192 tools/perf/tests/hists_link.c 	size_t count_pair = 0;
count_pair        222 tools/perf/tests/hists_link.c 			count_pair++;
count_pair        241 tools/perf/tests/hists_link.c 		if (count != count_pair + ARRAY_SIZE(fake_samples[0])) {
count_pair        243 tools/perf/tests/hists_link.c 				 count, count_pair + ARRAY_SIZE(fake_samples[0]));
count_pair        247 tools/perf/tests/hists_link.c 		if (count != count_pair) {
count_pair        249 tools/perf/tests/hists_link.c 				 count, count_pair);