Home
last modified time | relevance | path

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

/aosp12/system/extras/latencytop/
H A Dlatencytop.c31 const char* GLOBAL_STATS_FILE = "/proc/latency_stats"; variable
179 f = fopen(GLOBAL_STATS_FILE, "w"); in read_global_stats()
188 f = fopen(GLOBAL_STATS_FILE, "r"); in read_global_stats()
253 f = fopen(GLOBAL_STATS_FILE, "r"); in read_thread_stats()