Lines Matching refs:perfdata
19 perfdata=$(mktemp /tmp/__perf_test.perf.data.XXXXX)
36 rm -rf "${perfdata}"
37 rm -rf "${perfdata}".old
55 if ! perf record --per-thread -o "${perfdata}" ${testprog} 2> /dev/null
61 if ! perf report -i "${perfdata}" -q | grep -q "${testsym}"
72 rm -f "${perfdata}"
75 perf record -p "${TESTPID}" --per-thread -o "${perfdata}" sleep 1 2> /dev/null
78 if [ ! -e "${perfdata}" ]
84 if ! perf report -i "${perfdata}" -q | grep -q "${testsym}"
120 if ! perf record -aB --synth=no -o "${perfdata}" ${testprog} 2> /dev/null
125 if ! perf report -i "${perfdata}" -q | grep -q "${testsym}"
132 -o "${perfdata}" ${testprog} 2> /dev/null
138 if ! perf report -i "${perfdata}" -q | grep -q "${testsym}"
149 if ! perf record -o "${perfdata}" ${testprog} 2> /dev/null
155 if ! perf report -i "${perfdata}" -q | grep -q "${testsym}"
162 -o "${perfdata}" ${testprog} 2> /dev/null
168 if ! perf report -i "${perfdata}" -q | grep -q "${testsym}"
188 …if ! perf record -o "${perfdata}" -e "{branches:p,instructions}" -j any,counter ${testprog} 2> /de…
194 if ! perf report -i "${perfdata}" -D -q | grep -q "$br_cntr_output"
200 if ! perf script -i "${perfdata}" -F +brstackinsn,+brcntr | grep -q "$br_cntr_script_output"
211 if ! perf record -aB --synth=cgroup --all-cgroups -o "${perfdata}" ${testprog} 2> /dev/null
216 if ! perf report -i "${perfdata}" -D | grep -q "CGROUP"
222 if ! perf script -i "${perfdata}" -F cgroup | grep -q -v "unknown"