aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/gcc/doc/gcov.texi
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.3/gcc/doc/gcov.texi')
-rw-r--r--gcc-4.4.3/gcc/doc/gcov.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc-4.4.3/gcc/doc/gcov.texi b/gcc-4.4.3/gcc/doc/gcov.texi
index 0225b1973..3c9eeafda 100644
--- a/gcc-4.4.3/gcc/doc/gcov.texi
+++ b/gcc-4.4.3/gcc/doc/gcov.texi
@@ -124,9 +124,11 @@ gcov [@option{-v}|@option{--version}] [@option{-h}|@option{--help}]
[@option{-a}|@option{--all-blocks}]
[@option{-b}|@option{--branch-probabilities}]
[@option{-c}|@option{--branch-counts}]
+ [@option{-m}|@option{--pmu-profile}]
[@option{-n}|@option{--no-output}]
[@option{-l}|@option{--long-file-names}]
[@option{-p}|@option{--preserve-paths}]
+ [@option{-q}|@option{--pmu_profile-path}]
[@option{-f}|@option{--function-summaries}]
[@option{-o}|@option{--object-directory} @var{directory|file}] @var{sourcefiles}
[@option{-u}|@option{--unconditional-branches}]
@@ -168,6 +170,14 @@ be shown, unless the @option{-u} option is given.
Write branch frequencies as the number of branches taken, rather than
the percentage of branches taken.
+@item -m
+@itemx --pmu-profile
+Output the additional PMU profile information if available.
+
+@item -q
+@itemx --pmu_profile-path
+PMU profile path (default @file{pmuprofile.gcda}).
+
@item -n
@itemx --no-output
Do not create the @command{gcov} output file.