Searched refs:ChainIds (Results 1 – 9 of 9) sorted by relevance
| /developtools/profiler/host/smartperf/trace_streamer/src/table/ftrace/ |
| D | callstack_table.cpp | 239 if (!slicesObj_.ChainIds()[CurrentRow()].empty()) { in Column() 240 …sqlite3_result_text(context_, slicesObj_.ChainIds()[CurrentRow()].c_str(), STR_DEFAULT_LEN, nullpt… in Column()
|
| D | irq_table.cpp | 225 …sqlite3_result_text(context_, slicesObj_.ChainIds()[CurrentRow()].c_str(), STR_DEFAULT_LEN, nullpt… in Column()
|
| /developtools/smartperf_host/trace_streamer/src/table/ftrace/ |
| D | callstack_table.cpp | 239 if (!slicesObj_.ChainIds()[CurrentRow()].empty()) { in Column() 240 …sqlite3_result_text(context_, slicesObj_.ChainIds()[CurrentRow()].c_str(), STR_DEFAULT_LEN, nullpt… in Column()
|
| D | irq_table.cpp | 225 …sqlite3_result_text(context_, slicesObj_.ChainIds()[CurrentRow()].c_str(), STR_DEFAULT_LEN, nullpt… in Column()
|
| /developtools/smartperf_host/trace_streamer/test/unittest/ |
| D | event_parser_test.cpp | 581 EXPECT_TRUE(stream_.traceDataCache_->GetConstInternalSlicesData().ChainIds()[0] == "8b00e96b2"); 615 EXPECT_TRUE(stream_.traceDataCache_->GetConstInternalSlicesData().ChainIds()[0] == "8b00e96b2"); 619 EXPECT_TRUE(stream_.traceDataCache_->GetConstInternalSlicesData().ChainIds()[1] == "8b00e96b2"); 650 EXPECT_TRUE(stream_.traceDataCache_->GetConstInternalSlicesData().ChainIds()[0] == "8b00e96b2");
|
| /developtools/profiler/host/smartperf/trace_streamer/src/trace_data/ |
| D | trace_stdtype.cpp | 298 const std::deque<std::string>& CallStack::ChainIds() const in ChainIds() function in SysTuning::TraceStdtype::CallStack
|
| D | trace_stdtype.h | 310 const std::deque<std::string>& ChainIds() const;
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/ |
| D | trace_stdtype.cpp | 299 const std::deque<std::string>& CallStack::ChainIds() const in ChainIds() function in SysTuning::TraceStdtype::CallStack
|
| D | trace_stdtype.h | 314 const std::deque<std::string>& ChainIds() const;
|