clang/share/man/man1/aarch64-linux-gnu-gp-archive.1

82 lines
2.7 KiB
Groff

.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
.TH GP-ARCHIVE "1" "October 2022" "GNU gp-archive binutils version 2.39.50" "User Commands"
.SH NAME
gp-archive \- archive gprofng experiment data
.SH SYNOPSIS
.B gprofng
\fI\,archive \/\fR[\fI\,OPTION(S)\/\fR] \fI\,EXPERIMENT\/\fR
.SH DESCRIPTION
Archive the associated application binaries and source files in a gprofng
experiment to make it self contained and portable.
.SH OPTIONS
.TP
.B
\fB\-\-version\fR
print the version number and exit.
.TP
.B
\fB\-\-help\fR
print usage information and exit.
.TP
.B
\fB\-\-verbose\fR {on|off}
enable (on) or disable (off) verbose mode; the default is "off".
.TP
.B
\fB\-a\fR {off|on|ldobjects|src|usedldobjects|usedsrc}
specify archiving of binaries and other files;
in addition to disable this feature (off), or enable archiving off all
loadobjects and sources (on), the other options support a more
refined selection. All of these options enable archiving, but the
keyword controls what exactly is selected: all load objects (ldobjects),
all source files (src), the loadobjects asscoiated with a program counter
(usedldobjects), or the source files associated with a program counter
(usedsrc); the default is "\-a ldobjects".
.TP
.B
\fB\-n\fR
archive the named experiment only, not any of its descendants.
.TP
.B
\fB\-q\fR
do not write any warnings to stderr; messages are archived and
can be retrieved later.
.TP
.B
\fB\-F\fR
force writing or rewriting of the archive; ignored with the \fB\-n\fR
or \fB\-m\fR options, or if this is a subexperiment.
.TP
.B
\fB\-d\fR <path>
specifies the location of a common archive; this is a directory that
contains archived files.
.TP
.B
\fB\-m\fR <regex>
archive only those source, object, and debug info files whose full
path name matches the given POSIX compliant regular expression.
.PP
.SH LIMITATIONS
.PP
Default archiving does not occur in case the application profiled terminates prematurely,
or if archiving is disabled when collecting the performance data. In such cases, this
tool can be used to afterwards archive the information, but it has to run on the same
system where the profiling data was recorded.
.PP
.SH DOCUMENTATION
.PP
A getting started guide for gprofng is maintained as a Texinfo manual. If the info and
gprofng programs are properly installed at your site, the command "info gprofng"
should give you access to this document.
.PP
.SH SEE ALSO
.PP
gprofng(1), gp\-collect\-app(1), gp\-display\-html(1), gp\-display\-src(1), gp\-display\-text(1)
.SH COPYRIGHT
Copyright \(co 2021 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
.br
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.