Home
last modified time | relevance | path

Searched refs:SymbolNames (Results 1 – 9 of 9) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/table/native_hook/
Dnative_hook_frame_table.cpp136 nativeHookFrameInfoObj_.SymbolNames()); in Filter()
185 if (nativeHookFrameInfoObj_.SymbolNames()[CurrentRow()] != INVALID_UINT64) { in Column()
187 … static_cast<int64_t>(nativeHookFrameInfoObj_.SymbolNames()[CurrentRow()])); in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/table/native_hook/
Dnative_hook_frame_table.cpp136 nativeHookFrameInfoObj_.SymbolNames()); in Filter()
185 if (nativeHookFrameInfoObj_.SymbolNames()[CurrentRow()] != INVALID_UINT64) { in Column()
187 … static_cast<int64_t>(nativeHookFrameInfoObj_.SymbolNames()[CurrentRow()])); in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dnative_hook_filter.cpp675 if (traceDataCache_->GetNativeHookFrameData()->SymbolNames()[i] == INVALID_UINT64) { in UpdateSymbolIdsForSymbolizationFailed()
710 auto functionNameIndex = traceDataCache_->GetNativeHookFrameData()->SymbolNames()[i]; in GetNativeHookFrameVaddrs()
/developtools/smartperf_host/trace_streamer/src/filter/
Dnative_hook_filter.cpp683 if (traceDataCache_->GetNativeHookFrameData()->SymbolNames()[i] == INVALID_UINT64) { in UpdateSymbolIdsForSymbolizationFailed()
718 auto functionNameIndex = traceDataCache_->GetNativeHookFrameData()->SymbolNames()[i]; in GetNativeHookFrameVaddrs()
/developtools/smartperf_host/trace_streamer/test/unittest/
Dnative_hook_parser_test.cpp289 symbolName_ = nativeHookFrame.SymbolNames()[index]; in NativeHookFrameCache()
609 EXPECT_EQ(nativeHookFrame.SymbolNames()[1], secondExpectSymbol);
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp715 const std::deque<DataIndex>& NativeHookFrame::SymbolNames() const in SymbolNames() function in SysTuning::TraceStdtype::NativeHookFrame
Dtrace_stdtype.h839 const std::deque<DataIndex>& SymbolNames() const;
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp716 const std::deque<DataIndex>& NativeHookFrame::SymbolNames() const in SymbolNames() function in SysTuning::TraceStdtype::NativeHookFrame
Dtrace_stdtype.h843 const std::deque<DataIndex>& SymbolNames() const;