1 <?xml version="1.0"?> <!-- -*- sgml -*- -->
2 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
4 [ <!ENTITY % vg-entities SYSTEM "../../docs/xml/vg-entities.xml"> %vg-entities; ]>
7 <refentry id="callgrind-control">
9 <refentrytitle>Callgrind Control</refentrytitle>
10 <manvolnum>1</manvolnum>
11 <refmiscinfo class="version">Release &rel-version;</refmiscinfo>
14 <refnamediv id="c-name">
15 <refname>callgrind_control</refname>
16 <refpurpose>observe and control programs being run by Callgrind</refpurpose>
19 <refsynopsisdiv id="c-synopsis">
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>
28 <refsect1 id="c-description">
29 <title>Description</title>
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>
42 <refsect1 id="c-options">
43 <title>Options</title>
45 <xi:include href="cl-manual.xml" xpointer="callgrind_control.opts.list"
46 xmlns:xi="http://www.w3.org/2001/XInclude" />
51 <refsect1 id="c-see_also">
52 <title>See Also</title>
56 <filename>&vg-docs-path;</filename> or
57 <filename>&vg-docs-url;</filename>.
63 <refsect1 id="c-author">
66 <para>Josef Weidendorfer <&cl-email;>.</para>