Lines Matching full:archive
3 # perf archive
77 else # perf tar generated by perf archive (contains only debug symbols)
94 BUILDIDS=$(mktemp /tmp/perf-archive-buildids.XXXXXX)
98 # archive. It is a list of build-ids, one per line, without any leading or trailing spaces.
99 # If the file is empty, all build-ids will be included in the archive. To create a exclude-
102 # You can edit the file to remove the lines that you want to keep in the archive, then:
103 # perf archive --exclude-buildids exclude_buildids.txt
108 echo "perf archive: no build-ids found after applying exclude-buildids file"
115 echo "perf archive: no build-ids found"
121 MANIFEST=$(mktemp /tmp/perf-archive-manifest.XXXXXX)
144 echo -e "$ perf archive --unpack\n"