Lines Matching refs:record
50 if ! perf record -o /dev/null --quiet ${testprog} 2> /dev/null
55 if ! perf record --per-thread -o "${perfdata}" ${testprog} 2> /dev/null
75 perf record -p "${TESTPID}" --per-thread -o "${perfdata}" sleep 1 2> /dev/null
101 …if ! perf record --intr-regs=\? 2>&1 | grep -q 'available registers: AX BX CX DX SI DI BP SP IP FL…
106 if ! perf record -o - --intr-regs=di,r8,dx,cx -e br_inst_retired.near_call \
120 if ! perf record -aB --synth=no -o "${perfdata}" ${testprog} 2> /dev/null
131 if ! perf record -aB --synth=no -e cpu-clock,cs --threads=cpu \
149 if ! perf record -o "${perfdata}" ${testprog} 2> /dev/null
161 if ! perf record -e cpu-clock,cs --threads=package \
188 …if ! perf record -o "${perfdata}" -e "{branches:p,instructions}" -j any,counter ${testprog} 2> /de…
211 if ! perf record -aB --synth=cgroup --all-cgroups -o "${perfdata}" ${testprog} 2> /dev/null