Searched refs:other_maps (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/tests/
H A Dthread-maps-share.c19 struct maps *other_maps; local
73 other_maps = thread__maps(other);
74 TEST_ASSERT_EQUAL("wrong refcnt", refcount_read(maps__refcnt(other_maps)), 2);
76 TEST_ASSERT_VAL("maps don't match", maps__equal(other_maps, thread__maps(other_leader)));
92 TEST_ASSERT_EQUAL("wrong refcnt", refcount_read(maps__refcnt(other_maps)), 1);

Completed in 1788 milliseconds