Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187843
b: refs/heads/master
c: 6630125
h: refs/heads/master
i:
  187841: ee6e109
  187839: aa22dd8
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo authored and Ingo Molnar committed Mar 2, 2010
1 parent 7d2b1cf commit 2e02e2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b622d644c7d61a5cb95b74e7b143c263bed21f0a
refs/heads/master: 6630125419ef37ff8781713c5e9d416f2a4ba357
3 changes: 2 additions & 1 deletion trunk/tools/perf/perf-archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ fi

DEBUGDIR=~/.debug/
BUILDIDS=$(mktemp /tmp/perf-archive-buildids.XXXXXX)
NOBUILDID=0000000000000000000000000000000000000000

perf buildid-list -i $PERF_DATA --with-hits > $BUILDIDS
perf buildid-list -i $PERF_DATA --with-hits | grep -v "^$NOBUILDID " > $BUILDIDS
if [ ! -s $BUILDIDS ] ; then
echo "perf archive: no build-ids found"
rm -f $BUILDIDS
Expand Down

0 comments on commit 2e02e2e

Please sign in to comment.