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
442 const char* path = category.sysfiles[i].path; in isCategorySupported()
443 bool req = category.sysfiles[i].required == REQ; in isCategorySupported()
463 const char* path = category.sysfiles[i].path; in isCategorySupportedForRoot()
464 bool req = category.sysfiles[i].required == REQ; in isCategorySupportedForRoot()
705 const char* path = c.sysfiles[j].path; in disableKernelTraceEvents()
928 const char* path = c.sysfiles[j].path; in setUpKernelTracing()
929 bool required = c.sysfiles[j].required == REQ; in setUpKernelTracing()