HomeSort by relevance Sort by last modified time
    Searched refs: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 316 long int is_tracing; local
317 if (read_file_as_long(path, &is_tracing)) {
320 if (is_tracing <= 0) {
321 MYLOGD("Skipping systrace because '%s' content is '%ld'\n", path, is_tracing);
    [all...]

Completed in 96 milliseconds