Lines Matching refs:perfdata
13 perfdata=$(mktemp /tmp/__perf_test_sched.perf.data.XXXXX)
18 rm -f "${perfdata}"
19 rm -f "${perfdata}".old
64 perf sched record --no-inherit -o "${perfdata}" sleep 1
72 if ! perf sched latency -i "${perfdata}" | grep -q perf-noploop
82 if ! perf sched latency -H -i "${perfdata}" | grep -q "Latency Distribution Histogram"
88 if ! perf sched latency --histogram --hist-mode linear -i "${perfdata}" | grep -q "Latency Distribution Histogram"
98 if ! perf sched latency --time 0, -i "${perfdata}" | grep -q perf-noploop
108 if ! perf sched script -i "${perfdata}" | grep -q perf-noploop
118 if ! perf sched map -i "${perfdata}" | grep -q perf-noploop
128 if ! perf sched timehist -i "${perfdata}" | grep -q perf-noploop