Lines Matching refs:any
12 # and if the architecture doesn't support filter types: any,save_type,u
13 if ! perf record -o- --no-buildid --branch-filter any,save_type,u -- true > /dev/null 2>&1 ; then
14 echo "skip: system doesn't support filter types: any,save_type,u"
57 perf record -o "$TMPDIR/perf.data" --branch-filter any,save_type,u -- ${TESTPROG} > "$TMPDIR/record.txt" 2>&1
114 perf record -o $TMPDIR/perf.data --branch-filter any,save_type,u,k -- \
133 if ! perf record --branch-filter any,k -o- -- true > "$TMPDIR/record.txt" 2>&1; then
139 perf record -o $TMPDIR/perf.data --branch-filter any,k -- \
178 # fail if we find any branch type that doesn't match any of the expected ones
204 if ! perf record --branch-filter any,k -o- -- true > "$TMPDIR/record.txt" 2>&1; then