Home
last modified time | relevance | path

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

/developtools/hiperf/script/
Dmain.py25 from recv_binary_cache import GetLibFiles
159 recver.recv_binary_cache(args.perf_data, library_dirs,
Drecv_binary_cache.py39 def recv_binary_cache(self, perf_data, lib_dirs, copy): member in GetLibFiles
219 recver.recv_binary_cache(args.perf_data, lib_dirs,
/developtools/hiperf/
DREADME_zh.md110 │   ├── recv_binary_cache.py # 收集符号表的脚本
312recv_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…
DREADME.md99 │   ├── recv_binary_cache.py # Script used to collect the symbol table
297 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…
/developtools/hiperf/script/testModule/
Dtest_02_recv_binary_cache.py39 def recv_binary_cache(self, perf_data, lib_dirs, copy): member in GetLibFiles
226 recver.recv_binary_cache(args.perf_data, lib_dirs,
Dmain.py159 recver.recv_binary_cache(args.perf_data, library_dirs,