Home
last modified time | relevance | path

Searched refs:SampleIds (Results 1 – 8 of 8) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/table/hiperf/
Dperf_sample_table.cpp142 perfSampleObj_.SampleIds()); in Filter()
180 if (perfSampleObj_.SampleIds()[CurrentRow()] != INVALID_UINT32) { in Column()
181 … sqlite3_result_int64(context_, static_cast<int64_t>(perfSampleObj_.SampleIds()[CurrentRow()])); in Column()
Dperf_call_chain_table.cpp130 perfCallChainObj_.SampleIds()); in Filter()
167 …sqlite3_result_int64(context_, static_cast<uint64_t>(perfCallChainObj_.SampleIds()[CurrentRow()])); in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/table/hiperf/
Dperf_sample_table.cpp142 perfSampleObj_.SampleIds()); in Filter()
180 if (perfSampleObj_.SampleIds()[CurrentRow()] != INVALID_UINT32) { in Column()
181 … sqlite3_result_int64(context_, static_cast<int64_t>(perfSampleObj_.SampleIds()[CurrentRow()])); in Column()
Dperf_call_chain_table.cpp130 perfCallChainObj_.SampleIds()); in Filter()
167 …sqlite3_result_int64(context_, static_cast<uint64_t>(perfCallChainObj_.SampleIds()[CurrentRow()])); in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp810 const std::deque<uint64_t>& PerfCallChain::SampleIds() const in SampleIds() function in SysTuning::TraceStdtype::PerfCallChain
905 const std::deque<uint32_t>& PerfSample::SampleIds() const in SampleIds() function in SysTuning::TraceStdtype::PerfSample
Dtrace_stdtype.h934 const std::deque<uint64_t>& SampleIds() const;
978 const std::deque<uint32_t>& SampleIds() const;
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp817 const std::deque<uint64_t>& PerfCallChain::SampleIds() const in SampleIds() function in SysTuning::TraceStdtype::PerfCallChain
912 const std::deque<uint32_t>& PerfSample::SampleIds() const in SampleIds() function in SysTuning::TraceStdtype::PerfSample
Dtrace_stdtype.h939 const std::deque<uint64_t>& SampleIds() const;
983 const std::deque<uint32_t>& SampleIds() const;