Lines Matching refs:file

9 bsd_callg_blurb (FILE *file)  in bsd_callg_blurb()  argument
11 fputs ("\n", file); in bsd_callg_blurb()
12 fputs ("\n", file); in bsd_callg_blurb()
13 fputs ("\n", file); in bsd_callg_blurb()
14 fputs ("call graph profile:\n", file); in bsd_callg_blurb()
15 fputs (" The sum of self and descendents is the major sort\n", file); in bsd_callg_blurb()
16 fputs (" for this listing.\n", file); in bsd_callg_blurb()
17 fputs ("\n", file); in bsd_callg_blurb()
18 fputs (" function entries:\n", file); in bsd_callg_blurb()
19 fputs ("\n", file); in bsd_callg_blurb()
20 fputs ("index the index of the function in the call graph\n", file); in bsd_callg_blurb()
21 fputs (" listing, as an aid to locating it (see below).\n", file); in bsd_callg_blurb()
22 fputs ("\n", file); in bsd_callg_blurb()
23 fputs ("%time the percentage of the total time of the program\n", file); in bsd_callg_blurb()
24 fputs (" accounted for by this function and its\n", file); in bsd_callg_blurb()
25 fputs (" descendents.\n", file); in bsd_callg_blurb()
26 fputs ("\n", file); in bsd_callg_blurb()
27 fputs ("self the number of seconds spent in this function\n", file); in bsd_callg_blurb()
28 fputs (" itself.\n", file); in bsd_callg_blurb()
29 fputs ("\n", file); in bsd_callg_blurb()
30 fputs ("descendents\n", file); in bsd_callg_blurb()
31 fputs (" the number of seconds spent in the descendents of\n", file); in bsd_callg_blurb()
32 fputs (" this function on behalf of this function.\n", file); in bsd_callg_blurb()
33 fputs ("\n", file); in bsd_callg_blurb()
34 fputs ("called the number of times this function is called (other\n", file); in bsd_callg_blurb()
35 fputs (" than recursive calls).\n", file); in bsd_callg_blurb()
36 fputs ("\n", file); in bsd_callg_blurb()
37 fputs ("self the number of times this function calls itself\n", file); in bsd_callg_blurb()
38 fputs (" recursively.\n", file); in bsd_callg_blurb()
39 fputs ("\n", file); in bsd_callg_blurb()
40 fputs ("name the name of the function, with an indication of\n", file); in bsd_callg_blurb()
41 fputs (" its membership in a cycle, if any.\n", file); in bsd_callg_blurb()
42 fputs ("\n", file); in bsd_callg_blurb()
43 fputs ("index the index of the function in the call graph\n", file); in bsd_callg_blurb()
44 fputs (" listing, as an aid to locating it.\n", file); in bsd_callg_blurb()
45 fputs ("\n", file); in bsd_callg_blurb()
46 fputs ("\n", file); in bsd_callg_blurb()
47 fputs ("\n", file); in bsd_callg_blurb()
48 fputs (" parent listings:\n", file); in bsd_callg_blurb()
49 fputs ("\n", file); in bsd_callg_blurb()
50 fputs ("self* the number of seconds of this function's self time\n", file); in bsd_callg_blurb()
51 fputs (" which is due to calls from this parent.\n", file); in bsd_callg_blurb()
52 fputs ("\n", file); in bsd_callg_blurb()
53 fputs ("descendents*\n", file); in bsd_callg_blurb()
54 fputs (" the number of seconds of this function's\n", file); in bsd_callg_blurb()
55 fputs (" descendent time which is due to calls from this\n", file); in bsd_callg_blurb()
56 fputs (" parent.\n", file); in bsd_callg_blurb()
57 fputs ("\n", file); in bsd_callg_blurb()
58 fputs ("called** the number of times this function is called by\n", file); in bsd_callg_blurb()
59 fputs (" this parent. This is the numerator of the\n", file); in bsd_callg_blurb()
60 fputs (" fraction which divides up the function's time to\n", file); in bsd_callg_blurb()
61 fputs (" its parents.\n", file); in bsd_callg_blurb()
62 fputs ("\n", file); in bsd_callg_blurb()
63 fputs ("total* the number of times this function was called by\n", file); in bsd_callg_blurb()
64 fputs (" all of its parents. This is the denominator of\n", file); in bsd_callg_blurb()
65 fputs (" the propagation fraction.\n", file); in bsd_callg_blurb()
66 fputs ("\n", file); in bsd_callg_blurb()
67 fputs ("parents the name of this parent, with an indication of the\n", file); in bsd_callg_blurb()
68 fputs (" parent's membership in a cycle, if any.\n", file); in bsd_callg_blurb()
69 fputs ("\n", file); in bsd_callg_blurb()
70 fputs ("index the index of this parent in the call graph\n", file); in bsd_callg_blurb()
71 fputs (" listing, as an aid in locating it.\n", file); in bsd_callg_blurb()
72 fputs ("\n", file); in bsd_callg_blurb()
73 fputs ("\n", file); in bsd_callg_blurb()
74 fputs ("\n", file); in bsd_callg_blurb()
75 fputs (" children listings:\n", file); in bsd_callg_blurb()
76 fputs ("\n", file); in bsd_callg_blurb()
77 fputs ("self* the number of seconds of this child's self time\n", file); in bsd_callg_blurb()
78 fputs (" which is due to being called by this function.\n", file); in bsd_callg_blurb()
79 fputs ("\n", file); in bsd_callg_blurb()
80 fputs ("descendent*\n", file); in bsd_callg_blurb()
81 fputs (" the number of seconds of this child's descendent's\n", file); in bsd_callg_blurb()
82 fputs (" time which is due to being called by this\n", file); in bsd_callg_blurb()
83 fputs (" function.\n", file); in bsd_callg_blurb()
84 fputs ("\n", file); in bsd_callg_blurb()
85 fputs ("called** the number of times this child is called by this\n", file); in bsd_callg_blurb()
86 fputs (" function. This is the numerator of the\n", file); in bsd_callg_blurb()
87 fputs (" propagation fraction for this child.\n", file); in bsd_callg_blurb()
88 fputs ("\n", file); in bsd_callg_blurb()
89 fputs ("total* the number of times this child is called by all\n", file); in bsd_callg_blurb()
90 fputs (" functions. This is the denominator of the\n", file); in bsd_callg_blurb()
91 fputs (" propagation fraction.\n", file); in bsd_callg_blurb()
92 fputs ("\n", file); in bsd_callg_blurb()
93 fputs ("children the name of this child, and an indication of its\n", file); in bsd_callg_blurb()
94 fputs (" membership in a cycle, if any.\n", file); in bsd_callg_blurb()
95 fputs ("\n", file); in bsd_callg_blurb()
96 fputs ("index the index of this child in the call graph listing,\n", file); in bsd_callg_blurb()
97 fputs (" as an aid to locating it.\n", file); in bsd_callg_blurb()
98 fputs ("\n", file); in bsd_callg_blurb()
99 fputs ("\n", file); in bsd_callg_blurb()
100 fputs ("\n", file); in bsd_callg_blurb()
101 fputs (" * these fields are omitted for parents (or\n", file); in bsd_callg_blurb()
102 fputs (" children) in the same cycle as the function. If\n", file); in bsd_callg_blurb()
103 fputs (" the function (or child) is a member of a cycle,\n", file); in bsd_callg_blurb()
104 fputs (" the propagated times and propagation denominator\n", file); in bsd_callg_blurb()
105 fputs (" represent the self time and descendent time of the\n", file); in bsd_callg_blurb()
106 fputs (" cycle as a whole.\n", file); in bsd_callg_blurb()
107 fputs ("\n", file); in bsd_callg_blurb()
108 fputs (" ** static-only parents and children are indicated\n", file); in bsd_callg_blurb()
109 fputs (" by a call count of 0.\n", file); in bsd_callg_blurb()
110 fputs ("\n", file); in bsd_callg_blurb()
111 fputs ("\n", file); in bsd_callg_blurb()
112 fputs ("\n", file); in bsd_callg_blurb()
113 fputs (" cycle listings:\n", file); in bsd_callg_blurb()
114 fputs (" the cycle as a whole is listed with the same\n", file); in bsd_callg_blurb()
115 fputs (" fields as a function entry. Below it are listed\n", file); in bsd_callg_blurb()
116 fputs (" the members of the cycle, and their contributions\n", file); in bsd_callg_blurb()
117 fputs (" to the time and call counts of the cycle.\n", file); in bsd_callg_blurb()
118 fputs (" \n", file); in bsd_callg_blurb()
119 fputs ("Copyright (C) 2012-2016 Free Software Foundation, Inc.\n", file); in bsd_callg_blurb()
120 fputs ("\n", file); in bsd_callg_blurb()
121 fputs ("Copying and distribution of this file, with or without modification,\n", file); in bsd_callg_blurb()
122 fputs ("are permitted in any medium without royalty provided the copyright\n", file); in bsd_callg_blurb()
123 fputs ("notice and this notice are preserved.\n", file); in bsd_callg_blurb()