OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:log_debug_disk_perf
(Results
1 - 3
of
3
) sorted by null
/system/core/storaged/include/
storaged_utils.h
40
void
log_debug_disk_perf
(struct disk_perf* perf, const char* type);
/system/core/storaged/
storaged.cpp
38
log_debug_disk_perf
(&perf, "regular");
110
log_debug_disk_perf
(&mMean, "stalled_mean");
111
log_debug_disk_perf
(&mStd, "stalled_std");
115
log_debug_disk_perf
(&acc_perf, "stalled");
storaged_utils.cpp
199
void
log_debug_disk_perf
(struct disk_perf* perf, const char* type) {
function
212
void
log_debug_disk_perf
(struct disk_perf* /* perf */, const char* /* type */) {}
function
Completed in 272 milliseconds