TEST_ASSERT_EQUAL   46 tools/perf/tests/thread-mg-share.c 	TEST_ASSERT_EQUAL("wrong refcnt", refcount_read(&mg->refcnt), 4);
TEST_ASSERT_EQUAL   74 tools/perf/tests/thread-mg-share.c 	TEST_ASSERT_EQUAL("wrong refcnt", refcount_read(&other_mg->refcnt), 2);
TEST_ASSERT_EQUAL   80 tools/perf/tests/thread-mg-share.c 	TEST_ASSERT_EQUAL("wrong refcnt", refcount_read(&mg->refcnt), 3);
TEST_ASSERT_EQUAL   83 tools/perf/tests/thread-mg-share.c 	TEST_ASSERT_EQUAL("wrong refcnt", refcount_read(&mg->refcnt), 2);
TEST_ASSERT_EQUAL   86 tools/perf/tests/thread-mg-share.c 	TEST_ASSERT_EQUAL("wrong refcnt", refcount_read(&mg->refcnt), 1);
TEST_ASSERT_EQUAL   92 tools/perf/tests/thread-mg-share.c 	TEST_ASSERT_EQUAL("wrong refcnt", refcount_read(&other_mg->refcnt), 1);