Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/filter/
Dsymbols_filter.h33 const DataIndex& GetFunc(uint64_t addr) const;
Dsymbols_filter.cpp44 const DataIndex& SymbolsFilter::GetFunc(uint64_t addr) const in GetFunc() function in SysTuning::TraceStreamer::SymbolsFilter
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dsymbols_filter.h33 const DataIndex& GetFunc(uint64_t addr) const;
Dsymbols_filter.cpp44 const DataIndex& SymbolsFilter::GetFunc(uint64_t addr) const in GetFunc() function in SysTuning::TraceStreamer::SymbolsFilter
/developtools/hiperf/test/unittest/common/native/
Dreport_test.cpp333 HWTEST_F(ReportTest, GetFunc, TestSize.Level1)
336 GetStringTest(a, ReportItem::GetFunc, a.func_, a.func_.length());
439 "func", ReportItem::CompareFunc, ReportItem::GetFunc, "%-*s", std::vector<std::string>(),
/developtools/hiperf/include/
Dreport.h238 static const std::string GetFunc(const ReportItem &a, size_t len, const std::string &format) in GetFunc() function
454 ReportItem::GetFunc,
/developtools/smartperf_host/trace_streamer/test/unittest/
Dhtrace_event_parser_test.cpp432 auto funcNum = stream_.streamFilters_->symbolsFilter_->GetFunc(1);
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/htrace_event_parser/
Dhtrace_event_parser.cpp599 auto funcNameIndex = streamFilters_->symbolsFilter_->GetFunc(msg.function()); in WorkqueueExecuteStartEvent()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_pbreader_parser/htrace_event_parser/
Dhtrace_event_parser.cpp600 auto funcNameIndex = streamFilters_->symbolsFilter_->GetFunc(msg.function()); in WorkqueueExecuteStartEvent()