Home
last modified time | relevance | path

Searched refs:TimestampTraces (Results 1 – 3 of 3) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/hiperf/
Dhiperf_stdtype.h81 const std::deque<uint64_t>& TimestampTraces() const;
Dhiperf_stdtype.cpp158 const std::deque<uint64_t>& PerfSample::TimestampTraces() const in TimestampTraces() function in SysTuning::TraceStdtype::PerfSample
/developtools/smartperf_host/trace_streamer/src/table/hiperf/
Dperf_sample_table.cpp161 …sqlite3_result_int64(context_, static_cast<int64_t>(perfSampleObj_.TimestampTraces()[CurrentRow()]… in Column()