Home
last modified time | relevance | path

Searched refs:Tids (Results 1 – 16 of 16) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/ftrace/template/
Dapp_startup_stdtype.cpp41 const std::deque<uint32_t>& AppStartup::Tids() const in Tids() function in SysTuning::TraceStdtype::AppStartup
88 const std::deque<uint32_t>& SoStaticInitalization::Tids() const in Tids() function in SysTuning::TraceStdtype::SoStaticInitalization
Dapp_startup_stdtype.h32 const std::deque<uint32_t>& Tids() const;
71 const std::deque<uint32_t>& Tids() const;
/developtools/smartperf_host/trace_streamer/src/table/hiperf/
Dperf_thread_table.cpp86 …exMap_->MixRange(c.op, static_cast<uint32_t>(sqlite3_value_int64(argv[i])), perfThreadObj_.Tids()); in Filter()
118 … sqlite3_result_int64(context_, static_cast<int64_t>(perfThreadObj_.Tids()[CurrentRow()])); in Column()
Dperf_sample_table.cpp107 …exMap_->MixRange(c.op, static_cast<uint32_t>(sqlite3_value_int64(argv[i])), perfSampleObj_.Tids()); in Filter()
152 … sqlite3_result_int64(context_, static_cast<int64_t>(perfSampleObj_.Tids()[CurrentRow()])); in Column()
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/hiperf/
Dhiperf_stdtype.h78 const std::deque<uint32_t>& Tids() const;
100 const std::deque<uint32_t>& Tids() const;
Dhiperf_stdtype.cpp146 const std::deque<uint32_t>& PerfSample::Tids() const in Tids() function in SysTuning::TraceStdtype::PerfSample
195 const std::deque<uint32_t>& PerfThread::Tids() const in Tids() function in SysTuning::TraceStdtype::PerfThread
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/hilog/
Dhilog_stdtype.cpp46 const std::deque<uint32_t>& LogInfo::Tids() const in Tids() function in SysTuning::TraceStdtype::LogInfo
Dhilog_stdtype.h34 const std::deque<uint32_t>& Tids() const;
/developtools/smartperf_host/trace_streamer/src/table/ftrace/
Dapp_startup_table.cpp59 … sqlite3_result_int64(context_, static_cast<int64_t>(appStartupObj_.Tids()[CurrentRow()])); in Column()
Dso_static_initalization_table.cpp59 …sqlite3_result_int64(context_, static_cast<int64_t>(staticInitalizationObj_.Tids()[CurrentRow()])); in Column()
/developtools/smartperf_host/trace_streamer/test/unittest/htrace/
Dhilog_parser_test.cpp136 EXPECT_EQ(constHilogData.Tids()[0], TID);
172 EXPECT_EQ(constHilogData.Tids()[0], TID);
173 EXPECT_EQ(constHilogData.Tids()[1], TID_02);
/developtools/smartperf_host/trace_streamer/src/table/monitor/
Dlog_table.cpp63 sqlite3_result_int64(context_, static_cast<int64_t>(logInfoObj_.Tids()[CurrentRow()])); in Column()
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache.cpp337 auto perfTaskId = perfSample_.Tids()[row]; in ExportPerfSampleToFile()
342 …auto perfThreadTidItor = std::find(perfThread_.Tids().begin(), perfThread_.Tids().end(), perfTaskI… in ExportPerfSampleToFile()
343 if (perfThreadTidItor != perfThread_.Tids().end()) { in ExportPerfSampleToFile()
344 auto perfThreadRow = std::distance(perfThread_.Tids().begin(), perfThreadTidItor); in ExportPerfSampleToFile()
/developtools/smartperf_host/trace_streamer/src/table/hi_sysevent/
Dsysevent_all_event_table.cpp97 sqlite3_result_int(context_, hiSysEventAllEventObj_.Tids()[CurrentRow()]); in Column()
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/hisysevent/
Dhisysevent_stdtype.cpp258 const std::deque<uint32_t>& HiSysEventAllEventData::Tids() const in Tids() function in SysTuning::TraceStdtype::HiSysEventAllEventData
Dhisysevent_stdtype.h190 const std::deque<uint32_t>& Tids() const;