Searched refs:pfn (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/ |
H A D | memory_dumper.cpp | 80 GetMemByPidFunc pfn = reinterpret_cast<GetMemByPidFunc>(dlsym(handle, "GetMemoryInfoByPid")); in GetMemByPid() local 81 if (pfn == nullptr) { in GetMemByPid() 86 if (!pfn(pid_, dumpDatas_)) { in GetMemByPid() 120 …GetMemSmapsByPidFunc pfn = reinterpret_cast<GetMemSmapsByPidFunc>(dlsym(handle, "ShowMemorySmapsBy… in GetMemSmapsByPid() local 121 if (pfn == nullptr) { in GetMemSmapsByPid() 126 if (!pfn(pid_, dumpDatas_, isShowSmapsInfo_)) { in GetMemSmapsByPid()
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
H A D | memory_info.cpp | 520 HiaiFunc pfn = reinterpret_cast<HiaiFunc>(dlsym(handle, HIAI_MEM_INFO_FN)); in GetHiaiServerIon() local 521 if (pfn == nullptr) { in GetHiaiServerIon() 529 pfn(memInfos, HIAI_MAX_QUERIED_USER_MEMINFO_LIMIT, &realSize); in GetHiaiServerIon()
|
/ohos5.0/base/hiviewdfx/hitrace/tools/hitrace_converter/ |
H A D | parse_functions.py | 603 pfn = parse_int_field(one_event, "pfn", False) 610 % (s_dev >> 20, s_dev & 0xfffff, i_ino, pg, pfn, index << 12)
|