Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/src/
Dhiebpf_data_file.cpp122 std::size_t remapPos = curPos & ~(pageSize_ - 1); in RemapFile() local
123 std::size_t remapOff = curPos - remapPos; in RemapFile()
130 CHECK_TRUE(ExtendFile(remapPos, extendLength) == 0, -1, in RemapFile()
131 "failed to extend file from %u with %u bytes", remapPos, length_); in RemapFile()
136 fd_, remapPos); in RemapFile()
137 …ECK_TRUE(mapAddr_ != MAP_FAILED, -1, "failed to remap data file from %u to %u", mapPos_, remapPos); in RemapFile()
138 HHLOGI(true, "done remapping data file from %u, to %u", mapPos_, remapPos); in RemapFile()
139 mapPos_ = remapPos; in RemapFile()