Searched refs:kFastRpcCounterSize (Results 1 – 2 of 2) sorted by relevance
203 static constexpr size_t kFastRpcCounterSize = 4; variable204 std::array<StringId, kFastRpcCounterSize> fast_rpc_delta_names_;205 std::array<StringId, kFastRpcCounterSize> fast_rpc_total_names_;
1443 if (0 <= evt.cid() && evt.cid() < static_cast<int32_t>(kFastRpcCounterSize)) { in ParseFastRpcDmaStat()1452 if (0 <= evt.cid() && evt.cid() < static_cast<int32_t>(kFastRpcCounterSize)) { in ParseFastRpcDmaStat()