Searched refs:BUILDIDS (Results 1 – 1 of 1) sorted by relevance
94 BUILDIDS=$(mktemp /tmp/perf-archive-buildids.XXXXXX)106 …f buildid-list -i $PERF_DATA --with-hits | grep -v "^ " | grep -Fv -f $EXCLUDE_BUILDIDS > $BUILDIDS107 if [ ! -s "$BUILDIDS" ] ; then109 rm $BUILDIDS || true113 perf buildid-list -i $PERF_DATA --with-hits | grep -v "^ " > $BUILDIDS114 if [ ! -s "$BUILDIDS" ] ; then116 rm $BUILDIDS || true124 cut -d ' ' -f 1 $BUILDIDS | \137 rm $PERF_SYMBOLS.tar.bz2 $MANIFEST $BUILDIDS || true140 rm $MANIFEST $BUILDIDS || true