Home
last modified time | relevance | path

Searched defs:QueryRunner (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/src/cloud_trace_processor/
Dtrace_processor_wrapper.cc55 struct QueryRunner { struct
56 QueryRunner(std::shared_ptr<TraceProcessor> _tp, in QueryRunner() argument
65 std::optional<protos::TracePoolShardQueryResponse> operator()() { in operator ()()
85 void EnsureSerializerExists() { in EnsureSerializerExists()
93 std::shared_ptr<TraceProcessor> tp;
94 std::string query;
95 std::string trace_path;
96 TraceProcessorWrapper::Statefulness statefulness;
99 std::shared_ptr<QueryResultSerializer> serializer;
100 std::vector<uint8_t> result;
[all …]