Searched refs:recv_binary_cache (Results 1 – 3 of 3) sorted by relevance
110 │ ├── recv_binary_cache.py # 收集符号表的脚本312 由 recv_binary_cache.py 完成,他主要根据 perf.data 里面记录的相关文件和库,以及它们的 buildid 在用户指定的路径中去寻找对应的 ELF 作为符号表文件用于回栈…315 usage: recv_binary_cache.py [-h] [-i PERF_DATA]324 python recv_binary_cache.py -l Z:\OHOS_MASTER\out\ohos-arm-release\lib.unstripped Z:\OHOS_MASTER\o…
99 │ ├── recv_binary_cache.py # Script used to collect the symbol table297 Run **recv_binary_cache.py** to collect symbol tables. The tool searches for the ELF in the specifi…300 Usage: recv_binary_cache.py [-h] [-i PERF_DATA]309 python recv_binary_cache.py -l Z:\OHOS_MASTER\out\ohos-arm-release\lib.unstripped Z:\OHOS_MASTER\o…
39 def recv_binary_cache(self, perf_data, lib_dirs): member in GetLibFiles217 recver.recv_binary_cache(args.perf_data, lib_dirs)