Searched refs:PerfCallChain (Results 1 – 12 of 12) sorted by relevance
| /developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/hiperf/ |
| D | hiperf_stdtype.cpp | 19 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 …]
|
| D | hiperf_stdtype.h | 22 class PerfCallChain : public CacheBase {
|
| /developtools/smartperf_host/ide/src/trace/bean/ |
| D | PerfProfile.ts | 49 export class PerfCallChain { class 71 previousNode: PerfCallChain | undefined = undefined; //将list转换为一个链表结构 72 nextNode: PerfCallChain | undefined = undefined;
|
| /developtools/smartperf_host/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerPerf.ts | 362 initPerfCallChainTopDown(callChains: PerfCallChain[]): void { 364 callChains.forEach((callChain: PerfCallChain, index: number): void => { 369 …PerfCallChain.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/ |
| D | perf_call_chain_table.h | 49 const PerfCallChain& perfCallChainObj_;
|
| /developtools/smartperf_host/ide/test/trace/bean/ |
| D | PerfProfile.test.ts | 19 PerfCallChain, 34 let perfCallChain = new PerfCallChain();
|
| /developtools/smartperf_host/ide/test/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerPerf.test.ts | 25 PerfCallChain, 671 expect(PerfCallChain.setNextNode([], [])); 674 expect(PerfCallChain.setPreviousNode([], [])); 677 expect(PerfCallChain.merageCallChain([], []));
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/ |
| D | trace_data_cache_reader.h | 80 const PerfCallChain& GetConstPerfCallChainData() const;
|
| D | trace_data_cache_writer.h | 64 PerfCallChain* GetPerfCallChainData();
|
| D | trace_data_cache_base.h | 132 PerfCallChain perfCallChain_;
|
| D | trace_data_cache_reader.cpp | 155 const PerfCallChain& TraceDataCacheReader::GetConstPerfCallChainData() const in GetConstPerfCallChainData()
|
| D | trace_data_cache_writer.cpp | 207 PerfCallChain* TraceDataCacheWriter::GetPerfCallChainData() in GetPerfCallChainData()
|