Lines Matching full:used
38 * following ATRACE_TAG_* macros. The trace tag is used to filter tracing in
101 * debug.atrace.tags.enableflags. Can be used as a sysprop change callback.
114 * Set whether tracing is enabled for the current process. This is used to
154 * It can be used as a guard condition around more expensive trace calculations.
167 * It can be used as a guard condition around more expensive trace calculations.
176 * Trace the beginning of a context. name is used to identify the context.
177 * This is often used to time function execution.
208 * simultaneous events. The name and cookie used to begin an event must be
209 * used to end it.
246 * Traces an integer counter value. name is used to identify the counter.
247 * This can be used to track how a value changes over time.
263 * Traces a 64-bit integer counter value. name is used to identify the
264 * counter. This can be used to track how a value changes over time.