Home
last modified time | relevance | path

Searched defs:eventCount (Results 1 – 18 of 18) sorted by relevance

/developtools/profiler/host/smartperf/trace_streamer/test/unittest/
Dhtrace_event_parser_test.cpp105 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_EVENT_OTHER, STAT_… variable
139 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_EVENT_OTHER, STAT_… variable
170 auto eventCount = variable
202 auto eventCount = variable
234 auto eventCount = variable
266 auto eventCount = variable
296 auto eventCount = variable
326 auto eventCount = variable
358 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_EVENT_WORKQUEUE_EX… variable
387 auto eventCount = variable
[all …]
Dhtrace_mem_parser_test.cpp77 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_MEMORY, STAT_EVENT… variable
118 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_MEMORY, STAT_EVENT… variable
188 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_MEMORY, STAT_EVENT… variable
226 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_MEMORY, STAT_EVENT… variable
252 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_MEMORY, STAT_EVENT… variable
Dhtrace_sys_vmem_parser_test.cpp78 auto eventCount = variable
122 auto eventCount = variable
166 auto eventCount = variable
221 auto eventCount = variable
265 auto eventCount = variable
Dhtrace_sys_mem_parser_test.cpp79 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_SYS_MEMORY, STAT_E… variable
124 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_SYS_MEMORY, STAT_E… variable
170 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_SYS_MEMORY, STAT_E… variable
225 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_SYS_MEMORY, STAT_E… variable
267 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_SYS_MEMORY, STAT_E… variable
Dsmaps_parser_test.cpp70 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_SMAPS, STAT_EVENT_… variable
117 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_SMAPS, STAT_EVENT_… variable
199 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_SMAPS, STAT_EVENT_… variable
255 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_SMAPS, STAT_EVENT_… variable
282 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_SMAPS, STAT_EVENT_… variable
Dhilog_parser_test.cpp121 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_HILOG, STAT_EVENT_… variable
231 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_HILOG, STAT_EVENT_… variable
269 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_HILOG, STAT_EVENT_… variable
309 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_HILOG, STAT_EVENT_… variable
353 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_HILOG, STAT_EVENT_… variable
Dnative_hook_parser_test.cpp453 auto eventCount = variable
631 auto eventCount = variable
714 auto eventCount = variable
811 auto eventCount = variable
894 auto eventCount = variable
990 auto eventCount = variable
1080 auto eventCount = variable
1150 auto eventCount = variable
1201 auto eventCount = variable
1305 auto eventCount = variable
[all …]
Dirq_filter_test.cpp80 auto eventCount = variable
99 auto eventCount = variable
Dhtrace_irq_event_test.cpp123 auto eventCount = variable
161 auto eventCount = variable
Dtable_test.cpp1028 uint64_t eventCount = 2; variable
/developtools/hiperf/src/
Dreport_json_file.cpp91 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()
Dsubcommand_stat.cpp153 const std::string &configName, const __u64 group_id, __u64 &eventCount, double &scale) in FindEventCount()
Dreport.cpp401 bool Report::OutputStdCallFrame(int indent, const std::string_view &funcName, uint64_t eventCount, in OutputStdCallFrame()
/developtools/hiperf/include/
Dreport.h43 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()
Dperf_events.h284 __u64 eventCount = 0; member
415 __u64 eventCount; member
/developtools/hiperf/test/unittest/common/native/
Dreport_json_file_test.cpp91 uint64_t eventCount = 10; in PrepairReportJson() local
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/hiperf/
Dreport.cpp413 bool Report::OutputStdCallFrame(int indent, const std::string_view &funcName, uint64_t eventCount, in OutputStdCallFrame()
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp751 uint64_t eventCount, in AppendNewPerfSample()