Lines Matching refs:perfdata
15 perfdata=$(mktemp /tmp/__perf_test.perf.data.XXXXX)
18 rm -rf "${perfdata}"
19 rm -rf "${perfdata}".old
20 rm -rf "${perfdata}".txt
36 if ! perf record -e cycles --call-graph lbr -o "${perfdata}" perf test -w thloop
46 if ! perf report --stitch-lbr -i "${perfdata}" > "${perfdata}".txt
48 cat "${perfdata}".txt
68 if ! perf record -e cycles $branch_flags -o "${perfdata}" perf test -w thloop
71 perf record -e cycles $branch_flags -o "${perfdata}" perf test -w thloop || true
79 out=$(perf report -D -i "${perfdata}" 2> /dev/null | grep -A1 'PERF_RECORD_SAMPLE')
110 perfdata=$(mktemp /tmp/__perf_test.perf.data.XXXXX)