Home
last modified time | relevance | path

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

/developtools/hiperf/script/test/
Dtest_utils.py21 from hiperf_utils import get_hiperf_binary_path
52 result = get_hiperf_binary_path('arm', 'hiperf')
/developtools/hiperf/script/
Dcommand_script.py25 from hiperf_utils import get_hiperf_binary_path
Drecord_control.py25 from hiperf_utils import get_hiperf_binary_path
Dhiperf_utils.py94 def get_hiperf_binary_path(arch, binary_name): function