Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/plugins/
H A Dhwprofile.c30 } IOCounts; typedef
34 IOCounts counts;
40 IOCounts totals;
87 static void fmt_iocount_record(GString *s, IOCounts *rec) in fmt_iocount_record()
184 static void inc_count(IOCounts *count, bool is_write, unsigned int cpu_index) in inc_count()