Searched refs:pfn (Results 1 - 3 of 3) sorted by relevance
/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, "ShowMemorySmapsByPid")); in GetMemSmapsByPid() local 121 if (pfn == nullptr) { in GetMemSmapsByPid() 126 if (!pfn(pid_, dumpDatas_, isShowSmapsInfo_)) { in GetMemSmapsByPid()
|
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
H A D | memory_info.cpp | 513 HiaiFunc pfn = reinterpret_cast<HiaiFunc>(dlsym(handle, HIAI_MEM_INFO_FN)); in GetHiaiServerIon() local 514 if (pfn == nullptr) { in GetHiaiServerIon() 522 pfn(memInfos, HIAI_MAX_QUERIED_USER_MEMINFO_LIMIT, &realSize); in GetHiaiServerIon()
|
/base/hiviewdfx/hitrace/tools/hitrace_converter/ |
H A D | parse_functions.py | 632 pfn = parse_int_field(one_event, "pfn", False)
638 return "dev %d:%d ino 0x%x page=0x%x pfn=%d ofs=%d" \
639 % (s_dev >> 20, s_dev & 0xfffff, i_ino, pg, pfn, index << 12)
778 PRINT_FMT_MM_FILEMAP_ADD_OR_DELETE_PAGE_CACHE = '"dev %d:%d ino %lx page=%px pfn=%lu ofs=%lu", ((unsigned int)((REC->s_dev) >> 20)), ((unsigned int)((REC->s_dev) & ((1U << 20) - 1))), REC->i_ino, REC->pg, REC->pfn, REC->index << 12'
|
Completed in 5 milliseconds