Searched refs:exclude_zero_counters (Results 1 – 6 of 6) sorted by relevance
39 if (!exclude_zero_counters || counter > 0) { \43 std::string IOStatsContext::ToString(bool exclude_zero_counters) const { in ToString()
419 if (!exclude_zero_counters || (counter > 0)) { \428 if (!exclude_zero_counters || (kv.second.counter > 0)) { \444 std::string PerfContext::ToString(bool exclude_zero_counters) const { in ToString()
21 std::string ToString(bool exclude_zero_counters = false) const;
55 std::string ToString(bool exclude_zero_counters = false) const;
1146 rocksdb_perfcontext_t* context, unsigned char exclude_zero_counters);
2790 unsigned char exclude_zero_counters) { in rocksdb_perfcontext_report() argument2791 return strdup(context->rep->ToString(exclude_zero_counters).c_str()); in rocksdb_perfcontext_report()