/developtools/smartperf_host/trace_streamer/test/unittest/ |
D | htrace_event_parser_test.cpp | 127 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_EVENT_OTHER, STAT_… variable 171 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_EVENT_OTHER, STAT_… variable 212 auto eventCount = variable 254 auto eventCount = variable 296 auto eventCount = variable 338 auto eventCount = variable 378 auto eventCount = variable 418 auto eventCount = variable 460 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_EVENT_WORKQUEUE_EX… variable 499 auto eventCount = variable [all …]
|
D | htrace_sys_vmem_parser_test.cpp | 88 auto eventCount = variable 140 auto eventCount = variable 192 auto eventCount = variable 255 auto eventCount = variable 307 auto eventCount = variable
|
D | htrace_sys_mem_parser_test.cpp | 90 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_SYS_MEMORY, STAT_E… variable 143 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_SYS_MEMORY, STAT_E… variable 197 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_SYS_MEMORY, STAT_E… variable 260 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_SYS_MEMORY, STAT_E… variable 310 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_SYS_MEMORY, STAT_E… variable
|
D | smaps_parser_test.cpp | 76 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_SMAPS, STAT_EVENT_… variable 127 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_SMAPS, STAT_EVENT_… variable 213 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_SMAPS, STAT_EVENT_… variable 273 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_SMAPS, STAT_EVENT_… variable 304 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_SMAPS, STAT_EVENT_… variable
|
D | hilog_parser_test.cpp | 129 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_HILOG, STAT_EVENT_… variable 242 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_HILOG, STAT_EVENT_… variable 283 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_HILOG, STAT_EVENT_… variable 326 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_HILOG, STAT_EVENT_… variable 373 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_HILOG, STAT_EVENT_… variable
|
D | native_hook_parser_test.cpp | 468 auto eventCount = variable 663 auto eventCount = variable 754 auto eventCount = variable 859 auto eventCount = variable 950 auto eventCount = variable 1054 auto eventCount = variable 1152 auto eventCount = variable 1228 auto eventCount = variable 1285 auto eventCount = variable 1395 auto eventCount = variable [all …]
|
D | htrace_mem_parser_test.cpp | 88 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_MEMORY, STAT_EVENT… variable 138 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_MEMORY, STAT_EVENT… variable 216 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_MEMORY, STAT_EVENT… variable 263 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_MEMORY, STAT_EVENT… variable 300 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_MEMORY, STAT_EVENT… variable
|
D | irq_filter_test.cpp | 80 auto eventCount = variable 99 …auto eventCount = traceDataCache_.GetConstStatAndInfo().GetValue(TRACE_EVENT_IRQ_HANDLER_EXIT, STA… variable
|
D | htrace_irq_event_test.cpp | 153 auto eventCount = variable 201 auto eventCount = variable
|
D | table_test.cpp | 1032 uint64_t eventCount = 2; variable
|
/developtools/hiperf/src/ |
D | report_json_file.cpp | 91 void ReportJsonFile::UpdateReportSample(uint64_t id, pid_t pid, pid_t tid, uint64_t eventCount) in UpdateReportSample() 104 void ReportJsonFile::AddReportCallStack(uint64_t eventCount, ReportCallNodeItem &callNode, in AddReportCallStack() 136 void ReportJsonFile::AddReportCallStackReverse(uint64_t eventCount, ReportCallNodeItem &callNode, in AddReportCallStackReverse() 190 void ReportJsonFile::UpdateReportCallStack(uint64_t id, pid_t pid, pid_t tid, uint64_t eventCount, in UpdateReportCallStack()
|
D | subcommand_stat.cpp | 315 const std::string &configName, const __u64 group_id, __u64 &eventCount, double &scale) in FindEventCount() 330 bool SubCommandStat::FindPerCoreEventCount(PerfEvents::Summary &summary, __u64 &eventCount, double … in FindPerCoreEventCount()
|
D | report.cpp | 401 bool Report::OutputStdCallFrame(int indent, const std::string_view &funcName, uint64_t eventCount, in OutputStdCallFrame()
|
/developtools/hiperf/include/ |
D | report.h | 43 uint64_t eventCount, uint64_t selfEventCount) in ReportItemCallFrame() 129 uint64_t vaddr, uint64_t eventCount) in ReportItem() 143 const std::string_view &func, uint64_t vaddr, uint64_t eventCount) in ReportItem()
|
D | perf_events.h | 398 __u64 eventCount = 0; member 423 __u64 eventCount = 0; member 557 __u64 eventCount; member
|
/developtools/hiperf/test/unittest/common/native/ |
D | report_json_file_test.cpp | 91 uint64_t eventCount = 10; in PrepairReportJson() local
|
/developtools/profiler/host/smartperf/ide/src/trace/database/logic-worker/ |
D | ProcedureLogicWorkerPerf.ts | 945 eventCount: number = 0; property in PerfCountSample
|
/developtools/smartperf_host/ide/src/trace/database/logic-worker/ |
D | ProcedureLogicWorkerPerf.ts | 1089 eventCount: number = 0; property in PerfCountSample
|
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/ |
D | trace_stdtype.cpp | 888 uint64_t eventCount, in AppendNewPerfSample()
|
/developtools/smartperf_host/trace_streamer/src/trace_data/ |
D | trace_stdtype.cpp | 895 uint64_t eventCount, in AppendNewPerfSample()
|