Home
last modified time | relevance | path

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

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