Home
last modified time | relevance | path

Searched refs:GetPeriodForCallChain (Results 1 – 4 of 4) sorted by relevance

/system/extras/simpleperf/
Dsample_tree.h192 virtual uint64_t GetPeriodForCallChain(const AccumulateInfoT& acc_info) = 0;
246 uint64_t period = GetPeriodForCallChain(acc_info); in InsertCallChainForSample()
Dsample_tree_test.cpp82 uint64_t GetPeriodForCallChain(const int&) override { return 0; } in GetPeriodForCallChain() function in __anon193b200c0111::TestSampleTreeBuilder
Dcmd_kmem.cpp218 uint64_t GetPeriodForCallChain(const SlabAccumulateInfo&) override { in GetPeriodForCallChain() function in simpleperf::__anonb8a3f5190111::SlabSampleTreeBuilder
Dcmd_report.cpp233 uint64_t GetPeriodForCallChain(const AccInfo& acc_info) override { return acc_info.period; } in GetPeriodForCallChain() function in simpleperf::__anon4a52c04b0111::ReportCmdSampleTreeBuilder