Lines Matching refs:perf
11 perfdata=$(mktemp /tmp/__perf_test.perf.data.XXXXX)
30 if ! perf record -o /dev/null --quiet ${testprog} 2> /dev/null
35 if ! perf record --per-thread -o "${perfdata}" ${testprog} 2> /dev/null
41 if ! perf report -i "${perfdata}" -q | grep -q "${testsym}"
55 perf record -p "${TESTPID}" --per-thread -o "${perfdata}" sleep 1 2> /dev/null
64 if ! perf report -i "${perfdata}" -q | grep -q "${testsym}"
76 if ! perf list | grep -q 'br_inst_retired.near_call'
81 …if ! perf record --intr-regs=\? 2>&1 | grep -q 'available registers: AX BX CX DX SI DI BP SP IP FL…
86 if ! perf record -o - --intr-regs=di,r8,dx,cx -e br_inst_retired.near_call \
88 | perf script -F ip,sym,iregs -i - 2> /dev/null \
100 if ! perf record -aB --synth=no -o "${perfdata}" ${testprog} 2> /dev/null
105 if ! perf report -i "${perfdata}" -q | grep -q "${testsym}"
111 if ! perf record -aB --synth=no -e cpu-clock,cs --threads=cpu \
118 if ! perf report -i "${perfdata}" -q | grep -q "${testsym}"
129 if ! perf record -o "${perfdata}" ${testprog} 2> /dev/null
135 if ! perf report -i "${perfdata}" -q | grep -q "${testsym}"
141 if ! perf record -e cpu-clock,cs --threads=package \
148 if ! perf report -i "${perfdata}" -q | grep -q "${testsym}"