HomeSort by relevance Sort by last modified time
    Searched full:atrace_init (Results 1 - 1 of 1) sorted by null

  /system/core/include/cutils/
trace.h 144 * atrace_init readies the process for tracing by opening the trace_marker file.
148 #define ATRACE_INIT() atrace_init()
149 static inline void atrace_init() function
159 * Every trace function calls this, which ensures atrace_init is run.
164 atrace_init();
285 #define ATRACE_INIT()

Completed in 2580 milliseconds