Home
last modified time | relevance | path

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

/developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/pbreader_parser/
Dpbreader_parser.h94 struct SliceInfo { struct
95 SliceInfo(uint64_t tsBegin, uint64_t tsEnd, const std::string &traceid) in SliceInfo() function
97 uint64_t tsBegin_ = INVALID_UINT64;
98 uint64_t tsEnd_ = INVALID_UINT64;
99 std::string traceid_;
/developtools/smartperf_host/smartperf_host/trace_streamer/src/filter/
Dslice_filter.h153 struct SliceInfo { struct
157 std::unordered_map<FilterId, std::vector<SliceInfo>> argsSet_ = {}; argument
/developtools/smartperf_host/smartperf_host/trace_streamer/sdk/demo_sdk/protos/types/plugins/mock_data/
Dmock_plugin_result.proto24 message SliceInfo { message