Home
last modified time | relevance | path

Searched refs:PerfCallChain (Results 1 – 12 of 12) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/hiperf/
Dhiperf_stdtype.cpp19 size_t PerfCallChain::AppendNewPerfCallChain(uint32_t callChainId, in AppendNewPerfCallChain()
36 const std::deque<uint32_t>& PerfCallChain::CallChainIds() const in CallChainIds()
40 const std::deque<uint32_t>& PerfCallChain::Depths() const in Depths()
44 const std::deque<uint64_t>& PerfCallChain::Ips() const in Ips()
48 const std::deque<uint64_t>& PerfCallChain::VaddrInFiles() const in VaddrInFiles()
52 const std::deque<uint64_t>& PerfCallChain::FileIds() const in FileIds()
56 const std::deque<uint64_t>& PerfCallChain::SymbolIds() const in SymbolIds()
61 const std::deque<DataIndex>& PerfCallChain::Names() const in Names()
65 void PerfCallChain::SetName(uint64_t index, DataIndex name) in SetName()
69 void PerfCallChain::Clear() in Clear()
[all …]
Dhiperf_stdtype.h22 class PerfCallChain : public CacheBase {
/developtools/smartperf_host/ide/src/trace/bean/
DPerfProfile.ts49 export class PerfCallChain { class
71 previousNode: PerfCallChain | undefined = undefined; //将list转换为一个链表结构
72 nextNode: PerfCallChain | undefined = undefined;
/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerPerf.ts362 initPerfCallChainTopDown(callChains: PerfCallChain[]): void {
364 callChains.forEach((callChain: PerfCallChain, index: number): void => {
369PerfCallChain.setNextNode(callChainDatum[callChainDatum.length - 2], callChainDatum[callChainDatum…
374 setPerfCallChainFrameName(callChain: PerfCallChain): void {
394 addPerfGroupData(callChain: PerfCallChain): void {
404 let threadCallChain = new PerfCallChain(); //新增的线程数据
409 let threadStateCallChain = new PerfCallChain(); //新增的线程状态数据
514 callChainDataList: PerfCallChain[],
1015 export class PerfCallChain { class
1039 previousNode: PerfCallChain | undefined = undefined; //将list转换为一个链表结构
[all …]
/developtools/smartperf_host/trace_streamer/src/table/hiperf/include/
Dperf_call_chain_table.h49 const PerfCallChain& perfCallChainObj_;
/developtools/smartperf_host/ide/test/trace/bean/
DPerfProfile.test.ts19 PerfCallChain,
34 let perfCallChain = new PerfCallChain();
/developtools/smartperf_host/ide/test/trace/database/logic-worker/
DProcedureLogicWorkerPerf.test.ts25 PerfCallChain,
671 expect(PerfCallChain.setNextNode([], []));
674 expect(PerfCallChain.setPreviousNode([], []));
677 expect(PerfCallChain.merageCallChain([], []));
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache_reader.h80 const PerfCallChain& GetConstPerfCallChainData() const;
Dtrace_data_cache_writer.h64 PerfCallChain* GetPerfCallChainData();
Dtrace_data_cache_base.h132 PerfCallChain perfCallChain_;
Dtrace_data_cache_reader.cpp155 const PerfCallChain& TraceDataCacheReader::GetConstPerfCallChainData() const in GetConstPerfCallChainData()
Dtrace_data_cache_writer.cpp207 PerfCallChain* TraceDataCacheWriter::GetPerfCallChainData() in GetPerfCallChainData()