Home | History | Annotate | Download | only in docs
      1 <?xml version="1.0"?> <!-- -*- sgml -*- -->
      2 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
      3           "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
      4 [ <!ENTITY % vg-entities SYSTEM "../../docs/xml/vg-entities.xml"> %vg-entities; ]>
      5 
      6 
      7 <refentry id="callgrind-control">
      8 <refmeta>
      9   <refentrytitle>Callgrind Control</refentrytitle>
     10   <manvolnum>1</manvolnum>
     11   <refmiscinfo>Release &rel-version;</refmiscinfo>
     12 </refmeta>
     13 
     14 <refnamediv id="c-name">
     15   <refname>callgrind_control</refname>
     16   <refpurpose>observe and control programs being run by Callgrind</refpurpose>
     17 </refnamediv>
     18 
     19 <refsynopsisdiv id="c-synopsis">
     20   <cmdsynopsis>
     21     <command>callgrind_control</command>    
     22     <arg choice="opt"><replaceable>options</replaceable></arg>
     23     <arg choice="opt" rep="repeat"><replaceable>pid|program-name</replaceable></arg>
     24   </cmdsynopsis>
     25 </refsynopsisdiv>
     26 
     27 
     28 <refsect1 id="c-description">
     29 <title>Description</title>
     30 
     31 <para>
     32 <command>callgrind_control</command> controls programs being run by the
     33 Valgrind tool Callgrind.  When a <command>pid/program name</command>
     34 argument is not specified, all applications currently being run by Callgrind
     35 on this system will be used for actions given by the specified option(s).
     36 The default action is to give some brief information about the applications
     37 being run by Callgrind.</para>
     38 
     39 </refsect1>
     40 
     41 
     42 <refsect1 id="c-options">
     43 <title>Options</title>
     44 
     45 <xi:include href="cl-manual.xml" xpointer="callgrind_control.opts.list"
     46             xmlns:xi="http://www.w3.org/2001/XInclude" />
     47 
     48 </refsect1>
     49 
     50 
     51 <refsect1 id="c-see_also">
     52 <title>See Also</title>
     53 
     54 <para>
     55 valgrind(1),
     56 <filename>&vg-docs-path;</filename> or
     57 <filename>&vg-docs-url;</filename>.
     58 </para>
     59 
     60 </refsect1>
     61 
     62 
     63 <refsect1 id="c-author">
     64 <title>Author</title>
     65 
     66 <para>Josef Weidendorfer &lt;&cl-email;&gt;.</para>
     67 
     68 
     69 </refsect1>
     70 
     71 
     72 </refentry>
     73 
     74