Ignore:
Timestamp:
Feb 6, 2017, 1:00:00 PM (8 years ago)
Author:
Silvan Scherrer
Message:

binutils: update trunk to version 2.27

Location:
binutils/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • binutils/trunk

  • TabularUnified binutils/trunk/gprof/gprof.1

    r970 r1973  
    134134.\"
    135135.IX Title "GPROF 1"
    136 .TH GPROF 1 "2014-12-23" "binutils-2.25" "GNU"
     136.TH GPROF 1 "2016-08-03" "binutils-2.27" "GNU"
    137137.\" For nroff, turn off justification.  Always turn off hyphenation; it makes
    138138.\" way too many mistakes in technical documents.
     
    143143.SH "SYNOPSIS"
    144144.IX Header "SYNOPSIS"
    145 gprof [ \-[abcDhilLrsTvwxyz] ] [ \-[ACeEfFJnNOpPqQZ][\fIname\fR] ] 
     145gprof [ \-[abcDhilLrsTvwxyz] ] [ \-[ACeEfFJnNOpPqQZ][\fIname\fR] ]
    146146 [ \-I \fIdirs\fR ] [ \-d[\fInum\fR] ] [ \-k \fIfrom/to\fR ]
    147147 [ \-m \fImin-count\fR ] [ \-R \fImap_file\fR ] [ \-t \fItable-length\fR ]
    148  [ \-\-[no\-]annotated\-source[=\fIname\fR] ] 
     148 [ \-\-[no\-]annotated\-source[=\fIname\fR] ]
    149149 [ \-\-[no\-]exec\-counts[=\fIname\fR] ]
    150150 [ \-\-[no\-]flat\-profile[=\fIname\fR] ] [ \-\-[no\-]graph[=\fIname\fR] ]
    151  [ \-\-[no\-]time=\fIname\fR] [ \-\-all\-lines ] [ \-\-brief ] 
    152  [ \-\-debug[=\fIlevel\fR] ] [ \-\-function\-ordering ] 
     151 [ \-\-[no\-]time=\fIname\fR] [ \-\-all\-lines ] [ \-\-brief ]
     152 [ \-\-debug[=\fIlevel\fR] ] [ \-\-function\-ordering ]
    153153 [ \-\-file\-ordering \fImap_file\fR ] [ \-\-directory\-path=\fIdirs\fR ]
    154154 [ \-\-display\-unused\-functions ] [ \-\-file\-format=\fIname\fR ]
     
    163163.SH "DESCRIPTION"
    164164.IX Header "DESCRIPTION"
    165 \&\f(CW\*(C`gprof\*(C'\fR produces an execution profile of C, Pascal, or Fortran77 
    166 programs.  The effect of called routines is incorporated in the profile 
     165\&\f(CW\*(C`gprof\*(C'\fR produces an execution profile of C, Pascal, or Fortran77
     166programs.  The effect of called routines is incorporated in the profile
    167167of each caller.  The profile data is taken from the call graph profile file
    168168(\fIgmon.out\fR default) which is created by programs
     
    170170\&\f(CW\*(C`cc\*(C'\fR, \f(CW\*(C`pc\*(C'\fR, and \f(CW\*(C`f77\*(C'\fR.
    171171The \fB\-pg\fR option also links in versions of the library routines
    172 that are compiled for profiling.  \f(CW\*(C`Gprof\*(C'\fR reads the given object 
     172that are compiled for profiling.  \f(CW\*(C`Gprof\*(C'\fR reads the given object
    173173file (the default is \f(CW\*(C`a.out\*(C'\fR) and establishes the relation between
    174174its symbol table and the call graph profile from \fIgmon.out\fR.
     
    474474These options control whether \*(C+ symbol names should be demangled when
    475475printing output.  The default is to demangle symbols.  The
    476 \&\f(CW\*(C`\-\-no\-demangle\*(C'\fR option may be used to turn off demangling. Different 
    477 compilers have different mangling styles.  The optional demangling style 
    478 argument can be used to choose an appropriate demangling style for your 
     476\&\f(CW\*(C`\-\-no\-demangle\*(C'\fR option may be used to turn off demangling. Different
     477compilers have different mangling styles.  The optional demangling style
     478argument can be used to choose an appropriate demangling style for your
    479479compiler.
    480480.SS "Analysis Options"
     
    598598.PD
    599599The \fB\-S\fR option causes \f(CW\*(C`gprof\*(C'\fR to read an external symbol table
    600 file, such as \fI/proc/kallsyms\fR, rather than read the symbol table 
    601 from the given object file (the default is \f(CW\*(C`a.out\*(C'\fR). This is useful 
     600file, such as \fI/proc/kallsyms\fR, rather than read the symbol table
     601from the given object file (the default is \f(CW\*(C`a.out\*(C'\fR). This is useful
    602602for profiling kernel modules.
    603603.ie n .IP """\-z""" 4
     
    763763.SH "COPYRIGHT"
    764764.IX Header "COPYRIGHT"
    765 Copyright (c) 1988\-2014 Free Software Foundation, Inc.
     765Copyright (c) 1988\-2016 Free Software Foundation, Inc.
    766766.PP
    767767Permission is granted to copy, distribute and/or modify this document
Note: See TracChangeset for help on using the changeset viewer.