Home | History | Annotate | Download | only in docs

Lines Matching full:option

11 <option>--tool=callgrind</option> on the
108 (the <option>-g</option> option) and with optimization turned on.</para>
141 <para><option>--inclusive=yes</option>: Instead of using
147 <para><option>--tree=both</option>: Interleave into the
159 <para>Use <option>--auto=yes</option> to get annotated source code
178 cache behavior of your program, use Callgrind with the option
179 <option><xref linkend="clopt.cache-sim"/>=yes</option>. For
180 branch prediction simulation, use <option><xref linkend="clopt.branch-sim"/>=yes</option>.
187 the command line option
188 <option><xref linkend="opt.instr-atstart"/>=no</option>
196 <option><xref linkend="opt.dump-instr"/>=yes</option>. This will produce
202 <option><xref linkend="opt.collect-jumps"/>=yes</option>.</para>
231 threads with <option><xref linkend="opt.separate-threads"/>=yes</option>).</para>
268 option <option><xref linkend="opt.dump-every-bb"/>=count</option>.
275 option <option><xref linkend="opt.dump-before"/>=function</option>
276 and <option><xref linkend="opt.dump-after"/>=function</option>.
278 <option><xref linkend="opt.zero-before"/>=function</option>.</para>
281 <option><xref linkend="opt.dump-before"/>='foo*'</option> to
299 command line option <option><xref linkend="opt.separate-threads"/>=yes</option>,
324 by specifying option <option><xref linkend="opt.instr-atstart"/>=no</option>.
338 <option><xref linkend="opt.toggle-collect"/>=function</option>.
341 When this option is in effect, the default collection state
374 To count global bus events, use <option><xref linkend="clopt.collect-bus"/>=yes</option>.
447 driven code. The option to ignore calls to a function is
448 <option><xref linkend="opt.fn-skip"/>=function</option>. Aside from
452 if you profile with <option><xref linkend="opt.skip-plt"/>=no</option>.
458 <option><xref linkend="opt.separate-recs-num"/>=function</option>.
460 <option><xref linkend="opt.separate-recs"/>=10</option>, but this will
467 <option><xref linkend="opt.separate-callers-num"/>=B</option>
468 <option><xref linkend="opt.separate-callers-num"/>=C</option>,
473 <option><xref linkend="opt.separate-callers"/>=2</option> to get a 2-caller
490 (controlled by <option>--callgrind-out-file</option>) does contain
491 <option>%p</option> (which is true by default). Otherwise, the
511 <option><xref linkend="opt.dump-before"/>=function</option>, or
512 <option><xref linkend="opt.fn-skip"/>=function</option>. All these options
534 <option><![CDATA[--callgrind-out-file=<file> ]]></option>
541 <option>%p</option> and <option>%q</option> format specifiers
544 option <option><xref linkend="opt.log-file"/></option>.
552 <option><![CDATA[--dump-line=<no|yes> [default: yes] ]]></option>
558 (<option>-g</option>).</para>
564 <option><![CDATA[--dump-instr=<no|yes> [default: no] ]]></option>
577 <option><![CDATA[--compress-strings=<no|yes> [default: yes] ]]></option>
580 <para>This option influences the output format of the profile data.
590 <option><![CDATA[--compress-pos=<no|yes> [default: yes] ]]></option>
593 <para>This option influences the output format of the profile data.
602 <option><![CDATA[--combine-dumps=<no|yes> [default: no] ]]></option>
628 <option><![CDATA[--dump-every-bb=<count> [default: 0, never] ]]></option>
631 <para>Dump profile data every <option>count</option> basic blocks.
641 <option><![CDATA[--dump-before=<function> ]]></option>
644 <para>Dump when entering <option>function</option>.</para>
650 <option><![CDATA[--zero-before=<function> ]]></option>
653 <para>Zero all costs when entering <option>function</option>.</para>
659 <option><![CDATA[--dump-after=<function> ]]></option>
662 <para>Dump when leaving <option>function</option>.</para>
683 <option><![CDATA[--instr-atstart=<yes|no> [default: yes] ]]></option>
710 <option><![CDATA[--collect-atstart=<yes|no> [default: yes] ]]></option>
729 <para>The second option can be used if the program part you want to
730 profile is called many times. Option 1, i.e. creating a lot of
734 option <option><xref linkend="opt.toggle-collect"/></option>. If you
735 use this option, collection
737 specification of <option>--toggle-collect</option>
739 <option>--collect-state=no</option>.</para>
753 <option><![CDATA[--toggle-collect=<function> ]]></option>
756 <para>Toggle collection on entry/exit of <option>function</option>.</para>
762 <option><![CDATA[--collect-jumps=<no|yes> [default: no] ]]></option>
774 <option><![CDATA[--collect-systime=<no|yes> [default: no] ]]></option>
784 <option><![CDATA[--collect-bus=<no|yes> [default: no] ]]></option>
813 <option><![CDATA[--separate-threads=<no|yes> [default: no] ]]></option>
816 <para>This option specifies whether profile data should be generated
824 <option><![CDATA[--separate-callers=<callers> [default: 0] ]]></option>
834 <option><![CDATA[--separate-callers<number>=<function> ]]></option>
837 <para>Separate <option>number</option> callers for <option>function</option>.
844 <option><![CDATA[--separate-recs=<level> [default: 2] ]]></option>
847 <para>Separate function recursions by at most <option>level</option> levels.
854 <option><![CDATA[--separate-recs<number>=<function> ]]></option>
857 <para>Separate <option>number</option> recursions for <option>function</option>.
864 <option><![CDATA[--skip-plt=<no|yes> [default: yes] ]]></option>
873 <option><![CDATA[--skip-direct-rec=<no|yes> [default: yes] ]]></option>
882 <option><![CDATA[--fn-skip=<function> ]]></option>
893 functions needed to be skipped, then use this option.</para>
903 <option><![CDATA[- -fn-group<number>=<function> ]]></option>
910 groups with this option, you can shorten the context name, as functions
930 <option><![CDATA[--cache-sim=<yes|no> [default: no] ]]></option>
946 <option><![CDATA[--branch-sim=<yes|no> [default: no] ]]></option>
971 <option><![CDATA[--simulate-wb=<yes|no> [default: no] ]]></option>
991 <option><![CDATA[--simulate-hwpref=<yes|no> [default: no] ]]></option>
1006 <option><![CDATA[--cacheuse=<yes|no> [default: no] ]]></option>
1044 <option><![CDATA[--I1=<size>,<associativity>,<line size> ]]></option>
1054 <option><![CDATA[--D1=<size>,<associativity>,<line size> ]]></option>
1064 <option><![CDATA[--LL=<size>,<associativity>,<line size> ]]></option>
1156 <option><xref linkend="opt.collect-atstart"/></option> and
1157 <optionoption>.</para>
1170 option <option><xref linkend="opt.instr-atstart"/></option>.</para>
1185 enable instrumentation again. See also option
1186 <option><xref linkend="opt.instr-atstart"/></option>.</para>
1203 <term><option>-h --help</option></term>
1210 <term><option>--version</option></term>
1218 <option>--show=A,B,C [default: all]</option>
1227 <option>--sort=A,B,C</option>
1236 <option><![CDATA[--threshold=<0--100> [default: 99%] ]]></option>
1246 <option><![CDATA[--auto=<yes|no> [default: no] ]]></option>
1256 <option>--context=N [default: 8] </option>
1266 <option><![CDATA[--inclusive=<yes|no> [default: no] ]]></option>
1275 <option><![CDATA[--tree=<none|caller|calling|both> [default: none] ]]></option>
1285 <option><![CDATA[-I, --include=<dir> ]]></option>
1288 <para>Add <option>dir</option> to the list of directories to search
1315 <term><option>-h --help</option></term>
1322 <term><option>--version</option></term>
1329 <term><option>-l --long</option></term>
1338 <term><option>-s --stat</option></term>
1345 <term><option>-b --back</option></term>
1349 since program start (or last dump) is shown. This option can be
1355 <term><option><![CDATA[-e [A,B,...] ]]></option> (default: all)</term>
1361 this option is combined with -b, inclusive cost for the functions of
1368 <term><option><![CDATA[--dump[=<desc>] ]]></option> (default: no description)</term>
1378 <term><option>-z --zero</option></term>
1385 <term><option>-k --kill</option></term>
1392 <term><option><![CDATA[--instr=<on|off>]]></option></term>
1398 the Callgrind option <option>--instr-atstart</option>.</para>
1403 <term><option><![CDATA[-w=<dir>]]></option></term>