Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/ftrace/
Dftrace_parser.h203 static constexpr size_t kFastRpcCounterSize = 4; variable
204 std::array<StringId, kFastRpcCounterSize> fast_rpc_delta_names_;
205 std::array<StringId, kFastRpcCounterSize> fast_rpc_total_names_;
Dftrace_parser.cc1443 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()