Home
last modified time | relevance | path

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

/system/extras/latencytop/
Dlatencytop.c30 const char *SYSCTL_FILE = "/proc/sys/kernel/latencytop"; variable
311 f = fopen(SYSCTL_FILE, "w"); in set_latencytop()
313 fprintf(stderr, "Could not open %s: %s\n", SYSCTL_FILE, strerror(errno)); in set_latencytop()