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

  /external/autotest/client/cros/
kernel_trace.py 20 is_tracing : Returns Boolean of tracing status.
95 def is_tracing(self): member in class:KernelTrace
power_status.py     [all...]
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 193 long int is_tracing; local
194 if (read_file_as_long(path, &is_tracing)) {
197 if (is_tracing <= 0) {
198 MYLOGD("Skipping systrace because '%s' content is '%ld'\n", path, is_tracing);
    [all...]

Completed in 921 milliseconds