Searched refs:parse_buckets (Results 1 – 1 of 1) sorted by relevance
2096 std::vector<uint64_t> parse_buckets(const std::string& bucket_str) { in parse_buckets() function2208 std::vector<uint64_t> buckets = parse_buckets(FLAGS_access_count_buckets); in block_cache_trace_analyzer_tool()2215 std::vector<uint64_t> buckets = parse_buckets(FLAGS_reuse_distance_buckets); in block_cache_trace_analyzer_tool()2226 std::vector<uint64_t> buckets = parse_buckets(FLAGS_reuse_interval_buckets); in block_cache_trace_analyzer_tool()2237 std::vector<uint64_t> buckets = parse_buckets(FLAGS_reuse_lifetime_buckets); in block_cache_trace_analyzer_tool()2263 parse_buckets(FLAGS_analyze_get_spatial_locality_buckets); in block_cache_trace_analyzer_tool()2285 std::vector<uint64_t> buckets = parse_buckets(FLAGS_skew_buckets); in block_cache_trace_analyzer_tool()