Lines Matching refs:perf

8 perfdata=$(mktemp /tmp/__perf_test.perf.data.XXXXX)
30 if ! perf list tracepoint | grep -q lock:contention_begin; then
47 perf lock record -o ${perfdata} -- perf bench sched messaging -p > /dev/null 2>&1
49 perf lock contention -i ${perfdata} -E 1 -q 2> ${result}
61 if ! perf lock con -b true > /dev/null 2>&1 ; then
67 perf lock con -a -b -E 1 -q -- perf bench sched messaging -p > /dev/null 2> ${result}
78 perf lock record -o- -- perf bench sched messaging -p 2> /dev/null | \
79 perf lock contention -i- -E 1 -q 2> ${result}
90 perf lock contention -i ${perfdata} -t -E 1 -q 2> ${result}
97 if ! perf lock con -b true > /dev/null 2>&1 ; then
102 perf lock con -a -b -t -E 1 -q -- perf bench sched messaging -p > /dev/null 2> ${result}
113 perf lock contention -i ${perfdata} -l -E 1 -q 2> ${result}
120 if ! perf lock con -b true > /dev/null 2>&1 ; then
125 perf lock con -a -b -l -E 1 -q -- perf bench sched messaging -p > /dev/null 2> ${result}
137 if ! perf lock con -b true > /dev/null 2>&1 ; then
143 perf lock con -a -b -g -E 1 -q -- perf bench sched messaging -p > /dev/null 2> ${result}
154 perf lock contention -i ${perfdata} -Y spinlock -q 2> ${result}
161 if ! perf lock con -b true > /dev/null 2>&1 ; then
165 perf lock con -a -b -Y spinlock -q -- perf bench sched messaging -p > /dev/null 2> ${result}
176 perf lock contention -i ${perfdata} -l -q 2> ${result}
182 perf lock contention -i ${perfdata} -L tasklist_lock -q 2> ${result}
193 if ! perf lock con -b true > /dev/null 2>&1 ; then
197 perf lock con -a -b -L tasklist_lock -q -- perf bench sched messaging -p > /dev/null 2> ${result}
208 perf lock contention -i ${perfdata} -v -q 2> ${result}
214 perf lock contention -i ${perfdata} -E 1 -S unix_stream -q 2> ${result}
221 if ! perf lock con -b true > /dev/null 2>&1 ; then
225perf lock con -a -b -S unix_stream -E 1 -q -- perf bench sched messaging -p > /dev/null 2> ${resul…
236 perf lock contention -i ${perfdata} -v -q 2> ${result}
242 perf lock contention -i ${perfdata} -t -E 1 -S unix_stream -q 2> ${result}
249 if ! perf lock con -b true > /dev/null 2>&1 ; then
253perf lock con -a -b -t -S unix_stream -E 1 -q -- perf bench sched messaging -p > /dev/null 2> ${re…
264 if ! perf lock con -b true > /dev/null 2>&1 ; then
269perf lock con -a -b -g -E 1 -F wait_total -q -- perf bench sched messaging -p > /dev/null 2> ${res…
277perf lock con -a -b -g -E 1 -G "${cgroup}" -q -- perf bench sched messaging -p > /dev/null 2> ${re…
289 perf lock contention -i ${perfdata} -E 1 -x , --output ${result}
306 if ! perf lock con -b true > /dev/null 2>&1 ; then
312 perf lock con -a -b -E 1 -x , --output ${result} -- perf bench sched messaging -p > /dev/null 2>&1