Lines Matching refs:cf_name
256 cf_name = "0"; in TraceStats()
1221 ta_[type].stats[cf_id].cf_name = std::to_string(cf_id); in KeyStatsInsertion()
1378 s = CreateOutputFile(type, new_stats.cf_name, "accessed_key_stats.txt", in OpenStatsOutputFiles()
1380 s = CreateOutputFile(type, new_stats.cf_name, in OpenStatsOutputFiles()
1384 s = CreateOutputFile(type, new_stats.cf_name, "whole_key_stats.txt", in OpenStatsOutputFiles()
1390 s = CreateOutputFile(type, new_stats.cf_name, in OpenStatsOutputFiles()
1396 s = CreateOutputFile(type, new_stats.cf_name, "accessed_key_prefix_cut.txt", in OpenStatsOutputFiles()
1399 s = CreateOutputFile(type, new_stats.cf_name, "whole_key_prefix_cut.txt", in OpenStatsOutputFiles()
1404 s = CreateOutputFile(type, new_stats.cf_name, in OpenStatsOutputFiles()
1411 s = CreateOutputFile(type, new_stats.cf_name, "time_series.txt", in OpenStatsOutputFiles()
1416 s = CreateOutputFile(type, new_stats.cf_name, in OpenStatsOutputFiles()
1422 s = CreateOutputFile(type, new_stats.cf_name, in OpenStatsOutputFiles()
1428 s = CreateOutputFile(type, new_stats.cf_name, "qps_stats.txt", in OpenStatsOutputFiles()
1437 const std::string& type, const std::string& cf_name, in CreateOutputFile() argument
1441 path = output_path_ + "/" + FLAGS_output_prefix + "-" + type + "-" + cf_name + in CreateOutputFile()