Home
last modified time | relevance | path

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

/frameworks/native/cmds/atrace/
Datrace.cpp90 } sysfiles[MAX_SYS_FILES]; member
402 const char* path = category.sysfiles[i].path; in isCategorySupported()
403 bool req = category.sysfiles[i].required == REQ; in isCategorySupported()
427 const char* path = category.sysfiles[i].path; in isCategorySupportedForRoot()
428 bool req = category.sysfiles[i].required == REQ; in isCategorySupportedForRoot()
663 const char* path = c.sysfiles[j].path; in disableKernelTraceEvents()
875 const char* path = c.sysfiles[j].path; in setUpKernelTracing()
876 bool required = c.sysfiles[j].required == REQ; in setUpKernelTracing()