Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/performance/
H A DtopN_callgrind.py74 callgrind_annotate = subprocess.run(["callgrind_annotate", variable
78 if callgrind_annotate.returncode:
82 sys.exit(callgrind_annotate.stderr.decode("utf-8"))
H A Ddissect.py102 callgrind_annotate = subprocess.run(
106 if callgrind_annotate.returncode:
107 sys.exit(callgrind_annotate.stderr.decode("utf-8"))
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/
H A Dvalgrind_3.23.0.bb223 …sed -i s:\.\./\.\./callgrind/callgrind_annotate:${bindir}/callgrind_annotate: ${D}${PTEST_PATH}/ca…
224 …sed -i s:\.\./\.\./callgrind/callgrind_annotate:${bindir}/callgrind_annotate: ${D}${PTEST_PATH}/ca…