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
452 const char* path = category.sysfiles[i].path; in isCategorySupported()
453 bool req = category.sysfiles[i].required == REQ; in isCategorySupported()
473 const char* path = category.sysfiles[i].path; in isCategorySupportedForRoot()
474 bool req = category.sysfiles[i].required == REQ; in isCategorySupportedForRoot()
640 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()