Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/performance/
H A DtopN_callgrind.py58 check_valgrind_presence = subprocess.run(["which", "valgrind"], variable
60 if check_valgrind_presence.returncode: