Home
last modified time | relevance | path

Searched refs:funcArgs_ (Results 1 – 4 of 4) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/parser/
Dcommon_types.h94 funcArgs_(point.funcArgs_) in TracePoint()
111 funcArgs_ = point.funcArgs_;
126 std::string funcArgs_ = ""; variable
Dprint_event_parser.cpp97 if (HandleFrameSliceBeginEvent(point.funcPrefixId_, index, point.funcArgs_, line)) { in ParseBeginEvent()
242 outPoint.funcArgs_ = outPoint.name_.substr(space + 1); in HandlerB()
/developtools/smartperf_host/trace_streamer/test/unittest/filter/
Danimation_filter_test.cpp144 point.funcArgs_ = invalidFuncArgs[i];
145 point.name_ = point.funcPrefix_ + " " + point.funcArgs_;
158 point.funcArgs_ = validFuncArgs[i];
159 point.name_ = point.funcPrefix_ + " " + point.funcArgs_;
/developtools/smartperf_host/trace_streamer/src/filter/
Danimation_filter.cpp76 if (!std::regex_search(point.funcArgs_, matcheLine, screenSizePattern)) { in UpdateDeviceScreenSize()
105 auto infos = SplitStringToVec(point.funcArgs_, ": "); in BeginDynamicFrameEvent()