Lines Matching refs:function
30 function sites
32 hold all the function information. This is controlled by FUNC_SITE_SIZE in
35 that every function can be resolved individually.
37 function calls
38 Total number of function calls, including those which were not traced due
42 untracked function calls
43 Total number of function calls which did not appear in the U-Boot image.
44 This can happen if a function is called outside the normal code area.
46 traced function calls
47 Total number of function calls which were actually traced, i.e. are included
58 Counts the number of function calls that were not recorded because they
61 max function calls
62 Maximum number of function calls which can be recorded in the trace buffer,
63 given its size. Once `function calls` hits this value, recording stops.
70 after the function-call counts.
82 Resumes tracing, so that new function calls are added to the trace buffer if
90 specific to U-Boot: a header, following by the function offset and call count.
103 Dumps a list of function calls into the provided buffer. The file uses a format
114 269,252 function sites
115 38,025,059 function calls
116 3 untracked function calls
117 7,382,690 traced function calls
121 22,190,112 max function calls
130 269,252 function sites
131 49,573,694 function calls
132 3 untracked function calls
133 22,190,112 traced function calls (8289848 dropped due to overflow)
137 22,190,112 max function calls