Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_profile_collector.cc163 using ProfileRecordArray = Array<ProfileRecord>; typedef
168 populateRecords(ProfileRecordArray &PRs, ProfileRecord::PathAllocator &PA, in populateRecords()
199 const ProfileRecordArray &ProfileRecords) in serializeRecords()
266 using ProfileRecordAllocator = typename ProfileRecordArray::AllocatorType; in serialize()
271 ProfileRecordArray ProfileRecords(PRAlloc); in serialize()