Home | History | Annotate | Download | only in doc

Lines Matching full:annotated

488 		This utility can be used to produce annotated source, assembly or mixed source/assembly.
2102 <title>Outputting annotated source (<command>opannotate</command>)</title>
2104 The <command>opannotate</command> utility generates annotated source files or assembly listings, optionally
2110 use <command>opannotate <option>--assembly</option></command> to get annotated assembly.
2125 You can also output a directory of annotated source files that maintains the structure of
2126 the original sources. Each line in the annotated source is prepended with the samples
2127 for that line. Additionally, each symbol is annotated giving details for the symbol
2131 $ opannotate --source --output-dir=annotated /usr/local/oprofile-pp/bin/oprofiled
2132 $ ls annotated/home/moz/src/oprofile-pp/daemon/
2184 $ opannotate --source --base-dirs=/tmp/build/libfoo/ --search-dirs=/home/user/libfoo/ --output-dir=annotated/ /lib/libfoo.so
2196 Output annotated assembly. If this is combined with --source, then mixed
2241 Output directory. This makes opannotate output one annotated file for each
2249 Output annotated source. This requires debugging information to be available
2659 <title>Inaccuracies in annotated source</title>
2663 The compiler can introduce some pitfalls in the annotated source output.
2760 credited from multiple call site and merged in one place in the annotated
2796 Compiled with <command>gcc</command> 3.0.4 the annotated source is clearly inaccurate: