Home
last modified time | relevance | path

Searched refs:sysfiles (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/atrace/
Datrace.cpp97 } sysfiles[MAX_SYS_FILES]; member
451 const char* path = category.sysfiles[i].path; in isCategorySupported()
452 bool req = category.sysfiles[i].required == REQ; in isCategorySupported()
472 const char* path = category.sysfiles[i].path; in isCategorySupportedForRoot()
473 bool req = category.sysfiles[i].required == REQ; in isCategorySupportedForRoot()
639 const char* path = c.sysfiles[j].path; in disableKernelTraceEvents()
857 const char* path = c.sysfiles[j].path; in setUpKernelTracing()
858 bool required = c.sysfiles[j].required == REQ; in setUpKernelTracing()