Lines Matching full:record
2 # perf record tests (exclusive)
51 if ! perf record -o /dev/null --quiet ${testprog} 2> /dev/null
53 echo "Per-thread record [Skipped event not supported]"
56 if ! perf record --per-thread -o "${perfdata}" ${testprog} 2> /dev/null
58 echo "Per-thread record [Failed record]"
64 echo "Per-thread record [Failed missing output]"
76 perf record -p "${TESTPID}" --per-thread -o "${perfdata}" sleep 1 2> /dev/null
81 echo "Per-thread record [Failed record -p]"
87 echo "Per-thread record [Failed -p missing output]"
102 …if ! perf record --intr-regs=\? 2>&1 | grep -q 'available registers: AX BX CX DX SI DI BP SP IP FL…
107 if ! perf record -o - --intr-regs=di,r8,dx,cx -e br_inst_retired.near_call \
121 if ! perf record -aB --synth=no -o "${perfdata}" ${testprog} 2> /dev/null
123 echo "System-wide record [Skipped not supported]"
128 echo "System-wide record [Failed missing output]"
132 if ! perf record -aB --synth=no -e cpu-clock,cs --threads=cpu \
135 echo "System-wide record [Failed record --threads option]"
141 echo "System-wide record [Failed --threads missing output]"
150 if ! perf record -o "${perfdata}" ${testprog} 2> /dev/null
152 echo "Workload record [Failed record]"
158 echo "Workload record [Failed missing output]"
162 if ! perf record -e cpu-clock,cs --threads=package \
165 echo "Workload record [Failed record --threads option]"
171 echo "Workload record [Failed --threads missing output]"
189 …if ! perf record -o "${perfdata}" -e "{branches:p,instructions}" -j any,counter ${testprog} 2> /de…
191 echo "Branch counter record test [Failed record]"
212 if ! perf record -aB --synth=cgroup --all-cgroups -o "${perfdata}" ${testprog} 2> /dev/null
234 if ! perf record -o "${perfdata}" -e "{instructions,instructions}:Su" -- \
237 echo "Leader sampling [Failed record]"
245 # Check if the two instruction counts are equal in each record
266 if ! perf record -o "${perfdata}" -e "{instructions,slots,topdown-retiring}:S" true 2> /dev/null
283 if ! perf record -o "${perfdata}" -e "cycles:P" true 2> /dev/null
290 if ! perf record -o "${perfdata}" -e "instructions:P" true 2> /dev/null