Lines Matching full:trace
20 * - using a trace level variable to only call trace functions
27 * implementations for the trace functions
28 * - ICU trace macros call ICU functions that route through the function
50 * Trace level variable. Negative for "off".
86 * Trace function for the entry point of a function.
95 * Trace function for each exit point of a function.
107 * Trace function used inside functions that have a UTRACE_ENTRY() statement.
112 * @param level The trace level for this message.
113 * @param fmt The trace format string.
138 * always be available for error trace output.
144 * Trace statement for the entry point of a function.
151 * because of a pre-existing error condition, it does not show up in the trace,
166 * Trace statement for the entry point of open and close functions.
167 * Produces trace output at a less verbose setting than plain UTRACE_ENTRY
183 * Trace statement for each exit point of a function that has a UTRACE_ENTRY()
200 * Trace statement for each exit point of a function that has a UTRACE_ENTRY()
228 * Trace statement used inside functions that have a UTRACE_ENTRY() statement.
241 * Trace statement used inside functions that have a UTRACE_ENTRY() statement.
254 * Trace statement used inside functions that have a UTRACE_ENTRY() statement.
267 * Trace statement used inside functions that have a UTRACE_ENTRY() statement.
280 * Trace statement used inside functions that have a UTRACE_ENTRY() statement.
293 * Trace statement used inside functions that have a UTRACE_ENTRY() statement.
306 * Trace statement used inside functions that have a UTRACE_ENTRY() statement.
319 * Trace statement used inside functions that have a UTRACE_ENTRY() statement.
332 * Trace statement used inside functions that have a UTRACE_ENTRY() statement.
345 * Trace statement used inside functions that have a UTRACE_ENTRY() statement.