Searched refs:InternalTime (Results 1 – 13 of 13) sorted by relevance
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/ftrace/template/ |
D | animation_stdtype.h | 27 … TableRowId AppendAnimation(InternalTime inputTime, InternalTime startPoint, DataIndex nameIndex); 28 void UpdateStartPoint(TableRowId index, InternalTime startPoint); 29 void UpdateEndPoint(TableRowId index, InternalTime endPoint); 30 void UpdateFrameInfo(TableRowId index, InternalTime frameInfo); 32 const std::deque<InternalTime>& InputTimes() const; 33 const std::deque<InternalTime>& StartPoints() const; 34 const std::deque<InternalTime>& EndPoints() const; 41 std::deque<InternalTime> inputTimes_ = {}; 42 std::deque<InternalTime> startPoints_ = {}; 43 std::deque<InternalTime> endPoins_ = {}; [all …]
|
D | animation_stdtype.cpp | 19 TableRowId Animation::AppendAnimation(InternalTime inputTime, InternalTime startPoint, DataIndex na… in AppendAnimation() 29 void Animation::UpdateStartPoint(TableRowId index, InternalTime startPoint) in UpdateStartPoint() 35 void Animation::UpdateEndPoint(TableRowId index, InternalTime endPoint) in UpdateEndPoint() 41 void Animation::UpdateFrameInfo(TableRowId index, InternalTime frameInfo) in UpdateFrameInfo() 51 const std::deque<InternalTime>& Animation::InputTimes() const in InputTimes() 55 const std::deque<InternalTime>& Animation::StartPoints() const in StartPoints() 59 const std::deque<InternalTime>& Animation::EndPoints() const in EndPoints() 144 void DynamicFrame::UpdateEndTime(TableRowId index, InternalTime endTime) in UpdateEndTime() 182 const std::deque<InternalTime>& DynamicFrame::EndTimes() const in EndTimes()
|
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/ftrace/ |
D | sched_stdtype.h | 25 …AppendThreadState(InternalTime ts, InternalTime dur, InternalCpu cpu, InternalTid itid, TableRowId… 26 void SetDuration(TableRowId index, InternalTime dur); 27 TableRowId UpdateDuration(TableRowId index, InternalTime ts); 28 bool End(TableRowId index, InternalTime ts); 31 void UpdateDuration(TableRowId index, InternalTime ts, TableRowId idState); 33 … TableRowId UpdateDuration(TableRowId index, InternalTime ts, InternalCpu cpu, TableRowId idState); 54 const std::deque<InternalTime>& TimeStamsData() const in TimeStamsData() 58 const std::deque<InternalTime>& DursData() const in DursData() 88 std::deque<InternalTime> timeStamps_; 89 std::deque<InternalTime> durations_;
|
D | sched_stdtype.cpp | 19 TableRowId ThreadStateData::AppendThreadState(InternalTime ts, in AppendThreadState() 20 InternalTime dur, in AppendThreadState() 36 void ThreadStateData::SetDuration(TableRowId index, InternalTime dur) in SetDuration() 43 std::deque<InternalTime> timeStampsTemp; in SortAllRowByTs() 49 std::deque<InternalTime> durationsTemp; in SortAllRowByTs() 75 TableRowId ThreadStateData::UpdateDuration(TableRowId index, InternalTime ts) in UpdateDuration() 83 bool ThreadStateData::End(TableRowId index, InternalTime ts) in End() 100 void ThreadStateData::UpdateDuration(TableRowId index, InternalTime ts, TableRowId idState) in UpdateDuration() 112 TableRowId ThreadStateData::UpdateDuration(TableRowId index, InternalTime ts, InternalCpu cpu, Tabl… in UpdateDuration()
|
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/ |
D | common_stdtype.h | 36 InternalTime startT_ = 0; 37 InternalTime endT_ = 0; 47 InternalTime startT_ = 0;
|
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/ |
D | demo_table_base.h | 74 …al void DemoFilterTS(unsigned char op, sqlite3_value* argv, const std::deque<InternalTime>& times);
|
D | demo_table_base.cpp | 217 …:Cursor::DemoFilterTS(unsigned char op, sqlite3_value* argv, const std::deque<InternalTime>& times) in DemoFilterTS()
|
/developtools/smartperf_host/trace_streamer/src/base/ |
D | ts_common.h | 212 using InternalTime = uint64_t; variable
|
D | index_map.cpp | 139 void IndexMap::FilterTS(unsigned char op, sqlite3_value* argv, const std::deque<InternalTime>& time… in FilterTS()
|
D | index_map.h | 40 void FilterTS(unsigned char op, sqlite3_value* argv, const std::deque<InternalTime>& times);
|
/developtools/smartperf_host/trace_streamer/src/table/base/include/ |
D | table_base.h | 63 …virtual void FilterTS(unsigned char op, sqlite3_value* argv, const std::deque<InternalTime>& times…
|
/developtools/smartperf_host/trace_streamer/test/unittest/table/ |
D | table_test.cpp | 1267 InternalTime ts = 1663869124160; 1268 InternalTime dur = 200; 1273 InternalTime ts1 = 1663869224160; 1274 InternalTime dur1 = 200;
|
/developtools/smartperf_host/trace_streamer/src/table/base/ |
D | table_base.cpp | 255 …ase::Cursor::FilterTS(unsigned char op, sqlite3_value* argv, const std::deque<InternalTime>& times) in FilterTS()
|