Home
last modified time | relevance | path

Searched refs:StackIdAndCount (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dthread_sampler_utils.cpp59 void PutStackId(std::vector<StackIdAndCount>& stackIdCount, uint64_t stackId) in PutStackId()
65 StackIdAndCount sac = { in PutStackId()
H A Dsample_stack_printer.cpp143 std::string SampleStackPrinter::GetTreeStack(std::vector<StackIdAndCount>& stackIdCount, in GetTreeStack()
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/include/
H A Dthread_sampler.h62 struct StackIdAndCount { struct
128 std::vector<StackIdAndCount> stackIdCount_;
H A Dthread_sampler_utils.h42 void PutStackId(std::vector<StackIdAndCount>& stackIdCount, uint64_t stackId);
H A Dsample_stack_printer.h61 std::string GetTreeStack(std::vector<StackIdAndCount>& stackIdCount,