Home
last modified time | relevance | path

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

/system/core/storaged/
Dstoraged.cpp38 log_debug_disk_perf(&perf, "regular"); in publish()
110 log_debug_disk_perf(&mMean, "stalled_mean"); in update()
111 log_debug_disk_perf(&mStd, "stalled_std"); in update()
115 log_debug_disk_perf(&acc_perf, "stalled"); in update()
Dstoraged_utils.cpp199 void log_debug_disk_perf(struct disk_perf* perf, const char* type) { in log_debug_disk_perf() function
212 void log_debug_disk_perf(struct disk_perf* /* perf */, const char* /* type */) {} in log_debug_disk_perf() function
/system/core/storaged/include/
Dstoraged_utils.h40 void log_debug_disk_perf(struct disk_perf* perf, const char* type);